Set input type for name and status.
This commit is contained in:
parent
b11bf85d90
commit
10066b2c83
1 changed files with 4 additions and 2 deletions
|
@ -4,11 +4,13 @@
|
|||
|
||||
<EditTextPreference
|
||||
android:title="@string/user_name"
|
||||
android:key="user_name" />
|
||||
android:key="user_name"
|
||||
android:inputType="textCapWords"/>
|
||||
|
||||
<EditTextPreference
|
||||
android:title="@string/user_status"
|
||||
android:key="user_status" />
|
||||
android:key="user_status"
|
||||
android:inputType="textCapSentences" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:title="@string/notification_sounds"
|
||||
|
|
Reference in a new issue