aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/act_help.xml2
-rw-r--r--res/layout/act_wizard.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/act_help.xml b/res/layout/act_help.xml
index 8457991..101be09 100644
--- a/res/layout/act_help.xml
+++ b/res/layout/act_help.xml
@@ -28,7 +28,7 @@
android:id="@+id/topics"
android:orientation="vertical"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ android:layout_height="wrap_content"
android:gravity="center_horizontal"
>
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"
/>