From 0fbfd05744b6d5fbd4728591307930444041299c Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Fri, 17 Mar 2023 20:46:27 +0530 Subject: [PATCH] Change app icon to our custom icon --- AndroidManifest.xml | 2 +- res/drawable/e_backgroundclock.xml | 86 +++++++++++++++++ res/drawable/e_clock.xml | 33 +++++++ res/drawable/e_hourclock.xml | 32 +++++++ res/drawable/e_minuteclock.xml | 32 +++++++ res/drawable/e_secondclock.xml | 32 +++++++ res/drawable/ic_launcher_background.xml | 28 +++--- res/drawable/ic_launcher_foreground.xml | 118 ++++++++++++++++++------ res/drawable/ic_launcher_monochrome.xml | 26 ------ res/mipmap-anydpi/ic_launcher.xml | 24 +++-- 10 files changed, 337 insertions(+), 76 deletions(-) create mode 100644 res/drawable/e_backgroundclock.xml create mode 100644 res/drawable/e_clock.xml create mode 100644 res/drawable/e_hourclock.xml create mode 100644 res/drawable/e_minuteclock.xml create mode 100644 res/drawable/e_secondclock.xml delete mode 100644 res/drawable/ic_launcher_monochrome.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b3717f7b5..4cdeeb8e2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -51,7 +51,7 @@ android:supportsRtl="true" android:theme="@style/Theme.DeskClock"> - + diff --git a/res/drawable/e_backgroundclock.xml b/res/drawable/e_backgroundclock.xml new file mode 100644 index 000000000..c321776e4 --- /dev/null +++ b/res/drawable/e_backgroundclock.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/e_clock.xml b/res/drawable/e_clock.xml new file mode 100644 index 000000000..a0f809ce0 --- /dev/null +++ b/res/drawable/e_clock.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + diff --git a/res/drawable/e_hourclock.xml b/res/drawable/e_hourclock.xml new file mode 100644 index 000000000..41af1dbc9 --- /dev/null +++ b/res/drawable/e_hourclock.xml @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/res/drawable/e_minuteclock.xml b/res/drawable/e_minuteclock.xml new file mode 100644 index 000000000..3cb024c73 --- /dev/null +++ b/res/drawable/e_minuteclock.xml @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/res/drawable/e_secondclock.xml b/res/drawable/e_secondclock.xml new file mode 100644 index 000000000..934f23be1 --- /dev/null +++ b/res/drawable/e_secondclock.xml @@ -0,0 +1,32 @@ + + + + + + + + diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml index 8bb038e44..46be0492a 100644 --- a/res/drawable/ic_launcher_background.xml +++ b/res/drawable/ic_launcher_background.xml @@ -1,8 +1,19 @@ + ~ Copyright ECORP SAS 2022 + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with this program. If not, see . + --> - - - + android:fillColor="#225180"/> diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml index 5f494b6ee..bcb861172 100644 --- a/res/drawable/ic_launcher_foreground.xml +++ b/res/drawable/ic_launcher_foreground.xml @@ -1,39 +1,97 @@ + ~ Copyright ECORP SAS 2022 + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with this program. If not, see . + --> - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_launcher_monochrome.xml b/res/drawable/ic_launcher_monochrome.xml deleted file mode 100644 index 3ac6a73c0..000000000 --- a/res/drawable/ic_launcher_monochrome.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml index b58c81ff9..463b2ba98 100644 --- a/res/mipmap-anydpi/ic_launcher.xml +++ b/res/mipmap-anydpi/ic_launcher.xml @@ -1,10 +1,22 @@ + ~ Copyright ECORP SAS 2022 + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with this program. If not, see . + --> - - - + + + + -- GitLab