add content description to add tab button (#2910)

This commit is contained in:
Konrad Pozniak 2022-11-23 20:06:35 +01:00 committed by GitHub
parent 2161120eb2
commit 8849c2d64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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