Select text in user name dialog

Enables quickly changing the name without moving the cursor.
Also use cap words style.

Bug: 8518507
Change-Id: I6841cad221b56bb4c3d51c21d30b3858d1ee3e1c
This commit is contained in:
Amith Yamasani
2013-04-09 17:26:43 -07:00
parent 645e78d806
commit 583757908b
2 changed files with 9 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
android:title="@string/application_restrictions"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<EditTextPreference
<com.android.settings.SelectableEditTextPreference
android:key="user_info"
android:order="0"
android:widgetLayout="@layout/preference_rename_widget" />