From 71c7a5c9ef2e03fd9e77aeeba8c82d88e47c8782 Mon Sep 17 00:00:00 2001 From: dzan Date: Mon, 25 Jul 2011 17:09:02 +0200 Subject: [PATCH] Updated the layout of the confirmation screens. --- AndroidManifest.xml | 4 +- res/layout/account_setup_confirm.xml | 118 +++++++++++++----- .../account_setup_confirm_spinners_item.xml | 3 +- .../setup/AbstractSetupConfirmActivity.java | 12 +- 4 files changed, 94 insertions(+), 43 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 539a8433d..678fc7cee 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -110,13 +110,13 @@ diff --git a/res/layout/account_setup_confirm.xml b/res/layout/account_setup_confirm.xml index ae186c0b3..3855b8ce4 100644 --- a/res/layout/account_setup_confirm.xml +++ b/res/layout/account_setup_confirm.xml @@ -2,45 +2,95 @@ + android:layout_height="fill_parent" + android:orientation="vertical"> - - + android:layout_centerHorizontal="true" + android:stretchColumns="3" + android:padding="15dp"> + + + + + + + + + + + - - - - - - - - + android:layout_below="@id/confirm_options" + android:layout_marginTop="3dp" + android:padding="9dp" + android:textSize="16sp" + android:background="#AAA" > + + + + android:layout_height="wrap_content" /> + + + + + + + + + + +