am e296bbf5: am fa2dca7e: am 009cd491: Merge "Status bar header: Fix Settings shortcut content description" into lmp-dev

* commit 'e296bbf580fbd91a17d10aaca94130129cf6ba80':
  Status bar header: Fix Settings shortcut content description
This commit is contained in:
Adrian Roos
2014-08-13 19:52:56 +00:00
committed by Android Git Automerger
2 changed files with 3 additions and 1 deletions

View File

@@ -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"

View File

@@ -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>