From 124b21d209ed7473b18f717c1ce1a19834108cdd Mon Sep 17 00:00:00 2001 From: partha2000 Date: Thu, 14 May 2020 22:00:59 +0530 Subject: [PATCH] For #10632 - Update Content Description for X icon in collection --- app/src/main/res/layout/list_element.xml | 2 +- app/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/list_element.xml b/app/src/main/res/layout/list_element.xml index 876fe21ad..39fb85c91 100644 --- a/app/src/main/res/layout/list_element.xml +++ b/app/src/main/res/layout/list_element.xml @@ -66,7 +66,7 @@ android:layout_height="48dp" android:alpha="0.8" android:background="?android:attr/selectableItemBackgroundBorderless" - android:contentDescription="@string/close_tab" + android:contentDescription="@string/remove_tab_from_collection" app:srcCompat="@drawable/ic_close" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6a5e87845..8075b4f30 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -424,6 +424,8 @@ Private tabs Add tab + + Remove tab from collection Close tab