Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/layout/item_editor_input.xml')
-rw-r--r--android/res/layout/item_editor_input.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/res/layout/item_editor_input.xml b/android/res/layout/item_editor_input.xml
index 2f8e24a69a..dc4597b582 100644
--- a/android/res/layout/item_editor_input.xml
+++ b/android/res/layout/item_editor_input.xml
@@ -9,7 +9,7 @@
style="@style/MwmWidget.Editor.MetadataIcon"
tools:src="@drawable/ic_phone"/>
- <android.support.design.widget.TextInputLayout
+ <com.google.android.material.textfield.TextInputLayout
android:id="@+id/custom_input"
style="@style/MwmWidget.Editor.CustomTextInput"
android:layout_centerVertical="true"
@@ -22,6 +22,6 @@
tools:hint="Hint"
tools:text="Input"/>
- </android.support.design.widget.TextInputLayout>
+ </com.google.android.material.textfield.TextInputLayout>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>