From 5e2678f4d7a0eb2b0e01f53ffe72b2be0834833b Mon Sep 17 00:00:00 2001 From: androiddevkkotlin Date: Fri, 16 Oct 2020 11:41:20 +0300 Subject: [PATCH 1/2] Update poi_tag_list_item.xml Text field jumps and loose underline --- OsmAnd/res/layout/poi_tag_list_item.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/OsmAnd/res/layout/poi_tag_list_item.xml b/OsmAnd/res/layout/poi_tag_list_item.xml index dc723b5720..78022f917d 100644 --- a/OsmAnd/res/layout/poi_tag_list_item.xml +++ b/OsmAnd/res/layout/poi_tag_list_item.xml @@ -21,10 +21,7 @@ android:id="@+id/tagEditText" android:layout_width="match_parent" android:layout_height="wrap_content" - android:minHeight="@dimen/wpt_list_item_height" android:hint="@string/hint_tag" - android:gravity="bottom" - android:paddingBottom="@dimen/text_margin_small" tools:text="Tag text"/> @@ -39,9 +36,6 @@ android:id="@+id/valueEditText" android:layout_width="match_parent" android:layout_height="wrap_content" - android:minHeight="@dimen/wpt_list_item_height" - android:gravity="bottom" - android:paddingBottom="@dimen/text_margin_small" android:hint="@string/hint_value" tools:text="Value text"/> From 082007f810fdbcc34baca7fb7855827023d18f95 Mon Sep 17 00:00:00 2001 From: androiddevkkotlin Date: Fri, 16 Oct 2020 11:57:50 +0300 Subject: [PATCH 2/2] return height --- OsmAnd/res/layout/poi_tag_list_item.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OsmAnd/res/layout/poi_tag_list_item.xml b/OsmAnd/res/layout/poi_tag_list_item.xml index 78022f917d..e8a9c8dbb5 100644 --- a/OsmAnd/res/layout/poi_tag_list_item.xml +++ b/OsmAnd/res/layout/poi_tag_list_item.xml @@ -21,6 +21,7 @@ android:id="@+id/tagEditText" android:layout_width="match_parent" android:layout_height="wrap_content" + android:minHeight="@dimen/wpt_list_item_height" android:hint="@string/hint_tag" tools:text="Tag text"/> @@ -36,6 +37,7 @@ android:id="@+id/valueEditText" android:layout_width="match_parent" android:layout_height="wrap_content" + android:minHeight="@dimen/wpt_list_item_height" android:hint="@string/hint_value" tools:text="Value text"/>