[fenix] For https://github.com/mozilla-mobile/fenix/issues/2834: Add contentDescription to tabs button icons

pull/600/head
Yeon Taek Jeong 5 years ago committed by Emily Kager
parent 1d3eec6208
commit 410bb482b1

@ -41,6 +41,7 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/tabs_menu_share_tabs"
android:src="@drawable/ic_hollow_share"/>
<ImageButton
@ -48,6 +49,7 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/tabs_menu_close_all_tabs"
android:src="@drawable/ic_delete"/>
<ImageButton

Loading…
Cancel
Save