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

Commit a6b62db9 authored by Daniel Akinola's avatar Daniel Akinola Committed by Android (Google) Code Review
Browse files

Merge "Fix App header buttons announcing name twice" into main

parents 3183361e 6c0b6ca0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@
            android:contentDescription="@string/screenshot_text"
            android:text="@string/screenshot_text"
            android:src="@drawable/desktop_mode_ic_handle_menu_screenshot"
            android:importantForAccessibility="no"
            style="@style/DesktopModeHandleMenuActionButton"/>

        <com.android.wm.shell.windowdecor.HandleMenuActionButton
@@ -149,6 +150,7 @@
            android:contentDescription="@string/new_window_text"
            android:text="@string/new_window_text"
            android:src="@drawable/desktop_mode_ic_handle_menu_new_window"
            android:importantForAccessibility="no"
            style="@style/DesktopModeHandleMenuActionButton"/>

        <com.android.wm.shell.windowdecor.HandleMenuActionButton
@@ -156,6 +158,7 @@
            android:contentDescription="@string/manage_windows_text"
            android:text="@string/manage_windows_text"
            android:src="@drawable/desktop_mode_ic_handle_menu_manage_windows"
            android:importantForAccessibility="no"
            style="@style/DesktopModeHandleMenuActionButton"/>

        <com.android.wm.shell.windowdecor.HandleMenuActionButton
@@ -163,6 +166,7 @@
            android:contentDescription="@string/change_aspect_ratio_text"
            android:text="@string/change_aspect_ratio_text"
            android:src="@drawable/desktop_mode_ic_handle_menu_change_aspect_ratio"
            android:importantForAccessibility="no"
            style="@style/DesktopModeHandleMenuActionButton"/>
    </LinearLayout>

@@ -182,6 +186,7 @@
            android:text="@string/open_in_browser_text"
            android:src="@drawable/desktop_mode_ic_handle_menu_open_in_browser"
            style="@style/DesktopModeHandleMenuActionButton"
            android:importantForAccessibility="no"
            android:layout_width="0dp"
            android:layout_weight="1"/>

+1 −0
Original line number Diff line number Diff line
@@ -34,5 +34,6 @@

    <com.android.wm.shell.windowdecor.MarqueedTextView
        android:id="@+id/label"
        android:importantForAccessibility="no"
        style="@style/DesktopModeHandleMenuActionButtonTextView"/>
</LinearLayout>