For #9604: Swap and adjust margin with padding to avoid text being cut (#9617)

fennec/production
Mihai Adrian 4 years ago committed by GitHub
parent b4a20f658d
commit 7043f9ee4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="8dp"
android:paddingTop="10dp"
android:paddingBottom="0dp"
android:text="@string/bookmarks_empty_message"
android:textColor="?secondaryText"
android:textSize="16sp"

Loading…
Cancel
Save