commit da601d86ef9725d05e3aa684fe8c6b10e2f010d4 Author: arrase arrase@gmail.com Date: Thu Nov 24 02:35:00 2016 +0100
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 d1db786..521f381 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 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginTop="15dp"> + android:layout_height="match_parent">
<ListView android:layout_width="match_parent" android:layout_height="match_parent" - android:id="@+id/listview_hs_backups" /> + android:id="@+id/listview_hs_backups" + android:layout_marginTop="15dp" /> </LinearLayout> \ 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 40a9ede..eb32ec2 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" /> </LinearLayout> </LinearLayout> \ No newline at end of file