From 66588f76e9b255466eaad2d34edfa87a66c2ff69 Mon Sep 17 00:00:00 2001 From: cyberta Date: Tue, 26 Nov 2019 02:52:03 +0100 Subject: convert riseup vpn's pngs to webp files to reduce apk size --- app/src/custom/res/drawable-sw600dp/background_main.png | Bin 64577 -> 0 bytes .../custom/res/drawable-sw600dp/background_main.webp | Bin 0 -> 17034 bytes .../res/drawable-sw600dp/ic_splash_background.png | Bin 86371 -> 0 bytes .../res/drawable-sw600dp/ic_splash_background.webp | Bin 0 -> 23410 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 app/src/custom/res/drawable-sw600dp/background_main.png create mode 100644 app/src/custom/res/drawable-sw600dp/background_main.webp delete mode 100644 app/src/custom/res/drawable-sw600dp/ic_splash_background.png create 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 deleted file mode 100644 index d11acde1..00000000 Binary files a/app/src/custom/res/drawable-sw600dp/background_main.png and /dev/null differ diff --git a/app/src/custom/res/drawable-sw600dp/background_main.webp b/app/src/custom/res/drawable-sw600dp/background_main.webp new file mode 100644 index 00000000..aa6b452b Binary files /dev/null and b/app/src/custom/res/drawable-sw600dp/background_main.webp 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 deleted file mode 100644 index b3fb1f9c..00000000 Binary files a/app/src/custom/res/drawable-sw600dp/ic_splash_background.png and /dev/null 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 new file mode 100644 index 00000000..f1a035ec Binary files /dev/null and b/app/src/custom/res/drawable-sw600dp/ic_splash_background.webp differ -- cgit v1.2.3