summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2012-09-25 17:18:21 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-25 17:18:21 -0700
commit0d9179c47338532bb2995130d07e458ab12bcb5c (patch)
tree1ad486170400f91666048664ff13637f9f84ea52
parent209898da754a0455864a9251723cb3ab91f36e46 (diff)
parent3104b04e16394daf68e75febcfb2bbade50665b9 (diff)
downloadpackages_apps_Settings-0d9179c47338532bb2995130d07e458ab12bcb5c.zip
packages_apps_Settings-0d9179c47338532bb2995130d07e458ab12bcb5c.tar.gz
packages_apps_Settings-0d9179c47338532bb2995130d07e458ab12bcb5c.tar.bz2
Merge "You section title for current user details" into jb-mr1-dev
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/user_settings.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 727842a..9d5f4cf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4250,6 +4250,8 @@
<!-- User settings screen title [CHAR LIMIT=25] -->
<string name="user_settings_title">Users</string>
+ <!-- User settings section title for details about you [CHAR LIMIT=25] -->
+ <string name="user_you_section">You</string>
<!-- User settings user list section header [CHAR LIMIT=30] -->
<string name="user_list_title">Other users</string>
<!-- User settings add user menu [CHAR LIMIT=20] -->
diff --git a/res/xml/user_settings.xml b/res/xml/user_settings.xml
index 457239a..d97f1a6 100644
--- a/res/xml/user_settings.xml
+++ b/res/xml/user_settings.xml
@@ -18,6 +18,9 @@
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
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" />