|
@@ -81,7 +81,7 @@
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
|
android:id="@+id/input_layout_hostUrl"
|
|
|
- android:theme="@style/EditText"
|
|
|
+ android:theme="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
@@ -168,7 +168,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
- <EditText
|
|
|
+ <com.google.android.material.textfield.TextInputEditText
|
|
|
android:id="@+id/oAuthEntryPoint_1"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -190,7 +190,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
- <EditText
|
|
|
+ <com.google.android.material.textfield.TextInputEditText
|
|
|
android:id="@+id/oAuthEntryPoint_2"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -209,12 +209,12 @@
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
|
android:id="@+id/input_layout_account_username"
|
|
|
- android:theme="@style/EditText"
|
|
|
+ android:theme="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
- <EditText
|
|
|
+ <com.google.android.material.textfield.TextInputEditText
|
|
|
android:id="@+id/account_username"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -231,12 +231,12 @@
|
|
|
android:id="@+id/input_layout_account_password"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:theme="@style/EditText"
|
|
|
+ android:theme="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
|
|
android:visibility="gone"
|
|
|
app:passwordToggleDrawable="@drawable/password_visibility_selector"
|
|
|
app:passwordToggleTint="@color/login_text_hint_color">
|
|
|
|
|
|
- <EditText
|
|
|
+ <com.google.android.material.textfield.TextInputEditText
|
|
|
android:id="@+id/account_password"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|