layout fix

This commit is contained in:
arrase 2016-11-24 02:35:00 +01:00
parent 85de87f0a0
commit da601d86ef
2 changed files with 5 additions and 4 deletions

View File

@ -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>

View File

@ -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>