From 5b9f130b855bfdc5492665ac5128251659c050d3 Mon Sep 17 00:00:00 2001 From: Nishant Date: Mon, 3 Apr 2023 01:00:18 +0530 Subject: [PATCH] Fixed cut text in item_add_street Signed-off-by: Nishant --- android/res/layout/item_add_street.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/res/layout/item_add_street.xml b/android/res/layout/item_add_street.xml index ecb22067e1..8ca8295bad 100644 --- a/android/res/layout/item_add_street.xml +++ b/android/res/layout/item_add_street.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="@dimen/height_item_oneline" + android:layout_height="wrap_content" android:background="?clickableBackground" android:gravity="center_vertical" android:orientation="horizontal"