summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_provider_credentials.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/v_provider_credentials.xml')
-rw-r--r--app/src/main/res/layout/v_provider_credentials.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/src/main/res/layout/v_provider_credentials.xml b/app/src/main/res/layout/v_provider_credentials.xml
index 65f554aa..be40c233 100644
--- a/app/src/main/res/layout/v_provider_credentials.xml
+++ b/app/src/main/res/layout/v_provider_credentials.xml
@@ -2,7 +2,7 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
- <android.support.v7.widget.AppCompatTextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/provider_credentials_user_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -11,7 +11,7 @@
android:linksClickable="true"
/>
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/provider_credentials_username_error"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -20,16 +20,16 @@
android:layout_marginTop="@dimen/standard_margin"
app:errorTextAppearance="@style/error_appearance">
- <android.support.design.widget.TextInputEditText
+ <com.google.android.material.textfield.TextInputEditText
android:id="@+id/provider_credentials_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="text" />
- </android.support.design.widget.TextInputLayout>
+ </com.google.android.material.textfield.TextInputLayout>
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/provider_credentials_password_error"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -38,16 +38,16 @@
app:errorEnabled="true"
app:errorTextAppearance="@style/error_appearance">
- <android.support.design.widget.TextInputEditText
+ <com.google.android.material.textfield.TextInputEditText
android:id="@+id/provider_credentials_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"
/>
- </android.support.design.widget.TextInputLayout>
+ </com.google.android.material.textfield.TextInputLayout>
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/provider_credentials_password_verification_error"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -57,7 +57,7 @@
android:visibility="gone"
app:errorTextAppearance="@style/error_appearance">
- <android.support.design.widget.TextInputEditText
+ <com.google.android.material.textfield.TextInputEditText
android:id="@+id/provider_credentials_password_verification"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -65,5 +65,5 @@
android:visibility="gone"
/>
- </android.support.design.widget.TextInputLayout>
+ </com.google.android.material.textfield.TextInputLayout>
</merge> \ No newline at end of file