Merge pull request #10032 from osmandapp/Text-field-jumps-and-loose-underline
Update poi_tag_list_item.xml
This commit is contained in:
commit
dafcc711d0
1 changed files with 0 additions and 4 deletions
|
@ -23,8 +23,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="@dimen/wpt_list_item_height"
|
android:minHeight="@dimen/wpt_list_item_height"
|
||||||
android:hint="@string/hint_tag"
|
android:hint="@string/hint_tag"
|
||||||
android:gravity="bottom"
|
|
||||||
android:paddingBottom="@dimen/text_margin_small"
|
|
||||||
tools:text="Tag text"/>
|
tools:text="Tag text"/>
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
@ -40,8 +38,6 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="@dimen/wpt_list_item_height"
|
android:minHeight="@dimen/wpt_list_item_height"
|
||||||
android:gravity="bottom"
|
|
||||||
android:paddingBottom="@dimen/text_margin_small"
|
|
||||||
android:hint="@string/hint_value"
|
android:hint="@string/hint_value"
|
||||||
tools:text="Value text"/>
|
tools:text="Value text"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue