More layout fixes

This commit is contained in:
Dominik Schürmann 2014-04-01 15:33:56 +02:00
parent ab8031fb52
commit ba81869038

View File

@ -1,8 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="4dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
@ -72,4 +77,5 @@
android:layout_alignParentStart="true" />
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>