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

Commit 316e5fa6 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Update app icon

Use e_day_7 and e_month_may from etar calendar
parent bd5fb3a0
Loading
Loading
Loading
Loading
+72 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2024
  ~ 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">
      <aapt:attr name="android:fillColor">
        <gradient 
            android:startX="54.06"
            android:startY="37.59"
            android:endX="54.06"
            android:endY="88.91"
            android:type="linear">
          <item android:offset="0" android:color="#FFFFFFFF"/>
          <item android:offset="1" android:color="#FFE8E9F6"/>
        </gradient>
      </aapt:attr>
    </path>
    <path
        android:pathData="M0,0h108v37.86h-108z">
      <aapt:attr name="android:fillColor">
        <gradient 
            android:startX="54"
            android:startY="4.89"
            android:endX="54"
            android:endY="16.32"
            android:type="linear">
          <item android:offset="0" android:color="#FFF12361"/>
          <item android:offset="1" android:color="#FFF12361"/>
        </gradient>
      </aapt:attr>
    </path>
    <path
        android:pathData="M0,0h108v37.86h-108z">
      <aapt:attr name="android:fillColor">
        <gradient 
            android:startX="54"
            android:startY="6.99"
            android:endX="54"
            android:endY="39.94"
            android:type="linear">
          <item android:offset="0" android:color="#FFFF3434"/>
          <item android:offset="1" android:color="#FFFF0953"/>
        </gradient>
      </aapt:attr>
    </path>
    <path
        android:pathData="M43.91,24.3H44.9L47.42,30.58L49.93,24.3H50.93L47.8,32H47.03L43.91,24.3ZM43.59,24.3H44.46L44.6,29V32H43.59V24.3ZM50.37,24.3H51.25V32H50.23V29L50.37,24.3ZM55.98,24.99L53.43,32H52.39L55.33,24.3H56L55.98,24.99ZM58.12,32L55.56,24.99L55.55,24.3H56.22L59.16,32H58.12ZM57.99,29.15V29.99H53.66V29.15H57.99ZM60.05,24.3L62.05,28.17L64.05,24.3H65.21L62.56,29.12V32H61.54V29.12L58.88,24.3H60.05Z"
        android:fillColor="#FDD1D1"/>
  </group>
</vector>
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright Murena SAS 2024
  ~ 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"
    android:width="108dp"
    android:height="108dp"
    android:viewportWidth="108"
    android:viewportHeight="108">
  <path
      android:pathData="M61.5,51.45V53.45L52.68,73.52H48.83L57.64,54.36H46.21V51.45H61.5Z"
      android:fillColor="#2D313E"/>
</vector>
+3 −3
Original line number Diff line number Diff line
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/lightblue"/>
    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
    <background android:drawable="@drawable/ic_launcher_background"/>
    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
    <monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>