Loading app/src/main/res/drawable/ic_launcher_background.xml 0 → 100644 +37 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ 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 <https://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="108dp" android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> <path android:pathData="M0,0h108v108h-108z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54" android:startY="258.86" android:endX="54" android:endY="-0.41" android:type="linear"> <item android:offset="0" android:color="#FFE6224F"/> <item android:offset="1" android:color="#FFFF363F"/> </gradient> </aapt:attr> </path> </vector> app/src/main/res/drawable/ic_launcher_foreground.xml 0 → 100644 +51 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ 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 <https://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="108dp" android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> <path android:pathData="M52.11,75.97V68.25C51.32,68.07 50.53,67.92 49.76,67.71C46.38,66.74 43.41,64.7 41.3,61.9C39.18,59.1 38.03,55.69 38.03,52.18C38.03,51.57 38.03,50.95 38.03,50.35C38.03,49.07 38.85,48.21 40.05,48.22C41.25,48.24 42.02,49.08 42.06,50.38C42.05,51.79 42.14,53.2 42.32,54.6C43.19,59.73 47.75,63.83 52.92,64.29C59.48,64.86 65.05,60.57 66.1,54.08C66.24,52.85 66.29,51.61 66.26,50.37C66.29,49.06 67.1,48.19 68.31,48.22C69.51,48.25 70.25,49.12 70.28,50.41C70.36,53.13 70.18,55.81 69.05,58.33C66.61,63.79 62.43,67.07 56.52,68.17L56.2,68.22V75.98H56.87C60.63,75.98 64.39,75.98 68.15,75.98C68.58,75.94 69,76.05 69.36,76.28C69.72,76.51 70,76.85 70.15,77.25C70.26,77.57 70.29,77.91 70.25,78.24C70.2,78.57 70.07,78.89 69.87,79.16C69.68,79.43 69.41,79.65 69.11,79.79C68.81,79.94 68.48,80.01 68.14,80C64.38,80 60.62,80 56.86,80C51.33,80 45.8,80 40.26,80C39.84,79.99 39.42,79.9 39.03,79.71C38.64,79.49 38.34,79.15 38.16,78.74C37.99,78.32 37.96,77.87 38.08,77.44C38.19,77 38.45,76.62 38.81,76.35C39.17,76.09 39.62,75.96 40.06,75.98C43.62,75.98 47.16,75.98 50.69,75.98L52.11,75.97Z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54.17" android:startY="39.83" android:endX="54.17" android:endY="126.36" android:type="linear"> <item android:offset="0" android:color="#FFFFFFFF"/> <item android:offset="1" android:color="#FFCBD6EA"/> </gradient> </aapt:attr> </path> <path android:pathData="M62.25,36.09C62.25,31.62 58.63,28 54.16,28C49.69,28 46.06,31.62 46.06,36.09V52.24C46.06,56.71 49.69,60.34 54.16,60.34C58.63,60.34 62.25,56.71 62.25,52.24V36.09Z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54.17" android:startY="40.12" android:endX="54.17" android:endY="126.07" android:type="linear"> <item android:offset="0" android:color="#FFFFFFFF"/> <item android:offset="1" android:color="#FFCBD6EA"/> </gradient> </aapt:attr> </path> </vector> app/src/main/res/mipmap-anydpi/ic_launcher.xml 0 → 100644 +22 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ 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 <https://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background" /> <foreground> <inset android:drawable="@drawable/ic_launcher_foreground" android:inset="5%" /> </foreground> </adaptive-icon> No newline at end of file Loading
app/src/main/res/drawable/ic_launcher_background.xml 0 → 100644 +37 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ 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 <https://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="108dp" android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> <path android:pathData="M0,0h108v108h-108z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54" android:startY="258.86" android:endX="54" android:endY="-0.41" android:type="linear"> <item android:offset="0" android:color="#FFE6224F"/> <item android:offset="1" android:color="#FFFF363F"/> </gradient> </aapt:attr> </path> </vector>
app/src/main/res/drawable/ic_launcher_foreground.xml 0 → 100644 +51 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ 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 <https://www.gnu.org/licenses/>. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="108dp" android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> <path android:pathData="M52.11,75.97V68.25C51.32,68.07 50.53,67.92 49.76,67.71C46.38,66.74 43.41,64.7 41.3,61.9C39.18,59.1 38.03,55.69 38.03,52.18C38.03,51.57 38.03,50.95 38.03,50.35C38.03,49.07 38.85,48.21 40.05,48.22C41.25,48.24 42.02,49.08 42.06,50.38C42.05,51.79 42.14,53.2 42.32,54.6C43.19,59.73 47.75,63.83 52.92,64.29C59.48,64.86 65.05,60.57 66.1,54.08C66.24,52.85 66.29,51.61 66.26,50.37C66.29,49.06 67.1,48.19 68.31,48.22C69.51,48.25 70.25,49.12 70.28,50.41C70.36,53.13 70.18,55.81 69.05,58.33C66.61,63.79 62.43,67.07 56.52,68.17L56.2,68.22V75.98H56.87C60.63,75.98 64.39,75.98 68.15,75.98C68.58,75.94 69,76.05 69.36,76.28C69.72,76.51 70,76.85 70.15,77.25C70.26,77.57 70.29,77.91 70.25,78.24C70.2,78.57 70.07,78.89 69.87,79.16C69.68,79.43 69.41,79.65 69.11,79.79C68.81,79.94 68.48,80.01 68.14,80C64.38,80 60.62,80 56.86,80C51.33,80 45.8,80 40.26,80C39.84,79.99 39.42,79.9 39.03,79.71C38.64,79.49 38.34,79.15 38.16,78.74C37.99,78.32 37.96,77.87 38.08,77.44C38.19,77 38.45,76.62 38.81,76.35C39.17,76.09 39.62,75.96 40.06,75.98C43.62,75.98 47.16,75.98 50.69,75.98L52.11,75.97Z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54.17" android:startY="39.83" android:endX="54.17" android:endY="126.36" android:type="linear"> <item android:offset="0" android:color="#FFFFFFFF"/> <item android:offset="1" android:color="#FFCBD6EA"/> </gradient> </aapt:attr> </path> <path android:pathData="M62.25,36.09C62.25,31.62 58.63,28 54.16,28C49.69,28 46.06,31.62 46.06,36.09V52.24C46.06,56.71 49.69,60.34 54.16,60.34C58.63,60.34 62.25,56.71 62.25,52.24V36.09Z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54.17" android:startY="40.12" android:endX="54.17" android:endY="126.07" android:type="linear"> <item android:offset="0" android:color="#FFFFFFFF"/> <item android:offset="1" android:color="#FFCBD6EA"/> </gradient> </aapt:attr> </path> </vector>
app/src/main/res/mipmap-anydpi/ic_launcher.xml 0 → 100644 +22 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ 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 <https://www.gnu.org/licenses/>. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background" /> <foreground> <inset android:drawable="@drawable/ic_launcher_foreground" android:inset="5%" /> </foreground> </adaptive-icon> No newline at end of file