Merge "You section title for current user details" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0d9179c473
@@ -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] -->
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user