am f10046bd: Remove ScrollView from setup wizard

* commit 'f10046bddc78c939c53236fb94ebaf413d108b11':
  Remove ScrollView from setup wizard
main
Tadashi G. Takaoka 2013-04-18 22:51:15 -07:00 committed by Android Git Automerger
commit fc2ca29d71
1 changed files with 47 additions and 52 deletions

View File

@ -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"
@ -74,5 +70,4 @@
android:id="@+id/setup_step3"
layout="@layout/setup_step" />
</FrameLayout>
</RelativeLayout>
</ScrollView>
</RelativeLayout>