aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/create_public_channel_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/create_public_channel_dialog.xml')
-rw-r--r--src/main/res/layout/create_public_channel_dialog.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/res/layout/create_public_channel_dialog.xml b/src/main/res/layout/create_public_channel_dialog.xml
index 457f9c010..7fa853599 100644
--- a/src/main/res/layout/create_public_channel_dialog.xml
+++ b/src/main/res/layout/create_public_channel_dialog.xml
@@ -20,7 +20,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/name_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -34,9 +34,9 @@
android:layout_height="wrap_content"
android:hint="@string/create_dialog_channel_name"
android:imeOptions="actionNext|flagNoExtractUi" />
- </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/xmpp_address_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -52,6 +52,6 @@
android:layout_height="wrap_content"
android:imeOptions="actionDone|flagNoExtractUi"
android:inputType="textEmailAddress" />
- </android.support.design.widget.TextInputLayout>
+ </com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</layout> \ No newline at end of file