Merge pull request #10031 from osmandapp/Broken-text-fields
Broken text fields in Create POI screen
This commit is contained in:
commit
997c2d00b1
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
android:layout_marginEnd="@dimen/content_padding">
|
||||
|
||||
<com.google.android.material.textfield.MaterialAutoCompleteTextView
|
||||
style="@style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox"
|
||||
android:id="@+id/tagEditText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -34,6 +35,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<com.google.android.material.textfield.MaterialAutoCompleteTextView
|
||||
style="@style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox"
|
||||
android:id="@+id/valueEditText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue