From 5addf81bf2338676c53ab9d63353d870a05c0503 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 --- 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 7763 -> 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 4462 -> 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 12098 -> 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 23087 -> 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 36392 -> 0 bytes 16 files changed, 20 insertions(+) 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 (limited to 'res') diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml new file mode 100644 index 000000000..d8649ba56 --- /dev/null +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -0,0 +1,20 @@ + + + + + + + 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 c1ebe77e6..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 20f1499ea..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 972ee40d9..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 4cc58ee1d..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 00de6136d..000000000 Binary files a/res/mipmap-xxxhdpi/ic_launcher_camera.png and /dev/null differ -- cgit v1.2.3