Loading res/drawable/ic_launcher_background.xml +29 −19 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2022 The LineageOS Project SPDX-License-Identifier: Apache-2.0 ~ 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"> <group> <clip-path android:pathData="M0,0h108v108h-108z"/> <path android:pathData="M0,0h108v108h-108z" android:fillColor="#CBDEFB"/> <path android:pathData="M15,108L78,45L141,108H15Z" android:fillColor="#00354A"/> <path android:pathData="M-18,108L45,45L108,108H-18Z" android:fillColor="#0092E4"/> <path android:pathData="M61,13L45,29L61,45L77,29L61,13Z" android:fillColor="#F09F38"/> </group> android:pathData="M0,0h108v108h-108z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54" android:startY="1.52" android:endX="54" android:endY="108.02" android:type="linear"> <item android:offset="0" android:color="#FFFFFFFF"/> <item android:offset="1" android:color="#FFE6E8E9"/> </gradient> </aapt:attr> </path> </vector> res/drawable/ic_launcher_foreground.xml +43 −26 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2022 The LineageOS Project SPDX-License-Identifier: Apache-2.0 ~ 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"> <group> <clip-path android:pathData="M0,0h108v108h-108z"/> <path android:pathData="M108,0H0V108H108V0ZM34,38C31.791,38 30,39.791 30,42V66C30,68.209 31.791,70 34,70H74C76.209,70 78,68.209 78,66V42C78,39.791 76.209,38 74,38H34Z" android:fillColor="#ffffff" android:fillType="evenOdd"/> <path android:pathData="M28.54,28.54m-72,0a72,72 0,1 1,144 0a72,72 0,1 1,-144 0" android:fillAlpha="0.6"> <aapt:attr name="android:fillColor"> <gradient android:gradientRadius="72" android:centerX="28.54" android:centerY="28.54" android:type="radial"> <item android:offset="0" android:color="#19FFFFFF"/> <item android:offset="1" android:color="#00FFFFFF"/> </gradient> </aapt:attr> <path android:pathData="M69.12,33H48.56H28V65.15H48.56H69.12V33Z" android:fillColor="#225180"/> <path android:pathData="M69.12,43.85H53.98H38.85V65.15H53.98H69.12V43.85Z" android:fillColor="#5AE1BF"/> <path android:pathData="M59.41,59.92L38.85,43.85V76L59.41,59.92Z" android:fillColor="#2781EC"/> <path android:pathData="M79.97,76L59.41,59.92V76H79.97Z" android:fillColor="#F83E54"/> <path android:pathData="M79.97,43.85H59.41V59.92L79.97,43.85Z" android:fillColor="#F7E438"/> <path android:pathData="M38.85,43.85L59.41,59.92V43.85H38.85Z" android:fillColor="#5AE1BF"/> <path android:pathData="M38.85,76H59.41V59.92L38.85,76Z" android:fillColor="#225180"/> <path android:pathData="M59.41,59.92L79.97,76V43.85L59.41,59.92Z" android:fillColor="#FC8866"/> <path android:pathData="M79.97,76V43.85H59.41H38.85V76H59.41H79.97Z" android:strokeAlpha="0.59" android:fillAlpha="0.59"> </path> </group> </vector> res/mipmap-anydpi/ic_launcher.xml +19 −6 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2022 The LineageOS Project SPDX-License-Identifier: Apache-2.0 ~ 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 android:drawable="@drawable/ic_launcher_foreground"/> <foreground> <inset android:drawable="@drawable/ic_launcher_foreground" android:inset="5%" /> </foreground> </adaptive-icon> No newline at end of file Loading
res/drawable/ic_launcher_background.xml +29 −19 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2022 The LineageOS Project SPDX-License-Identifier: Apache-2.0 ~ 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"> <group> <clip-path android:pathData="M0,0h108v108h-108z"/> <path android:pathData="M0,0h108v108h-108z" android:fillColor="#CBDEFB"/> <path android:pathData="M15,108L78,45L141,108H15Z" android:fillColor="#00354A"/> <path android:pathData="M-18,108L45,45L108,108H-18Z" android:fillColor="#0092E4"/> <path android:pathData="M61,13L45,29L61,45L77,29L61,13Z" android:fillColor="#F09F38"/> </group> android:pathData="M0,0h108v108h-108z"> <aapt:attr name="android:fillColor"> <gradient android:startX="54" android:startY="1.52" android:endX="54" android:endY="108.02" android:type="linear"> <item android:offset="0" android:color="#FFFFFFFF"/> <item android:offset="1" android:color="#FFE6E8E9"/> </gradient> </aapt:attr> </path> </vector>
res/drawable/ic_launcher_foreground.xml +43 −26 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2022 The LineageOS Project SPDX-License-Identifier: Apache-2.0 ~ 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"> <group> <clip-path android:pathData="M0,0h108v108h-108z"/> <path android:pathData="M108,0H0V108H108V0ZM34,38C31.791,38 30,39.791 30,42V66C30,68.209 31.791,70 34,70H74C76.209,70 78,68.209 78,66V42C78,39.791 76.209,38 74,38H34Z" android:fillColor="#ffffff" android:fillType="evenOdd"/> <path android:pathData="M28.54,28.54m-72,0a72,72 0,1 1,144 0a72,72 0,1 1,-144 0" android:fillAlpha="0.6"> <aapt:attr name="android:fillColor"> <gradient android:gradientRadius="72" android:centerX="28.54" android:centerY="28.54" android:type="radial"> <item android:offset="0" android:color="#19FFFFFF"/> <item android:offset="1" android:color="#00FFFFFF"/> </gradient> </aapt:attr> <path android:pathData="M69.12,33H48.56H28V65.15H48.56H69.12V33Z" android:fillColor="#225180"/> <path android:pathData="M69.12,43.85H53.98H38.85V65.15H53.98H69.12V43.85Z" android:fillColor="#5AE1BF"/> <path android:pathData="M59.41,59.92L38.85,43.85V76L59.41,59.92Z" android:fillColor="#2781EC"/> <path android:pathData="M79.97,76L59.41,59.92V76H79.97Z" android:fillColor="#F83E54"/> <path android:pathData="M79.97,43.85H59.41V59.92L79.97,43.85Z" android:fillColor="#F7E438"/> <path android:pathData="M38.85,43.85L59.41,59.92V43.85H38.85Z" android:fillColor="#5AE1BF"/> <path android:pathData="M38.85,76H59.41V59.92L38.85,76Z" android:fillColor="#225180"/> <path android:pathData="M59.41,59.92L79.97,76V43.85L59.41,59.92Z" android:fillColor="#FC8866"/> <path android:pathData="M79.97,76V43.85H59.41H38.85V76H59.41H79.97Z" android:strokeAlpha="0.59" android:fillAlpha="0.59"> </path> </group> </vector>
res/mipmap-anydpi/ic_launcher.xml +19 −6 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2022 The LineageOS Project SPDX-License-Identifier: Apache-2.0 ~ 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 android:drawable="@drawable/ic_launcher_foreground"/> <foreground> <inset android:drawable="@drawable/ic_launcher_foreground" android:inset="5%" /> </foreground> </adaptive-icon> No newline at end of file