|
|
|
@ -33,7 +33,6 @@
@@ -33,7 +33,6 @@
|
|
|
|
|
android:hint="@string/login_hostname" |
|
|
|
|
android:textColorHint="@drawable/login_input" |
|
|
|
|
app:boxStrokeColor="@drawable/login_input" |
|
|
|
|
app:errorTextAppearance="@style/AppTheme.ErrorStyle" |
|
|
|
|
app:hintTextColor="@drawable/login_input"> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
@ -42,7 +41,8 @@
@@ -42,7 +41,8 @@
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:inputType="textUri" |
|
|
|
|
android:lines="1" |
|
|
|
|
android:textColor="@android:color/white" /> |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textCursorDrawable="@null" /> |
|
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
@ -55,7 +55,6 @@
@@ -55,7 +55,6 @@
|
|
|
|
|
android:hint="@string/login_username" |
|
|
|
|
android:textColorHint="@drawable/login_input" |
|
|
|
|
app:boxStrokeColor="@drawable/login_input" |
|
|
|
|
app:errorTextAppearance="@style/AppTheme.ErrorStyle" |
|
|
|
|
app:hintTextColor="@drawable/login_input"> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
@ -64,7 +63,8 @@
@@ -64,7 +63,8 @@
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:inputType="textEmailAddress" |
|
|
|
|
android:lines="1" |
|
|
|
|
android:textColor="@android:color/white" /> |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textCursorDrawable="@null" /> |
|
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
@ -77,7 +77,6 @@
@@ -77,7 +77,6 @@
|
|
|
|
|
android:hint="@string/login_password" |
|
|
|
|
android:textColorHint="@drawable/login_input" |
|
|
|
|
app:boxStrokeColor="@drawable/login_input" |
|
|
|
|
app:errorTextAppearance="@style/AppTheme.ErrorStyle" |
|
|
|
|
app:hintTextColor="@drawable/login_input" |
|
|
|
|
app:passwordToggleEnabled="true"> |
|
|
|
|
|
|
|
|
@ -87,7 +86,8 @@
@@ -87,7 +86,8 @@
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:inputType="textPassword" |
|
|
|
|
android:lines="1" |
|
|
|
|
android:textColor="@android:color/white" /> |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textCursorDrawable="@null" /> |
|
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
|