From 51829a2451ec80e156d5afcef49b6570238976c7 Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Sun, 13 Jul 2014 15:00:49 -0400 Subject: [PATCH] Reorganize the server setup layouts This only changes the vertical display order of the widgets. The user will likely review the settings from top to bottom, but the way they were previously arranged, settings lower on the list were affecting things higher on the list. Generally show top to bottom: Server security type port (affected by security type above) require login checkbox (SMTP only, affects everything below) user auth. type (affected by security type above, affects everything below) password (affected by auth. type above) client cert (affected by auth. type above) --- res/layout/account_setup_incoming.xml | 102 +++++++++++++------------- res/layout/account_setup_outgoing.xml | 26 +++---- 2 files changed, 64 insertions(+), 64 deletions(-) diff --git a/res/layout/account_setup_incoming.xml b/res/layout/account_setup_incoming.xml index 8c22d5723..949bccda6 100644 --- a/res/layout/account_setup_incoming.xml +++ b/res/layout/account_setup_incoming.xml @@ -16,45 +16,6 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> - - - - - - - - + + + + + + + + - - - - + + + +