From c2d6cfc7754438b262d2cd4a8bc85fb150035f6e Mon Sep 17 00:00:00 2001 From: Fup Duck Date: Tue, 12 Dec 2017 21:18:20 +0100 Subject: readd images for StartActivity * android < 21 does not support VectorDrawables as background --- .../main/res/drawable-hdpi/ic_splash_background.png | Bin 0 -> 39702 bytes .../main/res/drawable-xhdpi/ic_splash_background.png | Bin 0 -> 64868 bytes .../main/res/drawable-xxxhdpi/ic_splash_background.png | Bin 0 -> 131879 bytes app/src/main/res/drawable/splash_page.xml | 8 +++++--- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/drawable-hdpi/ic_splash_background.png create mode 100644 app/src/main/res/drawable-xhdpi/ic_splash_background.png create mode 100644 app/src/main/res/drawable-xxxhdpi/ic_splash_background.png diff --git a/app/src/main/res/drawable-hdpi/ic_splash_background.png b/app/src/main/res/drawable-hdpi/ic_splash_background.png new file mode 100644 index 00000000..3e5f7871 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_splash_background.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_splash_background.png b/app/src/main/res/drawable-xhdpi/ic_splash_background.png new file mode 100644 index 00000000..c2135c04 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_splash_background.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_splash_background.png b/app/src/main/res/drawable-xxxhdpi/ic_splash_background.png new file mode 100644 index 00000000..1b8046fa Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_splash_background.png differ diff --git a/app/src/main/res/drawable/splash_page.xml b/app/src/main/res/drawable/splash_page.xml index 0a083c7e..44112f06 100644 --- a/app/src/main/res/drawable/splash_page.xml +++ b/app/src/main/res/drawable/splash_page.xml @@ -1,11 +1,13 @@ - - + + \ No newline at end of file -- cgit v1.2.3