layout fix

This commit is contained in:
arrase 2016-11-24 02:30:19 +01:00
parent 872ec40214
commit 85de87f0a0
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<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_height="match_parent"
android:layout_marginTop="15dp">
<ListView
android:layout_width="match_parent"

View File

@ -19,6 +19,6 @@
android:id="@+id/backup_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="35sp" />
android:textSize="30sp" />
</LinearLayout>
</LinearLayout>