Merge "Add a content description for the widget reconfigure button." into sc-dev
This commit is contained in:
commit
0dfabe0a1e
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue