From 3034afedeb81ab77ded807b66f06eea6cfab3b2c Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Sat, 28 Apr 2018 21:58:25 +0200 Subject: [PATCH] add adaptive icon --- .../res/drawable-anydpi-v26/ic_launcher.xml | 9 + .../ic_launcher_background.xml | 8 + .../ic_launcher_foreground.xml | 181 ++++++++++++++++++ 3 files changed, 198 insertions(+) create mode 100644 app/src/main/res/drawable-anydpi-v26/ic_launcher.xml create mode 100644 app/src/main/res/drawable-anydpi-v26/ic_launcher_background.xml create mode 100644 app/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml diff --git a/app/src/main/res/drawable-anydpi-v26/ic_launcher.xml b/app/src/main/res/drawable-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..fab61a2ed --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v26/ic_launcher.xml @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-anydpi-v26/ic_launcher_background.xml b/app/src/main/res/drawable-anydpi-v26/ic_launcher_background.xml new file mode 100644 index 000000000..acb58904e --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v26/ic_launcher_background.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml b/app/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml new file mode 100644 index 000000000..8e3533eae --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v26/ic_launcher_foreground.xml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file