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"> Vista turìstica Atzessu ìnternet Tzirculu - Tzilleris e ristorantes + Cafeterias e ristorantes Butega alimentare Impèigu/ostàculu istradale Allògiu diff --git a/OsmAnd/src/net/osmand/plus/download/ui/GoToMapFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/GoToMapFragment.java index 06ddf7bedd..c188a09ba5 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/GoToMapFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/GoToMapFragment.java @@ -43,8 +43,6 @@ public class GoToMapFragment extends DialogFragment { : R.style.OsmandDarkTheme_BottomSheet; final Dialog dialog = new Dialog(getActivity(), themeId); dialog.getWindow().requestFeature(Window.FEATURE_NO_TITLE); - dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); - dialog.getWindow().setDimAmount(0.3f); dialog.getWindow().getAttributes().windowAnimations = R.style.Animations_PopUpMenu_Bottom; return dialog; }