summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2011-09-30 11:43:36 -0400
committerDaniel Sandler <dsandler@android.com>2011-09-30 12:48:35 -0400
commitbcf6ef0b82c1daea43e03b8ad5af319ed324242a (patch)
treea629fe1186a13030f19a4a1658d8ac1e96fc7b76 /packages/SystemUI/res/layout-sw600dp
parent83a5926ee349a3daf33cd8efd21e312fc0b1621e (diff)
downloadframeworks_base-bcf6ef0b82c1daea43e03b8ad5af319ed324242a.zip
frameworks_base-bcf6ef0b82c1daea43e03b8ad5af319ed324242a.tar.gz
frameworks_base-bcf6ef0b82c1daea43e03b8ad5af319ed324242a.tar.bz2
Fix contentDescriptions in status bar.
- Strings for signal strength - Strings for the clear-all-notifications button - Adjust phrasing for the clear-one-notification button - Adjust phrasing for the settings button Bug: 5285136 Bug: 5325056 Change-Id: I489e49f3b3d88a6b599ababe68d0535302eb0ae2
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml
index 1641c70..2947bfb 100644
--- a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml
+++ b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml
@@ -34,6 +34,7 @@
android:paddingRight="15dp"
android:src="@drawable/ic_notify_clear"
android:visibility="invisible"
+ android:contentDescription="@string/accessibility_clear_all"
/>
<RelativeLayout