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"