From 525165a0c8047dab750f7886030a0685a832659a Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Thu, 18 Jul 2013 11:38:33 +0400 Subject: [PATCH] wizard fixes --- android-app/res/layout/cpp_wizard.xml | 52 +++++++++++-------- .../layout/cpp_wizard_step_drag_button.xml | 3 +- android-app/res/xml/preferences.xml | 4 ++ android-app/res/xml/preferences_other.xml | 4 -- .../CalculatorPreferencesActivity.java | 14 +++-- .../wizard/DragButtonWizardStep.java | 24 ++++++--- 6 files changed, 58 insertions(+), 43 deletions(-) diff --git a/android-app/res/layout/cpp_wizard.xml b/android-app/res/layout/cpp_wizard.xml index e03cd5a4..72b3a2ec 100644 --- a/android-app/res/layout/cpp_wizard.xml +++ b/android-app/res/layout/cpp_wizard.xml @@ -23,37 +23,43 @@ --> + a:id="@+id/wizard_layout" + style="?cpp_dialog_style" + a:orientation="vertical"> + a:orientation="vertical" + a:id="@+id/wizard_content" + a:layout_width="match_parent" + a:layout_height="0dp" + a:layout_weight="1" + a:padding="6dp" + a:gravity="center" /> + a:orientation="horizontal" + a:layout_width="match_parent" + a:layout_height="wrap_content">