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

Commit c9b18dee authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Add content description to handle in bubble" into main

parents 9712b9b3 9274cb20
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));
    }

    /**