|
@@ -69,14 +69,15 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:ems="10"
|
|
android:ems="10"
|
|
android:text="@string/auth_host_url"
|
|
android:text="@string/auth_host_url"
|
|
|
|
+ android:labelFor="@+id/host_url_input"
|
|
android:textColor="@color/login_text_color" />
|
|
android:textColor="@color/login_text_color" />
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
android:id="@+id/host_url_input"
|
|
android:id="@+id/host_url_input"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
+ android:minHeight="@dimen/minimum_size_for_touchable_area"
|
|
android:layout_gravity="bottom"
|
|
android:layout_gravity="bottom"
|
|
- android:contentDescription="@string/auth_host_address"
|
|
|
|
android:drawablePadding="@dimen/alternate_half_padding"
|
|
android:drawablePadding="@dimen/alternate_half_padding"
|
|
android:inputType="textUri"
|
|
android:inputType="textUri"
|
|
android:paddingStart="@dimen/zero"
|
|
android:paddingStart="@dimen/zero"
|
|
@@ -92,14 +93,14 @@
|
|
|
|
|
|
<ImageButton
|
|
<ImageButton
|
|
android:id="@+id/test_server_button"
|
|
android:id="@+id/test_server_button"
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_width="@dimen/minimum_size_for_touchable_area"
|
|
|
|
+ android:layout_height="@dimen/minimum_size_for_touchable_area"
|
|
android:layout_gravity="center_vertical|end"
|
|
android:layout_gravity="center_vertical|end"
|
|
android:layout_marginEnd="@dimen/alternate_half_padding"
|
|
android:layout_marginEnd="@dimen/alternate_half_padding"
|
|
android:background="@android:color/transparent"
|
|
android:background="@android:color/transparent"
|
|
android:contentDescription="@string/test_server_button"
|
|
android:contentDescription="@string/test_server_button"
|
|
android:onClick="onTestServerConnectionClick"
|
|
android:onClick="onTestServerConnectionClick"
|
|
- android:padding="@dimen/zero"
|
|
|
|
|
|
+ android:padding="12dp"
|
|
android:scaleType="fitCenter"
|
|
android:scaleType="fitCenter"
|
|
android:src="@drawable/arrow_right"
|
|
android:src="@drawable/arrow_right"
|
|
android:tint="@color/login_text_color" />
|
|
android:tint="@color/login_text_color" />
|