|
@@ -60,6 +60,7 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
+ android:layout_marginBottom="10dp"
|
|
android:onClick="onRefreshClick"
|
|
android:onClick="onRefreshClick"
|
|
android:text="@string/auth_check_server"
|
|
android:text="@string/auth_check_server"
|
|
android:visibility="gone" />
|
|
android:visibility="gone" />
|
|
@@ -68,11 +69,13 @@
|
|
android:id="@+id/hostUrlFrame"
|
|
android:id="@+id/hostUrlFrame"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginBottom="10dp"
|
|
>
|
|
>
|
|
<EditText
|
|
<EditText
|
|
android:id="@+id/hostUrlInput"
|
|
android:id="@+id/hostUrlInput"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="bottom"
|
|
android:hint="@string/auth_host_url"
|
|
android:hint="@string/auth_host_url"
|
|
android:inputType="textUri"
|
|
android:inputType="textUri"
|
|
android:drawablePadding="5dp"
|
|
android:drawablePadding="5dp"
|