1
0
Fork 0

For #2834: Add contentDescription to tabs button icons

master
Yeon Taek Jeong 2019-08-20 13:59:42 -07:00 committed by Emily Kager
parent 416e25e8a5
commit 26c9d5d297
1 changed files with 2 additions and 0 deletions

View File

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