From 4f524a2043b5946791586d1408226f8de33115c0 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Tue, 14 May 2013 15:19:43 +0200 Subject: [PATCH] Grant that 'refresh' button embedded in the URL input field does not hide the text in the field --- res/layout-land/account_setup.xml | 33 +++-------- res/layout/account_setup.xml | 35 ++++------- .../authentication/AuthenticatorActivity.java | 68 ++++++++++++++++++---- 3 files changed, 77 insertions(+), 59 deletions(-) diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 0427dfd2..41fa06e1 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -61,32 +61,17 @@ android:orientation="vertical" > - - - - - - - - - + android:ems="10" + android:hint="@string/auth_host_url" + android:inputType="textUri" + android:drawablePadding="5dp" + > + + - - - - - - - - - + + +