From 398dd3519c5477a955ee713526ec5bd7bfd56f67 Mon Sep 17 00:00:00 2001 From: Kaladin Light <0.kaladin@gmail.com> Date: Sat, 5 Sep 2015 14:24:08 -0400 Subject: Fixes #1520 Move debug launcher icons to mipmap --- .../src/debug/res/drawable-hdpi/ic_launcher.png | Bin 6863 -> 0 bytes .../src/debug/res/drawable-mdpi/ic_launcher.png | Bin 4609 -> 0 bytes .../src/debug/res/drawable-xhdpi/ic_launcher.png | Bin 8887 -> 0 bytes .../src/debug/res/drawable-xxhdpi/ic_launcher.png | Bin 13422 -> 0 bytes .../src/debug/res/drawable-xxxhdpi/ic_launcher.png | Bin 16655 -> 0 bytes OpenKeychain/src/debug/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 6863 bytes OpenKeychain/src/debug/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 4609 bytes OpenKeychain/src/debug/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 8887 bytes .../src/debug/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 13422 bytes .../src/debug/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 16655 bytes 10 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 OpenKeychain/src/debug/res/drawable-hdpi/ic_launcher.png delete mode 100644 OpenKeychain/src/debug/res/drawable-mdpi/ic_launcher.png delete mode 100644 OpenKeychain/src/debug/res/drawable-xhdpi/ic_launcher.png delete mode 100644 OpenKeychain/src/debug/res/drawable-xxhdpi/ic_launcher.png delete mode 100644 OpenKeychain/src/debug/res/drawable-xxxhdpi/ic_launcher.png create mode 100644 OpenKeychain/src/debug/res/mipmap-hdpi/ic_launcher.png create mode 100644 OpenKeychain/src/debug/res/mipmap-mdpi/ic_launcher.png create mode 100644 OpenKeychain/src/debug/res/mipmap-xhdpi/ic_launcher.png create mode 100644 OpenKeychain/src/debug/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 OpenKeychain/src/debug/res/mipmap-xxxhdpi/ic_launcher.png (limited to 'OpenKeychain') diff --git a/OpenKeychain/src/debug/res/drawable-hdpi/ic_launcher.png b/OpenKeychain/src/debug/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index bb5104aec..000000000 Binary files a/OpenKeychain/src/debug/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/OpenKeychain/src/debug/res/drawable-mdpi/ic_launcher.png b/OpenKeychain/src/debug/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index e709f735d..000000000 Binary files a/OpenKeychain/src/debug/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/OpenKeychain/src/debug/res/drawable-xhdpi/ic_launcher.png b/OpenKeychain/src/debug/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index fb4f2737a..000000000 Binary files a/OpenKeychain/src/debug/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/OpenKeychain/src/debug/res/drawable-xxhdpi/ic_launcher.png b/OpenKeychain/src/debug/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 37d0958ff..000000000 Binary files a/OpenKeychain/src/debug/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/OpenKeychain/src/debug/res/drawable-xxxhdpi/ic_launcher.png b/OpenKeychain/src/debug/res/drawable-xxxhdpi/ic_launcher.png deleted file mode 100644 index e5183fb05..000000000 Binary files a/OpenKeychain/src/debug/res/drawable-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/OpenKeychain/src/debug/res/mipmap-hdpi/ic_launcher.png b/OpenKeychain/src/debug/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..bb5104aec Binary files /dev/null and b/OpenKeychain/src/debug/res/mipmap-hdpi/ic_launcher.png differ diff --git a/OpenKeychain/src/debug/res/mipmap-mdpi/ic_launcher.png b/OpenKeychain/src/debug/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..e709f735d Binary files /dev/null and b/OpenKeychain/src/debug/res/mipmap-mdpi/ic_launcher.png differ diff --git a/OpenKeychain/src/debug/res/mipmap-xhdpi/ic_launcher.png b/OpenKeychain/src/debug/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..fb4f2737a Binary files /dev/null and b/OpenKeychain/src/debug/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/OpenKeychain/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/OpenKeychain/src/debug/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..37d0958ff Binary files /dev/null and b/OpenKeychain/src/debug/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/OpenKeychain/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/OpenKeychain/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..e5183fb05 Binary files /dev/null and b/OpenKeychain/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ -- cgit v1.2.3