-->\r
\r
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"\r
- xmlns:tools="http://schemas.android.com/tools"\r
android:layout_width="match_parent"\r
android:layout_height="match_parent"\r
android:layout_gravity="center"\r
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: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
android:layout_width="wrap_content"\r
android:layout_height="wrap_content"\r
android:background="@android:color/transparent"\r
+ android:textColor="#0000FF" \r
android:onClick="onRegisterClick"\r
android:paddingBottom="5dp"\r
android:paddingTop="5dp"\r
android:text="@string/auth_register"\r
- android:textColor="#0000FF" />\r
+ />\r
</LinearLayout>\r
\r
</ScrollView>
\ No newline at end of file