Added possibility to nickname accounts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user