summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-04-28 22:13:22 -0700
committerAmith Yamasani <yamasani@google.com>2013-04-28 22:13:22 -0700
commitb0171715876b672c94c8a5aaafde95ff47b234b4 (patch)
tree4489b5fdaef13558e695675a28e278864251e868 /res/layout
parentc5b036571ed2eeae73b0551848e7f7efdc016a52 (diff)
downloadpackages_apps_Settings-b0171715876b672c94c8a5aaafde95ff47b234b4.zip
packages_apps_Settings-b0171715876b672c94c8a5aaafde95ff47b234b4.tar.gz
packages_apps_Settings-b0171715876b672c94c8a5aaafde95ff47b234b4.tar.bz2
Three kinds of owner info - owner, user and profile
Bug: 8736733 Put the summary "Restricted profile" under the user name in app restrictions panel. Bug: 8736734 Change-Id: I6b724bd10a9246eb57831bffb737a48c01e0c285
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/user_info_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/user_info_header.xml b/res/layout/user_info_header.xml
index f2b0c59..506dd2e2 100644
--- a/res/layout/user_info_header.xml
+++ b/res/layout/user_info_header.xml
@@ -72,11 +72,11 @@
android:layout_below="@android:id/title"
android:layout_alignStart="@android:id/title"
android:paddingBottom="3dip"
- android:visibility="gone"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="13sp"
android:textColor="?android:attr/textColorSecondary"
android:focusable="false"
+ android:text="@string/user_summary_restricted_profile"
android:maxLines="4" />
</RelativeLayout>
</LinearLayout>