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

Commit ce367a32 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Annotating groups of views in Overview for accessibility

This will break the initial focus assignment. This should be later fixed
in Talkback.

Bug: 72409756
Test: Talkback reads pane title, even though at a wrong moment.
Change-Id: I38458ef7c3b5745169d7bc17ce8751f683ba9c71
parent 4c750757
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
        android:clipChildren="false"
        android:clipToPadding="false"
        android:focusableInTouchMode="true"
        android:accessibilityPaneTitle="@string/accessibility_recent_apps"
        android:theme="@style/HomeScreenElementTheme"
    >

+3 −0
Original line number Diff line number Diff line
@@ -38,4 +38,7 @@

    <!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] -->
    <string name="recents_clear_all">Clear all</string>

    <!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] -->
    <string name="accessibility_recent_apps">Recent apps</string>
</resources>
 No newline at end of file