android:orientation="vertical" \r
>\r
\r
- <FrameLayout\r
+ <EditText\r
+ android:id="@+id/hostUrlInput"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- >\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
- \r
- </FrameLayout>\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