1
0
Fork 0

Closes #4038 - Adds margin before close icon in tab item

master
Emily Kager 2019-07-16 13:38:56 -07:00 committed by Emily Kager
parent 6aa6cf8a99
commit 8daaa6378d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:ellipsize="none"
android:singleLine="true"
android:textAppearance="@style/Header12TextStyle"