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

Commit ca2dc619 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

Merge branch '46-master-adaptive_icon' into 'master'

Change app icon to adaptive icon

See merge request !23
parents 14c217e3 2a210b8a
Loading
Loading
Loading
Loading
Loading
+40 −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="19.84"
          android:endX="54"
          android:endY="127.97"
          android:type="linear">
        <item android:offset="0" android:color="#FFFFFFDD"/>
        <item android:offset="1" android:color="#FFE5EED5"/>
      </gradient>
    </aapt:attr>
  </path>
  <path
      android:pathData="M0,0h36v108h-36z"
      android:fillColor="#0088ED"/>
</vector>
+65 −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:strokeWidth="1"
      android:pathData="M79.96,65.85H66.25"
      android:fillColor="#00000000"
      android:strokeColor="#B2B2B2"/>
  <path
      android:strokeWidth="1"
      android:pathData="M79.96,42.16H66.25"
      android:fillColor="#00000000"
      android:strokeColor="#B2B2B2"/>
  <path
      android:pathData="M49.59,68.06L46.41,64.88C46.04,64.51 45.53,64.3 45,64.3C44.47,64.3 43.96,64.51 43.58,64.88C43.21,65.26 43,65.77 43,66.3C43,66.83 43.21,67.33 43.58,67.71L48.18,72.3C48.55,72.68 49.06,72.89 49.59,72.89C50.12,72.89 50.63,72.68 51,72.3L61.08,62.23C61.46,61.85 61.67,61.34 61.67,60.81C61.67,60.28 61.46,59.78 61.08,59.4C60.71,59.03 60.2,58.82 59.67,58.82C59.14,58.82 58.63,59.03 58.26,59.4L49.59,68.06Z">
    <aapt:attr name="android:fillColor">
      <gradient 
          android:startX="-227.81"
          android:startY="-52.19"
          android:endX="-175.2"
          android:endY="-30.19"
          android:type="linear">
        <item android:offset="0" android:color="#FF00D065"/>
        <item android:offset="0.33" android:color="#FF00C95C"/>
        <item android:offset="0.88" android:color="#FF00B642"/>
        <item android:offset="1" android:color="#FF00B13C"/>
      </gradient>
    </aapt:attr>
  </path>
  <path
      android:pathData="M49.59,44.36L46.41,41.18C46.23,41 46.01,40.85 45.76,40.75C45.52,40.65 45.26,40.6 45,40.6C44.74,40.6 44.48,40.65 44.23,40.75C43.99,40.85 43.77,41 43.58,41.18C43.21,41.56 43,42.06 43,42.59C43,43.12 43.21,43.63 43.58,44.01L48.18,48.6C48.55,48.98 49.06,49.19 49.59,49.19C50.12,49.19 50.63,48.98 51,48.6L61.08,38.52C61.46,38.15 61.67,37.64 61.67,37.11C61.67,36.58 61.46,36.07 61.08,35.7C60.9,35.51 60.68,35.36 60.44,35.26C60.19,35.16 59.93,35.11 59.67,35.11C59.41,35.11 59.15,35.16 58.91,35.26C58.66,35.36 58.44,35.51 58.26,35.7L49.59,44.36Z">
    <aapt:attr name="android:fillColor">
      <gradient 
          android:startX="-126446"
          android:startY="65575.6"
          android:endX="-124159"
          android:endY="66843.4"
          android:type="linear">
        <item android:offset="0" android:color="#FF00D065"/>
        <item android:offset="0.33" android:color="#FF00C95C"/>
        <item android:offset="0.88" android:color="#FF00B642"/>
        <item android:offset="1" android:color="#FF00B13C"/>
      </gradient>
    </aapt:attr>
  </path>
</vector>
+20 −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 android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
 No newline at end of file