From facc6945f77e34fd561ac5fd40da47270cbed001 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 25 Jul 2020 20:03:59 +0200 Subject: convert webp files to compressed pngs, because Android 4 devices couldn't display webp's correctly --- .../custom/res/drawable-sw600dp/background_main.png | Bin 0 -> 73784 bytes .../custom/res/drawable-sw600dp/background_main.webp | Bin 17034 -> 0 bytes .../res/drawable-sw600dp/ic_splash_background.png | Bin 0 -> 102884 bytes .../res/drawable-sw600dp/ic_splash_background.webp | Bin 23410 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/custom/res/drawable-sw600dp/background_main.png delete mode 100644 app/src/custom/res/drawable-sw600dp/background_main.webp create mode 100644 app/src/custom/res/drawable-sw600dp/ic_splash_background.png delete mode 100644 app/src/custom/res/drawable-sw600dp/ic_splash_background.webp (limited to 'app/src/custom/res/drawable-sw600dp') diff --git a/app/src/custom/res/drawable-sw600dp/background_main.png b/app/src/custom/res/drawable-sw600dp/background_main.png new file mode 100644 index 00000000..9ec4de06 Binary files /dev/null and b/app/src/custom/res/drawable-sw600dp/background_main.png differ diff --git a/app/src/custom/res/drawable-sw600dp/background_main.webp b/app/src/custom/res/drawable-sw600dp/background_main.webp deleted file mode 100644 index aa6b452b..00000000 Binary files a/app/src/custom/res/drawable-sw600dp/background_main.webp and /dev/null differ diff --git a/app/src/custom/res/drawable-sw600dp/ic_splash_background.png b/app/src/custom/res/drawable-sw600dp/ic_splash_background.png new file mode 100644 index 00000000..6b8c753f Binary files /dev/null and b/app/src/custom/res/drawable-sw600dp/ic_splash_background.png differ diff --git a/app/src/custom/res/drawable-sw600dp/ic_splash_background.webp b/app/src/custom/res/drawable-sw600dp/ic_splash_background.webp deleted file mode 100644 index f1a035ec..00000000 Binary files a/app/src/custom/res/drawable-sw600dp/ic_splash_background.webp and /dev/null differ -- cgit v1.2.3