From d5053e7cef8cb31b0bda5779a6c815d68da14963 Mon Sep 17 00:00:00 2001 From: Joey Date: Tue, 13 Feb 2018 18:46:04 +0200 Subject: LivePicker: adaptive icon Change-Id: Ief0ff2d941d355ff82a7dd8905cecfe936de9a34 --- AndroidManifest.xml | 2 +- res/drawable-anydpi/ic_foreground.xml | 18 ++++++++++++++++++ res/mipmap-anydpi/ic_launcher.xml | 5 +++++ res/mipmap-hdpi/ic_launcher_live_wallpaper.png | Bin 6163 -> 0 bytes res/mipmap-mdpi/ic_launcher_live_wallpaper.png | Bin 3420 -> 0 bytes res/mipmap-xhdpi/ic_launcher_live_wallpaper.png | Bin 9991 -> 0 bytes res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png | Bin 17851 -> 0 bytes res/values/lineage_colors.xml | 19 +++++++++++++++++++ 8 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 res/drawable-anydpi/ic_foreground.xml create mode 100644 res/mipmap-anydpi/ic_launcher.xml delete mode 100644 res/mipmap-hdpi/ic_launcher_live_wallpaper.png delete mode 100644 res/mipmap-mdpi/ic_launcher_live_wallpaper.png delete mode 100644 res/mipmap-xhdpi/ic_launcher_live_wallpaper.png delete mode 100644 res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png create mode 100644 res/values/lineage_colors.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2792891..2c3e29d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -32,7 +32,7 @@ + + + + + + diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml new file mode 100644 index 0000000..92971f7 --- /dev/null +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/res/mipmap-hdpi/ic_launcher_live_wallpaper.png b/res/mipmap-hdpi/ic_launcher_live_wallpaper.png deleted file mode 100644 index e2a6978..0000000 Binary files a/res/mipmap-hdpi/ic_launcher_live_wallpaper.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_launcher_live_wallpaper.png b/res/mipmap-mdpi/ic_launcher_live_wallpaper.png deleted file mode 100644 index 83d98c4..0000000 Binary files a/res/mipmap-mdpi/ic_launcher_live_wallpaper.png and /dev/null differ diff --git a/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png b/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png deleted file mode 100644 index 3f62ffb..0000000 Binary files a/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png and /dev/null differ diff --git a/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png b/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png deleted file mode 100644 index b42c728..0000000 Binary files a/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png and /dev/null differ diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml new file mode 100644 index 0000000..63140fd --- /dev/null +++ b/res/values/lineage_colors.xml @@ -0,0 +1,19 @@ + + + + #00B1E5 + -- cgit v1.2.3