Skip to content
Snippets Groups Projects
Commit 19fa547d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed an issue with the setup screen on tablets

parent 08dc2bf2
Branches
Tags
No related merge requests found
...@@ -49,14 +49,14 @@ ...@@ -49,14 +49,14 @@
<android.support.v4.widget.NestedScrollView <android.support.v4.widget.NestedScrollView
android:id="@+id/scrollView" android:id="@+id/scrollView"
android:layout_width="0dip" android:layout_width="0dip"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_gravity="center_vertical|start"
android:layout_weight="1"> android:layout_weight="1">
<android.support.v7.widget.CardView <android.support.v7.widget.CardView
android:id="@+id/content_host" android:id="@+id/content_host"
android:layout_width="400dp" android:layout_width="400dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical|start"
android:minHeight="400dp" android:minHeight="400dp"
app:cardElevation="4dp" /> app:cardElevation="4dp" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment