tiny layout tweaks to account setup flow

This commit is contained in:
Jesse Vincent 2009-11-14 04:49:27 +00:00
parent d854190df7
commit 3a740c199d
4 changed files with 4 additions and 3 deletions

View File

@ -170,7 +170,7 @@
</ScrollView>
<RelativeLayout
android:layout_marginTop="-54dip"
android:gravity="bottom"
android:gravity="bottom|right"
android:layout_height="wrap_content"
android:layout_width="fill_parent">
<Button

View File

@ -39,6 +39,7 @@
android:layout_weight="1" />
<RelativeLayout
android:layout_width="fill_parent"
android:gravity="bottom|right"
android:layout_height="54dip"
>
<Button

View File

@ -90,7 +90,7 @@
</ScrollView>
<RelativeLayout
android:layout_marginTop="-54dip"
android:gravity="bottom"
android:gravity="bottom|right"
android:layout_height="wrap_content"
android:layout_width="fill_parent">
<Button

View File

@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:layout_width="fill_parent">
<ScrollView
android:layout_marginBottom="50dip"
android:layout_marginBottom="54dip"
android:layout_height="wrap_content"
android:layout_width="fill_parent">
<LinearLayout