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