Loading java/res/layout/setup_wizard.xml +47 −52 Original line number Diff line number Diff line Loading @@ -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_height="match_parent" android:fillViewport="true"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/setup_background" android:paddingLeft="@dimen/setup_horizontal_padding" android:paddingRight="@dimen/setup_horizontal_padding" Loading Loading @@ -75,4 +71,3 @@ layout="@layout/setup_step" /> </FrameLayout> </RelativeLayout> </ScrollView> Loading
java/res/layout/setup_wizard.xml +47 −52 Original line number Diff line number Diff line Loading @@ -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_height="match_parent" android:fillViewport="true"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/setup_background" android:paddingLeft="@dimen/setup_horizontal_padding" android:paddingRight="@dimen/setup_horizontal_padding" Loading Loading @@ -75,4 +71,3 @@ layout="@layout/setup_step" /> </FrameLayout> </RelativeLayout> </ScrollView>