diff --git a/OsmAnd/AndroidManifest-free.xml b/OsmAnd/AndroidManifest-free.xml index 5a1ac9c051..271af3e6a6 100644 --- a/OsmAnd/AndroidManifest-free.xml +++ b/OsmAnd/AndroidManifest-free.xml @@ -6,7 +6,10 @@ android:icon="@mipmap/icon_free" android:label="@string/app_name_free" tools:replace="android:icon, android:label"> - + + - diff --git a/OsmAnd/res/drawable-land/splash_screen_free.xml b/OsmAnd/res/drawable-land/splash_screen_free.xml new file mode 100644 index 0000000000..4e12cbfe75 --- /dev/null +++ b/OsmAnd/res/drawable-land/splash_screen_free.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/drawable-land/splash_screen_free_dev.xml b/OsmAnd/res/drawable-land/splash_screen_free_dev.xml new file mode 100644 index 0000000000..4e12cbfe75 --- /dev/null +++ b/OsmAnd/res/drawable-land/splash_screen_free_dev.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/drawable-land/splash_screen_plus.xml b/OsmAnd/res/drawable-land/splash_screen_plus.xml new file mode 100644 index 0000000000..8f47e3dffe --- /dev/null +++ b/OsmAnd/res/drawable-land/splash_screen_plus.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/drawable/splash_screen_free.xml b/OsmAnd/res/drawable/splash_screen_free.xml new file mode 100644 index 0000000000..92b8a6f82d --- /dev/null +++ b/OsmAnd/res/drawable/splash_screen_free.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/drawable/splash_screen_free_dev.xml b/OsmAnd/res/drawable/splash_screen_free_dev.xml new file mode 100644 index 0000000000..92b8a6f82d --- /dev/null +++ b/OsmAnd/res/drawable/splash_screen_free_dev.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/drawable/splash_screen_plus.xml b/OsmAnd/res/drawable/splash_screen_plus.xml new file mode 100644 index 0000000000..c6443c0d46 --- /dev/null +++ b/OsmAnd/res/drawable/splash_screen_plus.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/main.xml b/OsmAnd/res/layout/main.xml index af56ebccff..f531539e25 100644 --- a/OsmAnd/res/layout/main.xml +++ b/OsmAnd/res/layout/main.xml @@ -3,7 +3,8 @@ android:id="@+id/drawer_layout" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?attr/mapBackground"> + diff --git a/OsmAnd/res/values/colors.xml b/OsmAnd/res/values/colors.xml index 81f8eaa5fb..4264d3cf00 100644 --- a/OsmAnd/res/values/colors.xml +++ b/OsmAnd/res/values/colors.xml @@ -254,4 +254,7 @@ #b3b3b3 + #fafafa + #101821 + \ No newline at end of file diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index efef9826c4..88d81f2d66 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -74,8 +74,21 @@ ?attr/selectableItemBackground + + + + + +