diff --git a/android/ic_launcher-playstore.png b/android/ic_launcher-playstore.png new file mode 100644 index 0000000000..cfb08eaa52 Binary files /dev/null and b/android/ic_launcher-playstore.png differ diff --git a/android/res/drawable-hdpi/ic_notification.png b/android/res/drawable-hdpi/ic_notification.png new file mode 100644 index 0000000000..1eb43e13d8 Binary files /dev/null and b/android/res/drawable-hdpi/ic_notification.png differ diff --git a/android/res/drawable-hdpi/img_logo.png b/android/res/drawable-hdpi/img_logo.png deleted file mode 100644 index 0fef3f6284..0000000000 Binary files a/android/res/drawable-hdpi/img_logo.png and /dev/null differ diff --git a/android/res/drawable-mdpi/ic_notification.png b/android/res/drawable-mdpi/ic_notification.png new file mode 100644 index 0000000000..69ce6a2e15 Binary files /dev/null and b/android/res/drawable-mdpi/ic_notification.png differ diff --git a/android/res/drawable-mdpi/img_logo.png b/android/res/drawable-mdpi/img_logo.png deleted file mode 100644 index 4d671e9cd2..0000000000 Binary files a/android/res/drawable-mdpi/img_logo.png and /dev/null differ diff --git a/android/res/drawable-v23/splash.xml b/android/res/drawable-v23/splash.xml new file mode 100644 index 0000000000..13c05b365f --- /dev/null +++ b/android/res/drawable-v23/splash.xml @@ -0,0 +1,6 @@ + + + + + diff --git a/android/res/drawable-xhdpi/ic_notification.png b/android/res/drawable-xhdpi/ic_notification.png new file mode 100644 index 0000000000..1aed96e9c4 Binary files /dev/null and b/android/res/drawable-xhdpi/ic_notification.png differ diff --git a/android/res/drawable-xhdpi/img_logo.png b/android/res/drawable-xhdpi/img_logo.png deleted file mode 100644 index 25a1149f26..0000000000 Binary files a/android/res/drawable-xhdpi/img_logo.png and /dev/null differ diff --git a/android/res/drawable-xxhdpi/ic_notification.png b/android/res/drawable-xxhdpi/ic_notification.png new file mode 100644 index 0000000000..4f8f7333f1 Binary files /dev/null and b/android/res/drawable-xxhdpi/ic_notification.png differ diff --git a/android/res/drawable-xxhdpi/img_logo.png b/android/res/drawable-xxhdpi/img_logo.png deleted file mode 100644 index 640fa2d4a6..0000000000 Binary files a/android/res/drawable-xxhdpi/img_logo.png and /dev/null differ diff --git a/android/res/drawable-xxxhdpi/ic_notification.png b/android/res/drawable-xxxhdpi/ic_notification.png new file mode 100644 index 0000000000..36989aff18 Binary files /dev/null and b/android/res/drawable-xxxhdpi/ic_notification.png differ diff --git a/android/res/drawable-xxxhdpi/img_logo.png b/android/res/drawable-xxxhdpi/img_logo.png deleted file mode 100644 index 356bd0776f..0000000000 Binary files a/android/res/drawable-xxxhdpi/img_logo.png and /dev/null differ diff --git a/android/res/drawable/ic_launcher_foreground.xml b/android/res/drawable/ic_launcher_foreground.xml deleted file mode 100644 index ce58dfd7f4..0000000000 --- a/android/res/drawable/ic_launcher_foreground.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - diff --git a/android/res/drawable/ic_splash.xml b/android/res/drawable/ic_splash.xml new file mode 100644 index 0000000000..3a8431c890 --- /dev/null +++ b/android/res/drawable/ic_splash.xml @@ -0,0 +1,5 @@ + + + diff --git a/android/res/drawable/splash.xml b/android/res/drawable/splash.xml new file mode 100644 index 0000000000..91625bd6df --- /dev/null +++ b/android/res/drawable/splash.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/android/res/layout/about.xml b/android/res/layout/about.xml index 89e4d005a0..d1943e3445 100644 --- a/android/res/layout/about.xml +++ b/android/res/layout/about.xml @@ -16,7 +16,7 @@ android:layout_marginTop="@dimen/margin_base_plus" android:layout_marginBottom="@dimen/margin_base" android:layout_gravity="center_horizontal" - android:src="@drawable/img_logo"/> + android:src="@mipmap/ic_launcher"/> diff --git a/android/res/mipmap-anydpi-v26/ic_launcher.xml b/android/res/mipmap-anydpi-v26/ic_launcher.xml index 7353dbd1fd..036d09bc5f 100644 --- a/android/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/android/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000000..036d09bc5f --- /dev/null +++ b/android/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/res/mipmap-hdpi/ic_launcher.png b/android/res/mipmap-hdpi/ic_launcher.png index 0fef3f6284..cd97ff66a8 100644 Binary files a/android/res/mipmap-hdpi/ic_launcher.png and b/android/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/res/mipmap-hdpi/ic_launcher_foreground.png b/android/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..18f0eebcc9 Binary files /dev/null and b/android/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/android/res/mipmap-hdpi/ic_launcher_round.png b/android/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000000..fcc540971f Binary files /dev/null and b/android/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/android/res/mipmap-mdpi/ic_launcher.png b/android/res/mipmap-mdpi/ic_launcher.png index 4d671e9cd2..204e74be21 100644 Binary files a/android/res/mipmap-mdpi/ic_launcher.png and b/android/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/res/mipmap-mdpi/ic_launcher_foreground.png b/android/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..6599daac93 Binary files /dev/null and b/android/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/android/res/mipmap-mdpi/ic_launcher_round.png b/android/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000000..f6caea0ef7 Binary files /dev/null and b/android/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/android/res/mipmap-xhdpi/ic_launcher.png b/android/res/mipmap-xhdpi/ic_launcher.png index 25a1149f26..d43591034c 100644 Binary files a/android/res/mipmap-xhdpi/ic_launcher.png and b/android/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..3d42fe7fad Binary files /dev/null and b/android/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/android/res/mipmap-xhdpi/ic_launcher_round.png b/android/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000000..54f863ed94 Binary files /dev/null and b/android/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/android/res/mipmap-xxhdpi/ic_launcher.png b/android/res/mipmap-xxhdpi/ic_launcher.png index 640fa2d4a6..1d62d6f83b 100644 Binary files a/android/res/mipmap-xxhdpi/ic_launcher.png and b/android/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..be6bb91613 Binary files /dev/null and b/android/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/android/res/mipmap-xxhdpi/ic_launcher_round.png b/android/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000000..0df45ff75a Binary files /dev/null and b/android/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/android/res/mipmap-xxxhdpi/ic_launcher.png b/android/res/mipmap-xxxhdpi/ic_launcher.png index 356bd0776f..c3d72d8648 100644 Binary files a/android/res/mipmap-xxxhdpi/ic_launcher.png and b/android/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..5d82bdb103 Binary files /dev/null and b/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/android/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000000..8e880871cf Binary files /dev/null and b/android/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml index e47693bf2b..1ad80c4e92 100644 --- a/android/res/values/colors.xml +++ b/android/res/values/colors.xml @@ -71,7 +71,7 @@ #FFEEEEEE #FF32363A - #1F9952 + #006C35 #1E2226 @android:color/white #FF3C4044 diff --git a/android/res/values/ic_launcher_background.xml b/android/res/values/ic_launcher_background.xml index 47f187ad77..32e01b5423 100644 --- a/android/res/values/ic_launcher_background.xml +++ b/android/res/values/ic_launcher_background.xml @@ -1,4 +1,4 @@ - #80000000 - + #006C35 + \ No newline at end of file diff --git a/android/res/values/themes.xml b/android/res/values/themes.xml index c39c91794d..4fa7855a2a 100644 --- a/android/res/values/themes.xml +++ b/android/res/values/themes.xml @@ -3,6 +3,16 @@ + + +