Skip to content

Commit 89f5b28

Browse files
committed
updated the namespace of autocompletetextview
1 parent c972050 commit 89f5b28

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.idea/jarRepositories.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formview/src/main/res/layout/form_dropdown.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
android:hint="Company"
99
app:errorEnabled="true">
1010

11-
<com.google.android.material.textview.MaterialAutoCompleteTextView
11+
<com.google.android.material.textfield.MaterialAutoCompleteTextView
1212
android:id="@+id/autocompleteTv"
1313
android:layout_width="match_parent"
1414
android:layout_height="wrap_content"
1515
android:textAppearance="@style/TextAppearance.Body2"
1616
>
1717

18-
</com.google.android.material.textview.MaterialAutoCompleteTextView>
18+
</com.google.android.material.textfield.MaterialAutoCompleteTextView>
1919
</com.google.android.material.textfield.TextInputLayout>
2020

2121

0 commit comments

Comments
 (0)