From 1d4329631db7c2bf9f4daba2512812f90f54f5ce Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Mon, 13 May 2013 14:54:48 -0700 Subject: [PATCH] Add a settings icon to restricted profile config header This is to make it obvious that the header invokes user info settings. Bug: 8888002 Also fix a minor copy/paste error in contentDesription attribute. Change-Id: I3a90b0d691df8302fee696d82c5819f43109ae8e --- res/layout/preference_user_delete_widget.xml | 2 +- res/layout/user_info_header.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/res/layout/preference_user_delete_widget.xml b/res/layout/preference_user_delete_widget.xml index 6ee6faa454b..7d563f8db6c 100644 --- a/res/layout/preference_user_delete_widget.xml +++ b/res/layout/preference_user_delete_widget.xml @@ -34,7 +34,7 @@ android:paddingStart="16dip" android:paddingEnd="16dip" android:src="@drawable/ic_sysbar_quicksettings" - android:contentDescription="@string/user_delete_user_description" + android:contentDescription="@string/settings_label" android:layout_gravity="center" android:background="?android:attr/selectableItemBackground" /> +