Remove ScrollView from setup wizard
Change-Id: I85f089301d1be8ed789a20049d21e2c371cad1c5main
parent
30f102e297
commit
f10046bddc
|
@ -18,13 +18,9 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:fillViewport="true">
|
|
||||||
<RelativeLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:background="@color/setup_background"
|
android:background="@color/setup_background"
|
||||||
android:paddingLeft="@dimen/setup_horizontal_padding"
|
android:paddingLeft="@dimen/setup_horizontal_padding"
|
||||||
android:paddingRight="@dimen/setup_horizontal_padding"
|
android:paddingRight="@dimen/setup_horizontal_padding"
|
||||||
|
@ -74,5 +70,4 @@
|
||||||
android:id="@+id/setup_step3"
|
android:id="@+id/setup_step3"
|
||||||
layout="@layout/setup_step" />
|
layout="@layout/setup_step" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</ScrollView>
|
|
||||||
|
|
Loading…
Reference in New Issue