diff options
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | res/layout/act_help.xml | 2 | ||||
-rw-r--r-- | res/layout/act_wizard.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ff79584..9bd26e8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.connectbot" android:versionName="1.6-dev" - android:versionCode="225"> + android:versionCode="226"> <application android:icon="@drawable/icon" 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" /> |