mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-19 20:21:45 -05:00
Fix welcome message layout
This commit is contained in:
parent
4f5ab86be3
commit
94c1477e93
@ -23,14 +23,6 @@
|
|||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/import_settings"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="left"
|
|
||||||
android:minWidth="@dimen/button_minWidth"
|
|
||||||
android:text="@string/settings_import" />
|
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="0dip"
|
android:layout_height="0dip"
|
||||||
@ -38,6 +30,35 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
<include layout="@layout/wizard_next" />
|
<RelativeLayout
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="fill_parent"
|
||||||
|
android:layout_alignParentBottom="true"
|
||||||
|
android:layout_marginTop="-45dip"
|
||||||
|
android:background="@android:drawable/bottom_bar"
|
||||||
|
android:gravity="bottom|right"
|
||||||
|
android:padding="0dip" >
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/import_settings"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_alignParentLeft="true"
|
||||||
|
android:layout_centerVertical="false"
|
||||||
|
android:layout_marginBottom="-4dip"
|
||||||
|
android:minWidth="@dimen/button_minWidth"
|
||||||
|
android:text="@string/settings_import" />
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/next"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_alignParentRight="true"
|
||||||
|
android:layout_centerVertical="false"
|
||||||
|
android:layout_marginBottom="-4dip"
|
||||||
|
android:drawableRight="@drawable/button_indicator_next"
|
||||||
|
android:minWidth="@dimen/button_minWidth"
|
||||||
|
android:text="@string/next_action" />
|
||||||
|
</RelativeLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
x
Reference in New Issue
Block a user