1
0
Fork 0

For 10965 - Implement content description and fix border for add button

master
David Walsh 2020-05-27 14:53:04 -05:00 committed by Jeff Boek
parent 248237290e
commit 58a7e63105
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="16dp"
android:backgroundTint="?accent"
android:contentDescription="TODO: Changeme"
android:contentDescription="@string/add_tab"
app:backgroundTint="?accent"
app:srcCompat="@drawable/ic_new"
app:tint="@color/photonWhite" />