From d2b24a490963c8bb05b7609b8e7eae253f1bc9d4 Mon Sep 17 00:00:00 2001 From: Asher Simonds Date: Mon, 12 Feb 2018 10:47:16 +0100 Subject: Trebuchet: adaptive icon Change-Id: I84662d7cb35ed751c61c6223dc02f256f5ab3311 Signed-off-by: Joey --- res/mipmap-anydpi/ic_launcher.xml | 20 ++++++++++++++++++++ res/mipmap-hdpi/ic_background.png | Bin 0 -> 6132 bytes res/mipmap-hdpi/ic_foreground.png | Bin 0 -> 9469 bytes res/mipmap-mdpi/ic_background.png | Bin 0 -> 3681 bytes res/mipmap-mdpi/ic_foreground.png | Bin 0 -> 4648 bytes res/mipmap-xhdpi/ic_background.png | Bin 0 -> 9013 bytes res/mipmap-xhdpi/ic_foreground.png | Bin 0 -> 15658 bytes res/mipmap-xxhdpi/ic_background.png | Bin 0 -> 16042 bytes res/mipmap-xxhdpi/ic_foreground.png | Bin 0 -> 32584 bytes res/mipmap-xxxhdpi/ic_background.png | Bin 0 -> 24170 bytes res/mipmap-xxxhdpi/ic_foreground.png | Bin 0 -> 54234 bytes 11 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 create mode 100644 res/mipmap-mdpi/ic_background.png create mode 100644 res/mipmap-mdpi/ic_foreground.png create mode 100644 res/mipmap-xhdpi/ic_background.png create mode 100644 res/mipmap-xhdpi/ic_foreground.png create mode 100644 res/mipmap-xxhdpi/ic_background.png create mode 100644 res/mipmap-xxhdpi/ic_foreground.png create mode 100644 res/mipmap-xxxhdpi/ic_background.png create mode 100644 res/mipmap-xxxhdpi/ic_foreground.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..ced957179 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..f5d06f7ae Binary files /dev/null and b/res/mipmap-hdpi/ic_foreground.png differ diff --git a/res/mipmap-mdpi/ic_background.png b/res/mipmap-mdpi/ic_background.png new file mode 100644 index 000000000..917584c06 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..31ff06305 Binary files /dev/null and b/res/mipmap-mdpi/ic_foreground.png differ diff --git a/res/mipmap-xhdpi/ic_background.png b/res/mipmap-xhdpi/ic_background.png new file mode 100644 index 000000000..9230c6ef6 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..54e5c68b3 Binary files /dev/null and b/res/mipmap-xhdpi/ic_foreground.png differ diff --git a/res/mipmap-xxhdpi/ic_background.png b/res/mipmap-xxhdpi/ic_background.png new file mode 100644 index 000000000..6d698ffe4 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..963bf3642 Binary files /dev/null and b/res/mipmap-xxhdpi/ic_foreground.png differ diff --git a/res/mipmap-xxxhdpi/ic_background.png b/res/mipmap-xxxhdpi/ic_background.png new file mode 100644 index 000000000..30b258ad5 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..a483fe640 Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_foreground.png differ -- cgit v1.2.3