Center empty favorites message. Give it some padding.
This commit is contained in:
parent
841530be61
commit
95beee69f7
@ -30,6 +30,8 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
|
android:gravity="center_horizontal"
|
||||||
|
android:paddingTop="10sp"
|
||||||
android:text="@string/empty_favorites_list_message"
|
android:text="@string/empty_favorites_list_message"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user