[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4038 - Adds margin before close icon in tab item

pull/600/head
Emily Kager 5 years ago committed by Emily Kager
parent f1fefba0a9
commit 228a90c5c6

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

Loading…
Cancel
Save