From da601d86ef9725d05e3aa684fe8c6b10e2f010d4 Mon Sep 17 00:00:00 2001 From: arrase Date: Thu, 24 Nov 2016 02:35:00 +0100 Subject: [PATCH] layout fix --- app/src/main/res/layout/layout_hs_backups_list.xml | 6 +++--- app/src/main/res/layout/layout_hs_backups_list_item.xml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/layout_hs_backups_list.xml b/app/src/main/res/layout/layout_hs_backups_list.xml index d1db7861..521f381d 100644 --- a/app/src/main/res/layout/layout_hs_backups_list.xml +++ b/app/src/main/res/layout/layout_hs_backups_list.xml @@ -2,11 +2,11 @@ + android:layout_height="match_parent"> + android:id="@+id/listview_hs_backups" + android:layout_marginTop="15dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/layout_hs_backups_list_item.xml b/app/src/main/res/layout/layout_hs_backups_list_item.xml index 40a9ede0..eb32ec22 100644 --- a/app/src/main/res/layout/layout_hs_backups_list_item.xml +++ b/app/src/main/res/layout/layout_hs_backups_list_item.xml @@ -19,6 +19,7 @@ android:id="@+id/backup_name" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textSize="30sp" /> + android:textSize="30sp" + android:layout_marginBottom="5dp" /> \ No newline at end of file