mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2834: Add contentDescription to tabs button icons
This commit is contained in:
parent
1d3eec6208
commit
410bb482b1
@ -41,6 +41,7 @@
|
|||||||
android:layout_width="48dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
|
android:contentDescription="@string/tabs_menu_share_tabs"
|
||||||
android:src="@drawable/ic_hollow_share"/>
|
android:src="@drawable/ic_hollow_share"/>
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
@ -48,6 +49,7 @@
|
|||||||
android:layout_width="48dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
|
android:contentDescription="@string/tabs_menu_close_all_tabs"
|
||||||
android:src="@drawable/ic_delete"/>
|
android:src="@drawable/ic_delete"/>
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
|
Loading…
Reference in New Issue
Block a user