aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/dialog_quickedit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/dialog_quickedit.xml')
-rw-r--r--src/main/res/layout/dialog_quickedit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/dialog_quickedit.xml b/src/main/res/layout/dialog_quickedit.xml
index b309bc173..26b0d4c54 100644
--- a/src/main/res/layout/dialog_quickedit.xml
+++ b/src/main/res/layout/dialog_quickedit.xml
@@ -8,7 +8,7 @@
android:orientation="vertical"
android:padding="?dialogPreferredPadding">
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/input_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -27,6 +27,6 @@
<requestFocus />
</de.pixart.messenger.ui.widget.EmojiWrapperEditText>
- </android.support.design.widget.TextInputLayout>
+ </com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</layout> \ No newline at end of file