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

Commit f81f9ef6 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Add missing contentDescription to focusable controls."

parents d126d0b6 8cb5e472
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical"
        android:visibility="gone"
        android:contentDescription="@string/description_star"
        style="?android:attr/starStyle" />

</LinearLayout>
+6 −0
Original line number Diff line number Diff line
@@ -2194,4 +2194,10 @@
    <string name="reset">Reset</string>
    <!-- Label for <input type="submit"> button in html -->
    <string name="submit">Submit</string>

    <!-- String describing the Star/Favorite checkbox

         Used by AccessibilityService to announce the purpose of the view.
    -->
    <string name="description_star">favorite</string>
</resources>