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

Commit 0dfabe0a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a content description for the widget reconfigure button." into sc-dev

parents d4bae086 c0f29c6f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -83,7 +83,8 @@
            android:layout_marginEnd="@dimen/widget_reconfigure_button_margin"
            android:src="@drawable/widget_reconfigure_button_frame"
            android:background="?android:attr/selectableItemBackground"
            android:visibility="gone" />
            android:visibility="gone"
            android:contentDescription="@string/widget_reconfigure_button_content_description" />

    </FrameLayout>
</com.android.launcher3.AppWidgetResizeFrame>
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -108,6 +108,10 @@
    <!-- Text on the button that closes the education dialog about widgets. [CHAR_LIMIT=50] -->
    <string name="widget_education_close_button">Got it</string>

    <!-- Spoken text for screen readers. This text is for an icon that lets the user change a
         widget's settings. [CHAR_LIMIT=50] -->
    <string name="widget_reconfigure_button_content_description">Change widget settings</string>

    <!-- All Apps -->
    <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
    <string name="all_apps_search_bar_hint">Search apps</string>