mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
tiny layout tweaks to account setup flow
This commit is contained in:
parent
d854190df7
commit
3a740c199d
@ -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 New Issue
Block a user