From e1dc2cd686446d09648d972c07a8600c6d40041a Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 22 Apr 2019 19:40:31 -0400 Subject: [PATCH] [fenix] Fix for 2428 from a-c In 2428 from android-components, they removed part of the tab layout XML for localization/usability and fenix copied that file directly. Fenix needs to make the equivalent change. This patch does that. --- app/src/main/res/layout/mozac_ui_tabcounter_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/mozac_ui_tabcounter_layout.xml b/app/src/main/res/layout/mozac_ui_tabcounter_layout.xml index 987c993fe..6d88a0e74 100644 --- a/app/src/main/res/layout/mozac_ui_tabcounter_layout.xml +++ b/app/src/main/res/layout/mozac_ui_tabcounter_layout.xml @@ -19,7 +19,7 @@ android:id="@+id/counter_box" android:layout_width="24dp" android:layout_height="24dp" - android:contentDescription="@string/mozac_ui_tabcounter_description" + android:importantForAccessibility="no" android:src="@drawable/mozac_ui_tabcounter_box"/>