For #2834: Add contentDescription to tabs button icons

nightly-build-test
Yeon Taek Jeong 5 years ago committed by Emily Kager
parent 416e25e8a5
commit 26c9d5d297

@ -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