add content description to add tab button (#2910)
This commit is contained in:
parent
2161120eb2
commit
8849c2d64b
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="16dp"
|
||||
android:contentDescription="@string/action_add_tab"
|
||||
android:src="@drawable/ic_plus_24dp" />
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
|
|
Loading…
Reference in a new issue