1
0
Fork 0

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.
master
Will Hawkins 2019-04-22 19:40:31 -04:00 committed by Emily Kager
parent ba690fde8e
commit 60c0fdb981
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>
<!-- This text size auto adjusts based on num digits in `TabCounter` -->