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

Commit 9274cb20 authored by Ats Jenk's avatar Ats Jenk
Browse files

Add content description to handle in bubble

When a bubble is expanded from bubble bar, it will have the app handle.
Add content description to the handle so users using talkback know what
it is.

Update content description of the handle from "handle" to "app handle"
based on UX feedback.

Bug: 344671270
Flag: com.android.wm.shell.enable_bubble_bar
Test: enable talkback and focus on bubble handle
Change-Id: I22d15b4fcdea4549e9a8b1589ad0d584d4e23af1
parent 6a3e6b1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@
    <!-- Accessibility text for the caption back button [CHAR LIMIT=NONE] -->
    <string name="back_button_text">Back</string>
    <!-- Accessibility text for the caption handle [CHAR LIMIT=NONE] -->
    <string name="handle_text">Handle</string>
    <string name="handle_text">App handle</string>
    <!-- Accessibility text for the handle menu app icon [CHAR LIMIT=NONE] -->
    <string name="app_icon_text">App Icon</string>
    <!-- Accessibility text for the handle fullscreen button [CHAR LIMIT=NONE] -->
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public class BubbleBarHandleView extends View {
                outline.setPath(mPath);
            }
        });
        setContentDescription(getResources().getString(R.string.handle_text));
    }

    /**