Merge "Remove contentDescription attribute in filter icon" into udc-dev am: 749a2d2a6a am: 786046540d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23418186 Change-Id: Ica90e655735160e315e915dbf6b10b3b00c46173 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -40,7 +40,6 @@
|
|||||||
android:layout_gravity="end"
|
android:layout_gravity="end"
|
||||||
android:alpha="0"
|
android:alpha="0"
|
||||||
android:tint="@color/recents_filter_icon"
|
android:tint="@color/recents_filter_icon"
|
||||||
android:contentDescription="@string/recents_filter_icon_desc"
|
|
||||||
android:importantForAccessibility="no"
|
android:importantForAccessibility="no"
|
||||||
android:src="@drawable/ic_select_windows" />
|
android:src="@drawable/ic_select_windows" />
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,6 @@
|
|||||||
android:layout_gravity="start"
|
android:layout_gravity="start"
|
||||||
android:alpha="0"
|
android:alpha="0"
|
||||||
android:tint="@color/recents_filter_icon"
|
android:tint="@color/recents_filter_icon"
|
||||||
android:contentDescription="@string/recents_filter_icon_desc"
|
|
||||||
android:importantForAccessibility="no"
|
android:importantForAccessibility="no"
|
||||||
android:src="@drawable/ic_select_windows" />
|
android:src="@drawable/ic_select_windows" />
|
||||||
|
|
||||||
@@ -63,7 +62,6 @@
|
|||||||
android:layout_gravity="end"
|
android:layout_gravity="end"
|
||||||
android:alpha="0"
|
android:alpha="0"
|
||||||
android:tint="@color/recents_filter_icon"
|
android:tint="@color/recents_filter_icon"
|
||||||
android:contentDescription="@string/recents_filter_icon_desc"
|
|
||||||
android:importantForAccessibility="no"
|
android:importantForAccessibility="no"
|
||||||
android:src="@drawable/ic_select_windows" />
|
android:src="@drawable/ic_select_windows" />
|
||||||
|
|
||||||
|
|||||||
@@ -39,10 +39,6 @@
|
|||||||
<!-- Recents: Title of a button that goes back from displaying tasks filtered by package name to displaying all tasks [CHAR LIMIT=30] -->
|
<!-- Recents: Title of a button that goes back from displaying tasks filtered by package name to displaying all tasks [CHAR LIMIT=30] -->
|
||||||
<string name="recents_back" translatable="false">Back</string>
|
<string name="recents_back" translatable="false">Back</string>
|
||||||
|
|
||||||
<!-- TODO: b/260610444. Content description of filtering icons needs to be updated -->
|
|
||||||
<!-- Recents: Content description for the icon on top of taskviews to initiate filtering -->
|
|
||||||
<string name="recents_filter_icon_desc" translatable="false">Click to show only this app\'s tasks</string>
|
|
||||||
|
|
||||||
<!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] -->
|
<!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] -->
|
||||||
<string name="accessibility_recent_apps">Recent apps</string>
|
<string name="accessibility_recent_apps">Recent apps</string>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user