summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/a_add_provider.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-03-17 00:37:45 +0100
committercyBerta <cyberta@riseup.net>2020-03-17 00:37:45 +0100
commitad25528b1863447588a36e4471a0cb61363733ae (patch)
tree2b351a562acc3b9223c3a2604b71cba7d854f0b0 /app/src/main/res/layout/a_add_provider.xml
parent05205190ee65a5fa14f18d12f86f5427368bea44 (diff)
switch to AndroidX
Diffstat (limited to 'app/src/main/res/layout/a_add_provider.xml')
-rw-r--r--app/src/main/res/layout/a_add_provider.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/a_add_provider.xml b/app/src/main/res/layout/a_add_provider.xml
index c1322bef..eab1693e 100644
--- a/app/src/main/res/layout/a_add_provider.xml
+++ b/app/src/main/res/layout/a_add_provider.xml
@@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/text_uri_error"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -31,14 +31,14 @@
android:hint="@string/new_provider_uri"
app:errorEnabled="true">
- <android.support.design.widget.TextInputEditText
+ <com.google.android.material.textfield.TextInputEditText
android:id="@+id/text_uri"
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>
<RelativeLayout
android:layout_width="match_parent"