Merge pull request #10032 from osmandapp/Text-field-jumps-and-loose-underline

Update poi_tag_list_item.xml
This commit is contained in:
Vitaliy 2020-10-16 12:07:03 +03:00 committed by GitHub
commit dafcc711d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"/>