From 0070ea2ec4c457cec3a7db39c9e8483c33ea3508 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 --- AndroidManifest.xml | 5 +++-- quickstep/AndroidManifest.xml | 5 +++-- 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 13 files changed, 26 insertions(+), 4 deletions(-) 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 diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 853d04cbb..dfdf8bb53 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -32,13 +32,14 @@ android:fullBackupOnly="true" android:fullBackupContent="@xml/backupscheme" android:hardwareAccelerated="true" - android:icon="@drawable/ic_launcher_home" + android:icon="@mipmap/ic_launcher" android:label="@string/derived_app_name" android:theme="@style/AppTheme" android:largeHeap="@bool/config_largeHeap" android:restoreAnyVersion="true" android:supportsRtl="true" - tools:ignore="GoogleAppIndexingWarning"> + tools:ignore="GoogleAppIndexingWarning" + tools:replace="android:icon"> + + + + + 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