2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

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

This commit is contained in:
Emily Kager 2019-07-16 13:38:56 -07:00 committed by Emily Kager
parent f1fefba0a9
commit 228a90c5c6

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"