From 002d901de0e39bb2856a6da18d601c8e2a37d5ea Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 11 Sep 2018 01:56:24 +0200 Subject: fix splash screen layout for custom branded riseup vpn app --- .../custom/res/drawable-hdpi/ic_splash_background.png | Bin 39702 -> 0 bytes .../custom/res/drawable-xhdpi/ic_splash_background.png | Bin 64868 -> 0 bytes .../res/drawable-xxxhdpi/ic_splash_background.png | Bin 131879 -> 0 bytes .../main/res/drawable-hdpi/ic_splash_background.png | Bin 39702 -> 0 bytes .../main/res/drawable-xhdpi/ic_splash_background.png | Bin 64868 -> 0 bytes .../main/res/drawable-xxxhdpi/ic_splash_background.png | Bin 131879 -> 0 bytes .../normal/res/drawable-hdpi/ic_splash_background.png | Bin 0 -> 39702 bytes .../normal/res/drawable-xhdpi/ic_splash_background.png | Bin 0 -> 64868 bytes .../res/drawable-xxxhdpi/ic_splash_background.png | Bin 0 -> 131879 bytes 9 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 app/src/custom/res/drawable-hdpi/ic_splash_background.png delete mode 100644 app/src/custom/res/drawable-xhdpi/ic_splash_background.png delete mode 100644 app/src/custom/res/drawable-xxxhdpi/ic_splash_background.png delete mode 100644 app/src/main/res/drawable-hdpi/ic_splash_background.png delete mode 100644 app/src/main/res/drawable-xhdpi/ic_splash_background.png delete mode 100644 app/src/main/res/drawable-xxxhdpi/ic_splash_background.png create mode 100644 app/src/normal/res/drawable-hdpi/ic_splash_background.png create mode 100644 app/src/normal/res/drawable-xhdpi/ic_splash_background.png create mode 100644 app/src/normal/res/drawable-xxxhdpi/ic_splash_background.png (limited to 'app/src') diff --git a/app/src/custom/res/drawable-hdpi/ic_splash_background.png b/app/src/custom/res/drawable-hdpi/ic_splash_background.png deleted file mode 100644 index 3e5f7871..00000000 Binary files a/app/src/custom/res/drawable-hdpi/ic_splash_background.png and /dev/null differ diff --git a/app/src/custom/res/drawable-xhdpi/ic_splash_background.png b/app/src/custom/res/drawable-xhdpi/ic_splash_background.png deleted file mode 100644 index c2135c04..00000000 Binary files a/app/src/custom/res/drawable-xhdpi/ic_splash_background.png and /dev/null differ diff --git a/app/src/custom/res/drawable-xxxhdpi/ic_splash_background.png b/app/src/custom/res/drawable-xxxhdpi/ic_splash_background.png deleted file mode 100644 index 1b8046fa..00000000 Binary files a/app/src/custom/res/drawable-xxxhdpi/ic_splash_background.png and /dev/null differ diff --git a/app/src/main/res/drawable-hdpi/ic_splash_background.png b/app/src/main/res/drawable-hdpi/ic_splash_background.png deleted file mode 100644 index 3e5f7871..00000000 Binary files a/app/src/main/res/drawable-hdpi/ic_splash_background.png and /dev/null 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 deleted file mode 100644 index c2135c04..00000000 Binary files a/app/src/main/res/drawable-xhdpi/ic_splash_background.png and /dev/null 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 deleted file mode 100644 index 1b8046fa..00000000 Binary files a/app/src/main/res/drawable-xxxhdpi/ic_splash_background.png and /dev/null differ diff --git a/app/src/normal/res/drawable-hdpi/ic_splash_background.png b/app/src/normal/res/drawable-hdpi/ic_splash_background.png new file mode 100644 index 00000000..3e5f7871 Binary files /dev/null and b/app/src/normal/res/drawable-hdpi/ic_splash_background.png differ diff --git a/app/src/normal/res/drawable-xhdpi/ic_splash_background.png b/app/src/normal/res/drawable-xhdpi/ic_splash_background.png new file mode 100644 index 00000000..c2135c04 Binary files /dev/null and b/app/src/normal/res/drawable-xhdpi/ic_splash_background.png differ diff --git a/app/src/normal/res/drawable-xxxhdpi/ic_splash_background.png b/app/src/normal/res/drawable-xxxhdpi/ic_splash_background.png new file mode 100644 index 00000000..1b8046fa Binary files /dev/null and b/app/src/normal/res/drawable-xxxhdpi/ic_splash_background.png differ -- cgit v1.2.3