layout fix
This commit is contained in:
parent
85de87f0a0
commit
da601d86ef
|
@ -2,11 +2,11 @@
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:orientation="vertical" android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent">
|
||||||
android:layout_marginTop="15dp">
|
|
||||||
|
|
||||||
<ListView
|
<ListView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:id="@+id/listview_hs_backups" />
|
android:id="@+id/listview_hs_backups"
|
||||||
|
android:layout_marginTop="15dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
|
@ -19,6 +19,7 @@
|
||||||
android:id="@+id/backup_name"
|
android:id="@+id/backup_name"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="30sp" />
|
android:textSize="30sp"
|
||||||
|
android:layout_marginBottom="5dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in New Issue