tiny layout tweaks to account setup flow
This commit is contained in:
parent
d854190df7
commit
3a740c199d
4 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
android:layout_weight="1" />
|
||||
<RelativeLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:gravity="bottom|right"
|
||||
android:layout_height="54dip"
|
||||
>
|
||||
<Button
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue