summaryrefslogtreecommitdiffstats
path: root/res/xml/user_settings.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-04-17 18:27:01 -0700
committerAmith Yamasani <yamasani@google.com>2013-04-17 21:55:06 -0700
commitd4abdd27adac36e7243bcaae37a7a2c69ac73db7 (patch)
treede2e60304538a878f1011f67b7b5e48cc3257b8c /res/xml/user_settings.xml
parent4e8cbb32a2ecef9c0bbdaaeb97e6fc29ec14a902 (diff)
downloadpackages_apps_Settings-d4abdd27adac36e7243bcaae37a7a2c69ac73db7.tar.gz
packages_apps_Settings-d4abdd27adac36e7243bcaae37a7a2c69ac73db7.tar.bz2
packages_apps_Settings-d4abdd27adac36e7243bcaae37a7a2c69ac73db7.zip
Reorganize users screen
As per product/ux feedback, move around and rename the users. Settings button for some users. Fix crash in limited user when clicking on the user: Bug: 8494377 Change-Id: I346d12646d32608b01f2c2c2c866b6da51408618
Diffstat (limited to 'res/xml/user_settings.xml')
-rw-r--r--res/xml/user_settings.xml31
1 files changed, 8 insertions, 23 deletions
diff --git a/res/xml/user_settings.xml b/res/xml/user_settings.xml
index 2e73e9e32..6c6ad9260 100644
--- a/res/xml/user_settings.xml
+++ b/res/xml/user_settings.xml
@@ -19,20 +19,15 @@
android:title="@string/user_settings_title">
<PreferenceCategory
- android:key="user_you"
- android:title="@string/user_you_section"/>
- <Preference
- android:key="user_me"
- android:summary="@string/user_owner" />
- <com.android.settings.SelectableEditTextPreference
- android:key="user_nickname"
- android:title="@string/user_nickname"
- android:icon="@drawable/empty_icon" />
+ android:key="trusted_user_list"
+ android:title="@string/user_trusted_list_title">
+ </PreferenceCategory>
+
<Preference
- android:key="user_owner_info"
- android:title="@string/owner_info_settings_title"
- android:icon="@drawable/empty_icon"
- android:fragment="com.android.settings.OwnerInfoSettings" />
+ android:key="user_add_trusted"
+ android:title="@string/user_add_trusted"
+ android:summary="@string/user_add_trusted_summary"
+ android:icon="@drawable/ic_menu_add" />
<PreferenceCategory
android:key="limited_user_list"
@@ -45,14 +40,4 @@
android:summary="@string/user_add_restricted_summary"
android:icon="@drawable/ic_menu_add" />
- <PreferenceCategory
- android:key="trusted_user_list"
- android:title="@string/user_trusted_list_title">
- </PreferenceCategory>
-
- <Preference
- android:key="user_add_trusted"
- android:title="@string/user_add_trusted"
- android:summary="@string/user_add_trusted_summary"
- android:icon="@drawable/ic_menu_add" />
</PreferenceScreen>