From 641f2308c6df12ab596b86581021f8c1bb31ee41 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sun, 7 Dec 2025 18:01:17 +0100 Subject: [PATCH] [android] Remove hardocded height of name text field Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/item_localized_name.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/res/layout/item_localized_name.xml b/android/app/src/main/res/layout/item_localized_name.xml index dd9d3dd20..1ada788ec 100644 --- a/android/app/src/main/res/layout/item_localized_name.xml +++ b/android/app/src/main/res/layout/item_localized_name.xml @@ -4,7 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/name" android:layout_width="match_parent" - android:layout_height="@dimen/editor_height_field" + android:layout_height="wrap_content" android:animateLayoutChanges="true" android:gravity="center_vertical" android:orientation="horizontal"> @@ -14,8 +14,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" - android:hint="@string/editor_edit_place_name_hint" - android:textColorHint="?android:textColorSecondary"> + android:hint="@string/editor_edit_place_name_hint"> + app:tint="?iconTint" /> \ No newline at end of file