Added possibility to nickname accounts

This commit is contained in:
Juha Heinanen
2022-06-18 18:30:58 +03:00
parent 2a3dcf6a28
commit 76b66b0f93
10 changed files with 98 additions and 15 deletions
@@ -26,6 +26,24 @@
android:text="" >
</TextView>
<TextView
android:id="@+id/NickNameTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="18sp"
android:text="@string/account_nickname" >
</TextView>
<EditText
android:id="@+id/NickName"
android:layout_height="wrap_content"
android:hint="@string/nickname"
android:inputType="textPersonName|textCapWords"
android:textSize="18sp"
android:autofillHints="name"
android:layout_width="fill_parent">
</EditText>
<TextView
android:id="@+id/DisplayNameTitle"
android:layout_width="wrap_content"