diff options
| author | 2014-08-13 21:27:24 +0200 | |
|---|---|---|
| committer | 2014-08-13 19:30:28 +0000 | |
| commit | b88c884b972447231373aa27a54d767e7afde9ab (patch) | |
| tree | 7fae7ed8c7aedf14fc69fba4dfb373faf6031f4b | |
| parent | b5d88d89732bcab7b96775153f13a54a0b99656b (diff) | |
Status bar header: Fix Settings shortcut content description
Bug: 15567494
Change-Id: Iff983d3590b6c84ded6cc32c6a611355678e24a1
| -rw-r--r-- | packages/SystemUI/res/layout/status_bar_expanded_header.xml | 2 | ||||
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_expanded_header.xml b/packages/SystemUI/res/layout/status_bar_expanded_header.xml index 21d8457850f2..d852d72a5aa4 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded_header.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded_header.xml @@ -51,7 +51,7 @@ android:layout_height="@dimen/status_bar_header_height" android:background="@drawable/ripple_drawable" android:src="@drawable/ic_settings" - android:contentDescription="@string/accessibility_desc_quick_settings"/> + android:contentDescription="@string/accessibility_desc_settings"/> <LinearLayout android:id="@+id/system_icons_super_container" android:layout_width="wrap_content" diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 72886c6065f6..3950c00e1ec0 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -390,6 +390,8 @@ <string name="accessibility_desc_notification_shade">Notification shade.</string> <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_desc_quick_settings">Quick settings.</string> + <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] --> + <string name="accessibility_desc_settings">Settings</string> <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_desc_recent_apps">Recent screens.</string> |