summaryrefslogtreecommitdiff
path: root/res/layout/empty_content_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/empty_content_view.xml')
-rw-r--r--res/layout/empty_content_view.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/layout/empty_content_view.xml b/res/layout/empty_content_view.xml
index 18633d0f9..d8f27aad8 100644
--- a/res/layout/empty_content_view.xml
+++ b/res/layout/empty_content_view.xml
@@ -25,12 +25,13 @@
android:id="@+id/emptyListViewMessage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:minHeight="84dp"
android:gravity="center_horizontal|top"
android:textSize="@dimen/empty_list_message_text_size"
android:textColor="@color/empty_list_text_color"
android:paddingRight="16dp"
- android:paddingLeft="16dp" />
+ android:paddingLeft="16dp"
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp" />
<TextView
android:id="@+id/emptyListViewAction"
@@ -47,4 +48,8 @@
android:clickable="true"
style="@style/TextActionStyle" />
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="40dp" />
+
</merge>