From 94f5db53762b0b3fab3f4e53643c1ef50bf04a9d Mon Sep 17 00:00:00 2001 From: Dmitriy Prodchenko Date: Fri, 24 Oct 2014 18:23:32 +0300 Subject: [PATCH] Fix layout. --- OsmAnd/res/layout/drawer_list_layer.xml | 71 +++++++++++++++---------- 1 file changed, 44 insertions(+), 27 deletions(-) diff --git a/OsmAnd/res/layout/drawer_list_layer.xml b/OsmAnd/res/layout/drawer_list_layer.xml index bf031faf68..27880557fd 100644 --- a/OsmAnd/res/layout/drawer_list_layer.xml +++ b/OsmAnd/res/layout/drawer_list_layer.xml @@ -1,31 +1,48 @@ - - - - - + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:minHeight="48dp" + android:orientation="horizontal" + android:paddingLeft="16dp" + android:paddingRight="16dp"> + + + + + + + + - + + + \ No newline at end of file