From: Asher Simonds Date: Mon, 12 Feb 2018 09:30:08 +0000 (+0100) Subject: Eleven: adaptive icon X-Git-Tag: android-x86-8.1-r1~20 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fpackages-apps-Eleven.git;a=commitdiff_plain;h=7915e653ec575caae3852e14d9c9628d584ce446 Eleven: adaptive icon Change-Id: I2c9f883489b068dbce3946ffa12a12d38f276c8a Signed-off-by: Joey --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 48d2186..164b327 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -59,7 +59,7 @@ android:allowTaskReparenting="true" android:hardwareAccelerated="@bool/config_hardwareAccelerated" android:appCategory="audio" - android:icon="@mipmap/ic_launcher_eleven" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="@bool/config_largeHeap" android:taskAffinity="org.lineageos.eleven.task" diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml new file mode 100644 index 0000000..d8649ba --- /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 0000000..6d8a41a 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 0000000..a4b00df Binary files /dev/null and b/res/mipmap-hdpi/ic_foreground.png differ diff --git a/res/mipmap-hdpi/ic_launcher_eleven.png b/res/mipmap-hdpi/ic_launcher_eleven.png deleted file mode 100644 index 407d91e..0000000 Binary files a/res/mipmap-hdpi/ic_launcher_eleven.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 0000000..290a606 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 0000000..e83005b Binary files /dev/null and b/res/mipmap-mdpi/ic_foreground.png differ diff --git a/res/mipmap-mdpi/ic_launcher_eleven.png b/res/mipmap-mdpi/ic_launcher_eleven.png deleted file mode 100644 index 0413c85..0000000 Binary files a/res/mipmap-mdpi/ic_launcher_eleven.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 0000000..2fb57c0 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 0000000..31e3bbf Binary files /dev/null and b/res/mipmap-xhdpi/ic_foreground.png differ diff --git a/res/mipmap-xhdpi/ic_launcher_eleven.png b/res/mipmap-xhdpi/ic_launcher_eleven.png deleted file mode 100644 index e7f2784..0000000 Binary files a/res/mipmap-xhdpi/ic_launcher_eleven.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 0000000..299086b 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 0000000..18fc65b Binary files /dev/null and b/res/mipmap-xxhdpi/ic_foreground.png differ diff --git a/res/mipmap-xxhdpi/ic_launcher_eleven.png b/res/mipmap-xxhdpi/ic_launcher_eleven.png deleted file mode 100644 index 77fcd9b..0000000 Binary files a/res/mipmap-xxhdpi/ic_launcher_eleven.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 0000000..4acede8 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 0000000..c37e98f Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_foreground.png differ diff --git a/res/mipmap-xxxhdpi/ic_launcher_eleven.png b/res/mipmap-xxxhdpi/ic_launcher_eleven.png deleted file mode 100644 index 2e41d3e..0000000 Binary files a/res/mipmap-xxxhdpi/ic_launcher_eleven.png and /dev/null differ