From ee50620a739a0752be1d2938014dff91d203c1eb Mon Sep 17 00:00:00 2001 From: kunfei Date: Tue, 17 Mar 2020 20:42:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 14 ++++++++++++++ .../io/legado/app/help/LauncherIconHelp.kt | 3 ++- .../legado/app/ui/welcome/WelcomeActivity.kt | 3 ++- .../{ic_launcher_1.xml => ic_launcher1.xml} | 0 .../{ic_launcher_2.xml => ic_launcher2.xml} | 0 .../{ic_launcher_2b.xml => ic_launcher2_b.xml} | 0 .../{ic_launcher_3.xml => ic_launcher3.xml} | 0 .../{ic_launcher_4.xml => ic_launcher4.xml} | 0 .../{ic_launcher_5.xml => ic_launcher5.xml} | 0 .../{ic_launcher_5b.xml => ic_launcher5_b.xml} | 0 app/src/main/res/drawable/ic_launcher6.xml | 18 ++++++++++++++++++ .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 4 ++-- .../main/res/mipmap-anydpi-v26/launcher1.xml | 2 +- .../main/res/mipmap-anydpi-v26/launcher2.xml | 4 ++-- .../main/res/mipmap-anydpi-v26/launcher3.xml | 2 +- .../main/res/mipmap-anydpi-v26/launcher4.xml | 2 +- .../main/res/mipmap-anydpi-v26/launcher5.xml | 5 +++++ app/src/main/res/values/array_values.xml | 1 + app/src/main/res/values/arrays.xml | 1 + 19 files changed, 50 insertions(+), 9 deletions(-) rename app/src/main/res/drawable/{ic_launcher_1.xml => ic_launcher1.xml} (100%) rename app/src/main/res/drawable/{ic_launcher_2.xml => ic_launcher2.xml} (100%) rename app/src/main/res/drawable/{ic_launcher_2b.xml => ic_launcher2_b.xml} (100%) rename app/src/main/res/drawable/{ic_launcher_3.xml => ic_launcher3.xml} (100%) rename app/src/main/res/drawable/{ic_launcher_4.xml => ic_launcher4.xml} (100%) rename app/src/main/res/drawable/{ic_launcher_5.xml => ic_launcher5.xml} (100%) rename app/src/main/res/drawable/{ic_launcher_5b.xml => ic_launcher5_b.xml} (100%) create mode 100644 app/src/main/res/drawable/ic_launcher6.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/launcher5.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8b943cc65..431547a52 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -93,6 +93,20 @@ android:resource="@xml/shortcuts" android:launchMode="singleTask" /> + + + + + + + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 40ee239b2..5de236bd2 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/launcher1.xml b/app/src/main/res/mipmap-anydpi-v26/launcher1.xml index 57e845ad3..d43424490 100644 --- a/app/src/main/res/mipmap-anydpi-v26/launcher1.xml +++ b/app/src/main/res/mipmap-anydpi-v26/launcher1.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/launcher2.xml b/app/src/main/res/mipmap-anydpi-v26/launcher2.xml index 409e0d965..ebc1f1398 100644 --- a/app/src/main/res/mipmap-anydpi-v26/launcher2.xml +++ b/app/src/main/res/mipmap-anydpi-v26/launcher2.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/launcher3.xml b/app/src/main/res/mipmap-anydpi-v26/launcher3.xml index 24428243f..9e7ef6711 100644 --- a/app/src/main/res/mipmap-anydpi-v26/launcher3.xml +++ b/app/src/main/res/mipmap-anydpi-v26/launcher3.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/launcher4.xml b/app/src/main/res/mipmap-anydpi-v26/launcher4.xml index 22463230c..63e51b918 100644 --- a/app/src/main/res/mipmap-anydpi-v26/launcher4.xml +++ b/app/src/main/res/mipmap-anydpi-v26/launcher4.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/launcher5.xml b/app/src/main/res/mipmap-anydpi-v26/launcher5.xml new file mode 100644 index 000000000..7a23c7c66 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/launcher5.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/array_values.xml b/app/src/main/res/values/array_values.xml index dd0842163..ee9d733bb 100644 --- a/app/src/main/res/values/array_values.xml +++ b/app/src/main/res/values/array_values.xml @@ -7,6 +7,7 @@ launcher2 launcher3 launcher4 + launcher5 diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index cb61d6daa..ccb1caba9 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -80,6 +80,7 @@ icon2 icon3 icon4 + icon5