aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_wizard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/act_wizard.xml')
-rw-r--r--res/layout/act_wizard.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/res/layout/act_wizard.xml b/res/layout/act_wizard.xml
index 3b97103..73cf130 100644
--- a/res/layout/act_wizard.xml
+++ b/res/layout/act_wizard.xml
@@ -24,22 +24,13 @@
android:gravity="right"
>
- <ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
+ <ViewFlipper
+ android:id="@+id/wizard_flipper"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:id="@+id/wizard_scroll"
- >
+ />
- <ViewFlipper
- android:id="@+id/wizard_flipper"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- />
-
- </ScrollView>
-
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"