diff options
Diffstat (limited to 'res/layout/act_wizard.xml')
-rw-r--r-- | res/layout/act_wizard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/act_wizard.xml b/res/layout/act_wizard.xml index 2af392c..fe15c5e 100644 --- a/res/layout/act_wizard.xml +++ b/res/layout/act_wizard.xml @@ -27,7 +27,7 @@ <ViewFlipper android:id="@+id/wizard_flipper" android:layout_width="fill_parent" - android:layout_height="wrap_content" + android:layout_height="0dip" android:layout_weight="1" /> |