From 0d3f2aad322964dcf65f6f11fa9b0a70e9f48486 Mon Sep 17 00:00:00 2001 From: Asher Simonds Date: Mon, 12 Feb 2018 10:20:12 +0100 Subject: Snap: adaptive icon Change-Id: I22760394096e4b4259fb4a1755f26bb58b1b3141 Signed-off-by: Joey --- AndroidManifest.xml | 2 +- res/mipmap-anydpi/ic_launcher.xml | 20 ++++++++++++++++++++ res/mipmap-hdpi/ic_background.png | Bin 0 -> 998 bytes res/mipmap-hdpi/ic_foreground.png | Bin 0 -> 12587 bytes res/mipmap-hdpi/ic_launcher_camera.png | Bin 4379 -> 0 bytes res/mipmap-mdpi/ic_background.png | Bin 0 -> 672 bytes res/mipmap-mdpi/ic_foreground.png | Bin 0 -> 6325 bytes res/mipmap-mdpi/ic_launcher_camera.png | Bin 2963 -> 0 bytes res/mipmap-xhdpi/ic_background.png | Bin 0 -> 1311 bytes res/mipmap-xhdpi/ic_foreground.png | Bin 0 -> 20296 bytes res/mipmap-xhdpi/ic_launcher_camera.png | Bin 6868 -> 0 bytes res/mipmap-xxhdpi/ic_background.png | Bin 0 -> 2081 bytes res/mipmap-xxhdpi/ic_foreground.png | Bin 0 -> 41118 bytes res/mipmap-xxhdpi/ic_launcher_camera.png | Bin 10108 -> 0 bytes res/mipmap-xxxhdpi/ic_background.png | Bin 0 -> 2884 bytes res/mipmap-xxxhdpi/ic_foreground.png | Bin 0 -> 68600 bytes res/mipmap-xxxhdpi/ic_launcher_camera.png | Bin 15759 -> 0 bytes 17 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 res/mipmap-anydpi/ic_launcher.xml create mode 100644 res/mipmap-hdpi/ic_background.png create mode 100644 res/mipmap-hdpi/ic_foreground.png delete mode 100644 res/mipmap-hdpi/ic_launcher_camera.png create mode 100644 res/mipmap-mdpi/ic_background.png create mode 100644 res/mipmap-mdpi/ic_foreground.png delete mode 100644 res/mipmap-mdpi/ic_launcher_camera.png create mode 100644 res/mipmap-xhdpi/ic_background.png create mode 100644 res/mipmap-xhdpi/ic_foreground.png delete mode 100644 res/mipmap-xhdpi/ic_launcher_camera.png create mode 100644 res/mipmap-xxhdpi/ic_background.png create mode 100644 res/mipmap-xxhdpi/ic_foreground.png delete mode 100644 res/mipmap-xxhdpi/ic_launcher_camera.png create mode 100644 res/mipmap-xxxhdpi/ic_background.png create mode 100644 res/mipmap-xxxhdpi/ic_foreground.png delete mode 100644 res/mipmap-xxxhdpi/ic_launcher_camera.png diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 11e8eaa04..e0654f80f 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -37,7 +37,7 @@ + + + + + + diff --git a/res/mipmap-hdpi/ic_background.png b/res/mipmap-hdpi/ic_background.png new file mode 100644 index 000000000..591eeb3af Binary files /dev/null and b/res/mipmap-hdpi/ic_background.png differ diff --git a/res/mipmap-hdpi/ic_foreground.png b/res/mipmap-hdpi/ic_foreground.png new file mode 100644 index 000000000..6f16c1969 Binary files /dev/null and b/res/mipmap-hdpi/ic_foreground.png differ diff --git a/res/mipmap-hdpi/ic_launcher_camera.png b/res/mipmap-hdpi/ic_launcher_camera.png deleted file mode 100644 index e9a0584f5..000000000 Binary files a/res/mipmap-hdpi/ic_launcher_camera.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_background.png b/res/mipmap-mdpi/ic_background.png new file mode 100644 index 000000000..1eb04d24b Binary files /dev/null and b/res/mipmap-mdpi/ic_background.png differ diff --git a/res/mipmap-mdpi/ic_foreground.png b/res/mipmap-mdpi/ic_foreground.png new file mode 100644 index 000000000..b08ab8774 Binary files /dev/null and b/res/mipmap-mdpi/ic_foreground.png differ diff --git a/res/mipmap-mdpi/ic_launcher_camera.png b/res/mipmap-mdpi/ic_launcher_camera.png deleted file mode 100644 index 75ece0244..000000000 Binary files a/res/mipmap-mdpi/ic_launcher_camera.png and /dev/null differ diff --git a/res/mipmap-xhdpi/ic_background.png b/res/mipmap-xhdpi/ic_background.png new file mode 100644 index 000000000..daeceb3af Binary files /dev/null and b/res/mipmap-xhdpi/ic_background.png differ diff --git a/res/mipmap-xhdpi/ic_foreground.png b/res/mipmap-xhdpi/ic_foreground.png new file mode 100644 index 000000000..ede38061f Binary files /dev/null and b/res/mipmap-xhdpi/ic_foreground.png differ diff --git a/res/mipmap-xhdpi/ic_launcher_camera.png b/res/mipmap-xhdpi/ic_launcher_camera.png deleted file mode 100644 index 3d5676d7e..000000000 Binary files a/res/mipmap-xhdpi/ic_launcher_camera.png and /dev/null differ diff --git a/res/mipmap-xxhdpi/ic_background.png b/res/mipmap-xxhdpi/ic_background.png new file mode 100644 index 000000000..28b55617e Binary files /dev/null and b/res/mipmap-xxhdpi/ic_background.png differ diff --git a/res/mipmap-xxhdpi/ic_foreground.png b/res/mipmap-xxhdpi/ic_foreground.png new file mode 100644 index 000000000..efd6ec767 Binary files /dev/null and b/res/mipmap-xxhdpi/ic_foreground.png differ diff --git a/res/mipmap-xxhdpi/ic_launcher_camera.png b/res/mipmap-xxhdpi/ic_launcher_camera.png deleted file mode 100644 index 346d86887..000000000 Binary files a/res/mipmap-xxhdpi/ic_launcher_camera.png and /dev/null differ diff --git a/res/mipmap-xxxhdpi/ic_background.png b/res/mipmap-xxxhdpi/ic_background.png new file mode 100644 index 000000000..31fbb3609 Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_background.png differ diff --git a/res/mipmap-xxxhdpi/ic_foreground.png b/res/mipmap-xxxhdpi/ic_foreground.png new file mode 100644 index 000000000..a1425830f Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_foreground.png differ diff --git a/res/mipmap-xxxhdpi/ic_launcher_camera.png b/res/mipmap-xxxhdpi/ic_launcher_camera.png deleted file mode 100644 index e84c8d308..000000000 Binary files a/res/mipmap-xxxhdpi/ic_launcher_camera.png and /dev/null differ -- cgit v1.2.3