From 5aa0dce0628e814d0cf54b6fcc104efee1dd943e Mon Sep 17 00:00:00 2001 From: sander Date: Wed, 23 Nov 2011 16:55:34 +0100 Subject: [PATCH] Added support for DNS MX redirection in autoconfiguration. Reworked the gui for the autoconfiguration activity. --- res/layout/account_setup_autoconfig.xml | 103 ++--- res/values/strings.xml | 2 + .../setup/AccountSetupAutoConfiguration.java | 382 ++++++++++++------ 3 files changed, 309 insertions(+), 178 deletions(-) diff --git a/res/layout/account_setup_autoconfig.xml b/res/layout/account_setup_autoconfig.xml index c03815d1b..20b8d7c32 100644 --- a/res/layout/account_setup_autoconfig.xml +++ b/res/layout/account_setup_autoconfig.xml @@ -1,65 +1,76 @@ - + android:layout_width="fill_parent" + android:layout_height="match_parent" + android:orientation="vertical" > - + + + android:textSize="10dp" + android:paddingBottom="6dip" /> + - + + + android:layout_alignParentBottom="true" + android:layout_alignParentLeft="true" + android:gravity="center" + android:orientation="horizontal" > - + android:text="@string/cancel_action" /> - - - - + android:drawableRight="@drawable/button_indicator_next" + android:text="@string/next_action" /> + - -