1
0
Fork 0

Add add top margin to No Bookmarks message

master
David Walsh 2020-02-21 12:46:33 -06:00 committed by Jeff Boek
parent 60d38057bb
commit 72e3d5d22f
1 changed files with 1 additions and 0 deletions

View File

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