From: David A. Velasco Date: Tue, 14 May 2013 13:19:43 +0000 (+0200) Subject: Grant that 'refresh' button embedded in the URL input field does not hide the text... X-Git-Tag: oc-android-1.4.3~24^2~13 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/4f524a2043b5946791586d1408226f8de33115c0?ds=inline;hp=--cc Grant that 'refresh' button embedded in the URL input field does not hide the text in the field --- 4f524a2043b5946791586d1408226f8de33115c0 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" + > + + - - - - - - - - - + + +