Fixed authorization status message
[pub/Android/ownCloud.git] / res / layout / account_setup.xml
index 2258304..65237a8 100644 (file)
             android:layout_marginTop="10dp"\r
             android:src="@drawable/logo" />\r
 \r
-        <FrameLayout\r
-            android:layout_width="match_parent"\r
-            android:layout_height="wrap_content" >\r
-\r
-            <EditText\r
-                android:id="@+id/hostUrlInput"\r
-                android:layout_width="match_parent"\r
-                android:layout_height="wrap_content"\r
-                android:ems="10"\r
-                android:hint="@string/auth_host_url"\r
-                android:inputType="textUri" >\r
-\r
-                <requestFocus />\r
-            </EditText>\r
-\r
-            <ImageView\r
-                android:id="@+id/refreshButton"\r
-                android:layout_width="wrap_content"\r
-                android:layout_height="wrap_content"\r
-                android:layout_gravity="right|center_vertical"\r
-                android:src="@drawable/ic_action_refresh_black"\r
-               android:onClick="onRefreshClick"\r
-                android:visibility="invisible" />\r
-        </FrameLayout>\r
+               <EditText\r
+                       android:id="@+id/hostUrlInput"\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="wrap_content"\r
+                       android:ems="10"\r
+                       android:hint="@string/auth_host_url"\r
+                       android:inputType="textUri"\r
+                       android:drawablePadding="5dp"\r
+                       >\r
+                       <requestFocus />\r
+               </EditText>\r
 \r
         <TextView\r
             android:id="@+id/server_status_text"\r