From c7f2798aa4d2191f02dcb26834ef5b9660f76172 Mon Sep 17 00:00:00 2001 From: fred-boy Date: Mon, 23 Dec 2019 02:31:50 +0700 Subject: [PATCH] Add adaptive icon --- .../ic_launcher_foreground.xml | 106 +++++++++++++++ .../res/drawable-anydpi-v26/ic_launcher.xml | 5 + .../ic_launcher_background.xml | 127 ++++++++++++++++++ .../ic_launcher_foreground.xml | 106 +++++++++++++++ 4 files changed, 344 insertions(+) create mode 100644 android/debug/res/drawable-anydpi-v26/ic_launcher_foreground.xml create mode 100644 android/res/drawable-anydpi-v26/ic_launcher.xml create mode 100644 android/res/drawable-anydpi-v26/ic_launcher_background.xml create mode 100644 android/res/drawable-anydpi-v26/ic_launcher_foreground.xml diff --git a/android/debug/res/drawable-anydpi-v26/ic_launcher_foreground.xml b/android/debug/res/drawable-anydpi-v26/ic_launcher_foreground.xml new file mode 100644 index 0000000..4535da3 --- /dev/null +++ b/android/debug/res/drawable-anydpi-v26/ic_launcher_foreground.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/res/drawable-anydpi-v26/ic_launcher.xml b/android/res/drawable-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..6b78462 --- /dev/null +++ b/android/res/drawable-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/android/res/drawable-anydpi-v26/ic_launcher_background.xml b/android/res/drawable-anydpi-v26/ic_launcher_background.xml new file mode 100644 index 0000000..b398624 --- /dev/null +++ b/android/res/drawable-anydpi-v26/ic_launcher_background.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/res/drawable-anydpi-v26/ic_launcher_foreground.xml b/android/res/drawable-anydpi-v26/ic_launcher_foreground.xml new file mode 100644 index 0000000..ce92ea1 --- /dev/null +++ b/android/res/drawable-anydpi-v26/ic_launcher_foreground.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.29.2