From 4231c7a17446947cfaa7e734cdcd4a6885b67231 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Tue, 2 Aug 2016 15:15:06 +0300 Subject: [PATCH] [Quick search] Fix folder icon layout --- OsmAnd/res/layout/search_list_item.xml | 50 +++++++++++++++----------- 1 file changed, 29 insertions(+), 21 deletions(-) diff --git a/OsmAnd/res/layout/search_list_item.xml b/OsmAnd/res/layout/search_list_item.xml index 3622227757..a0662d1f7b 100644 --- a/OsmAnd/res/layout/search_list_item.xml +++ b/OsmAnd/res/layout/search_list_item.xml @@ -9,8 +9,8 @@ android:id="@+id/searchListItemLayout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:orientation="horizontal" android:minHeight="60dp" + android:orientation="horizontal" android:paddingBottom="8dp" android:paddingLeft="16dp" android:paddingRight="16dp" @@ -85,13 +85,14 @@ @@ -104,28 +105,35 @@ android:textSize="@dimen/default_desc_text_size" tools:text="City"/> - + android:layout_height="match_parent" + android:orientation="horizontal"> - - android:textColor="?android:textColorSecondary" - android:textSize="@dimen/default_sub_text_size" - tools:text="10-12 am"/> + + +