diff --git a/OsmAnd/res/layout/dashboard.xml b/OsmAnd/res/layout/dashboard.xml index ee578c97de..d3de45695a 100644 --- a/OsmAnd/res/layout/dashboard.xml +++ b/OsmAnd/res/layout/dashboard.xml @@ -4,11 +4,14 @@ android:orientation="vertical" android:layout_width="match_parent" android:padding="8dp" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="@drawable/background"> + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:background="@color/color_white" + android:layout_marginBottom="8dp"> + android:background="@color/color_white" + android:layout_marginBottom="8dp" + android:layout_width="fill_parent" + android:layout_height="wrap_content"> @@ -57,6 +64,8 @@