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

Commit 07742bff authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '892-Update_app_icon' into 'main'

892-Update_app_icon

See merge request !2
parents b64e184e 5fe58b2a
Loading
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright MURENA 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="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>
    <path
        android:pathData="M0,0h108v38h-108z"
        android:fillColor="#F83E54"/>
</vector>
+34 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright MURENA 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"
    android:width="108dp"
    android:height="108dp"
    android:viewportWidth="108"
    android:viewportHeight="108">
    <path
        android:pathData="M63.95,51.13L51.75,78.86H47.83L59.99,52.12H44.05V49H63.95V51.13Z"
        android:fillColor="#222222"/>
    <path
        android:pathData="M41.7,23L44.96,31.16L48.22,23H49.92V33H48.61V29.11L48.73,24.9L45.46,33H44.45L41.18,24.92L41.31,29.11V33H40V23H41.7Z"
        android:fillColor="#ffffff"/>
    <path
        android:pathData="M57.87,30.39H53.69L52.75,33H51.4L55.2,23H56.35L60.17,33H58.82L57.87,30.39ZM54.09,29.3H57.48L55.78,24.63L54.09,29.3Z"
        android:fillColor="#ffffff"/>
    <path
        android:pathData="M63.91,28.02L66.51,23H68L64.56,29.27V33H63.25V29.27L59.81,23H61.32L63.91,28.02Z"
        android:fillColor="#ffffff"/>
</vector>
+2 −2
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"/>
</adaptive-icon>
 No newline at end of file
−4.33 KiB
Loading image diff...
−6.7 KiB
Loading image diff...
Loading