Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce1965c1 authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Status bar header: Fix Settings shortcut content description" into lmp-dev

parents 9dbe1900 b88c884b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@
        android:layout_height="@dimen/status_bar_header_height"
        android:layout_height="@dimen/status_bar_header_height"
        android:background="@drawable/ripple_drawable"
        android:background="@drawable/ripple_drawable"
        android:src="@drawable/ic_settings"
        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"
    <LinearLayout android:id="@+id/system_icons_super_container"
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
+2 −0
Original line number Original line Diff line number Diff line
@@ -390,6 +390,8 @@
    <string name="accessibility_desc_notification_shade">Notification shade.</string>
    <string name="accessibility_desc_notification_shade">Notification shade.</string>
    <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_desc_quick_settings">Quick settings.</string>
    <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] -->
    <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_desc_recent_apps">Recent screens.</string>
    <string name="accessibility_desc_recent_apps">Recent screens.</string>