From 40688fa622f50511b03f4e4300fd1fdd25c335a6 Mon Sep 17 00:00:00 2001 From: Alexey Kulish Date: Tue, 27 Oct 2015 19:38:55 +0300 Subject: [PATCH] Fix layout of Go to map menu --- OsmAnd/res/layout/go_to_map_fragment.xml | 1 + OsmAnd/src/net/osmand/plus/download/ui/GoToMapFragment.java | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/OsmAnd/res/layout/go_to_map_fragment.xml b/OsmAnd/res/layout/go_to_map_fragment.xml index 5f04856e63..71636f04f0 100644 --- a/OsmAnd/res/layout/go_to_map_fragment.xml +++ b/OsmAnd/res/layout/go_to_map_fragment.xml @@ -4,6 +4,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" + android:background="?attr/bottom_menu_view_bg" xmlns:tools="http://schemas.android.com/tools">