Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c52e8e68 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Change app icon to our custom icon

parent e615c645
Loading
Loading
Loading
Loading
+28 −8
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">
  <path
      android:pathData="M0,0h108v108h-108z"
      android:fillColor="#0092E4"/>
  <path
      android:pathData="M60,70m-24,0a24,24 0,1 1,48 0a24,24 0,1 1,-48 0"
      android:fillColor="#CBDEFB"/>
      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>
+23 −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,42V68C30,70.209 31.791,72 34,72H74C76.209,72 78,70.209 78,68V42C78,39.791 76.209,38 74,38H58L54.586,34.586C54.211,34.211 53.702,34 53.172,34H38.828C38.298,34 37.789,34.211 37.414,34.586L34,38Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
      android:pathData="M75.47,33H32.52C30.02,33 28,35.02 28,37.52V63.92C28,66.42 30.02,68.45 32.52,68.45H75.47C77.97,68.45 80,66.42 80,63.92V37.52C80,35.02 77.97,33 75.47,33Z"
      android:fillColor="#00A9ED"/>
  <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>
  </group>
      android:pathData="M74.52,35.46H33.48C30.98,35.46 28.96,37.48 28.96,39.98V66.38C28.96,68.88 30.98,70.9 33.48,70.9H74.52C77.02,70.9 79.04,68.88 79.04,66.38V39.98C79.04,37.48 77.02,35.46 74.52,35.46Z"
      android:fillColor="#FAF17A"/>
  <path
      android:pathData="M46.17,42.32L46.2,42.39C45.51,41.12 44.12,40.22 43,40.22H31.51C31.05,40.22 30.59,40.31 30.17,40.49C29.74,40.67 29.35,40.92 29.03,41.25C28.7,41.58 28.45,41.96 28.27,42.39C28.09,42.81 28,43.27 28,43.73V45.3H28.01V45.31H28V70.29C28,71.49 28.48,72.64 29.32,73.48C30.17,74.33 31.32,74.81 32.52,74.81H75.48C76.68,74.81 77.83,74.33 78.68,73.48C79.52,72.64 80,71.49 80,70.29V49.83C80,48.63 79.52,47.48 78.68,46.63C77.83,45.78 76.68,45.31 75.48,45.31L50.48,45.3C48.83,45.3 46.98,43.81 46.17,42.32Z"
      android:fillColor="#00A9ED"/>
</vector>
+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