diff options
Diffstat (limited to 'res/layout/fragment_setup_actions.xml')
-rw-r--r-- | res/layout/fragment_setup_actions.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/fragment_setup_actions.xml b/res/layout/fragment_setup_actions.xml index 08a8a41..9f0c99e 100644 --- a/res/layout/fragment_setup_actions.xml +++ b/res/layout/fragment_setup_actions.xml @@ -26,17 +26,18 @@ android:layout_height="0dp"/> + <View style="@style/settingSeparator" /> + <LinearLayout android:id="@+id/bottom_buttons" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" style="?android:buttonBarStyle"> - <View style="@style/settingSeparator" /> <Button android:id="@+id/back" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="@string/wizard_back" @@ -45,7 +46,7 @@ <Button android:id="@+id/finish" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="@string/wizard_finish" |