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

Commit 3e94e6ed authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch 'epic34-s-app_redesign' into 'v1-s'

Settings: Redesign app according to our palette

See merge request !117
parents 08e0cd89 74c1eb29
Loading
Loading
Loading
Loading
+29 −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:height="32dp" 
  android:viewportHeight="24"
  android:viewportWidth="24" 
  android:width="32dp" >
  <path 
    android:fillColor="?android:attr/textColorPrimary" 
    android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z"/>
  <path 
    android:fillColor="?android:attr/textColorPrimary" 
    android:pathData="M12,10h-2v2H9v-2H7V9h2V7h1v2h2v1z"/>
</vector>
+44 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2017 The Android Open Source Project

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  ~ 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"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    android:width="38dp"
    android:height="38dp"
    android:viewportWidth="38"
    android:viewportHeight="38">
  <group>
    <clip-path
        android:pathData="M0,0h38v38h-38z"/>
    <path
        android:pathData="M16,6C16,7.1 16.9,8 18,8C19.1,8 20,7.1 20,6C20,4.9 19.1,4 18,4C16.9,4 16,4.9 16,6ZM6,8C7.1,8 8,7.1 8,6C8,4.9 7.1,4 6,4C4.9,4 4,4.9 4,6C4,7.1 4.9,8 6,8ZM12.001,20C13.101,20 14.001,19.1 14.001,18C14.001,16.9 13.101,16 12.001,16C10.901,16 10.001,16.9 10.001,18C10.001,19.1 10.901,20 12.001,20ZM8.001,18C8.001,19.1 7.101,20 6.001,20C4.901,20 4.001,19.1 4.001,18C4.001,16.9 4.901,16 6.001,16C7.101,16 8.001,16.9 8.001,18ZM6.001,14C7.101,14 8.001,13.1 8.001,12C8.001,10.9 7.101,10 6.001,10C4.901,10 4.001,10.9 4.001,12C4.001,13.1 4.901,14 6.001,14ZM14.001,12C14.001,13.1 13.101,14 12.001,14C10.901,14 10.001,13.1 10.001,12C10.001,10.9 10.901,10 12.001,10C13.101,10 14.001,10.9 14.001,12ZM14.001,6C14.001,7.1 13.101,8 12.001,8C10.901,8 10.001,7.1 10.001,6C10.001,4.9 10.901,4 12.001,4C13.101,4 14.001,4.9 14.001,6ZM18,14C19.1,14 20,13.1 20,12C20,10.9 19.1,10 18,10C16.9,10 16,10.9 16,12C16,13.1 16.9,14 18,14ZM20,18C20,19.1 19.1,20 18,20C16.9,20 16,19.1 16,18C16,16.9 16.9,16 18,16C19.1,16 20,16.9 20,18Z"
        android:fillType="evenOdd"
        android:fillColor="?android:attr/colorPrimary"/>
        android:pathData="M19,0L19,0A19,19 0,0 1,38 19L38,19A19,19 0,0 1,19 38L19,38A19,19 0,0 1,0 19L0,19A19,19 0,0 1,19 0z"
        android:fillColor="#E83A52"/>
    <path
        android:pathData="M9.775,10.565C9.775,10.129 10.129,9.775 10.565,9.775H16.64C17.077,9.775 17.431,10.129 17.431,10.565V16.64C17.431,17.077 17.077,17.431 16.64,17.431H10.565C10.129,17.431 9.775,17.077 9.775,16.64V10.565ZM11.356,11.356V15.85H15.85V11.356H11.356Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
    <path
        android:pathData="M27.435,10.565H21.36V16.64H27.435V10.565Z"
        android:fillColor="#ffffff"/>
    <path
        android:pathData="M20.57,10.565C20.57,10.129 20.924,9.775 21.36,9.775H27.435C27.871,9.775 28.225,10.129 28.225,10.565V16.64C28.225,17.077 27.871,17.431 27.435,17.431H21.36C20.924,17.431 20.57,17.077 20.57,16.64V10.565ZM22.15,11.356V15.85H26.644V11.356H22.15Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
    <path
        android:pathData="M9.775,21.36C9.775,20.924 10.129,20.57 10.565,20.57H16.64C17.077,20.57 17.431,20.924 17.431,21.36V27.435C17.431,27.871 17.077,28.225 16.64,28.225H10.565C10.129,28.225 9.775,27.871 9.775,27.435V21.36ZM11.356,22.15V26.644H15.85V22.15H11.356Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
    <path
        android:pathData="M20.57,21.36C20.57,20.924 20.924,20.57 21.36,20.57H27.435C27.871,20.57 28.225,20.924 28.225,21.36V27.435C28.225,27.871 27.871,28.225 27.435,28.225H21.36C20.924,28.225 20.57,27.871 20.57,27.435V21.36ZM22.15,22.15V26.644H26.644V22.15H22.15Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
  </group>
</vector>
+36 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2017 The Android Open Source Project

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  ~ 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"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    android:width="38dp"
    android:height="38dp"
    android:viewportWidth="38"
    android:viewportHeight="38">
  <group>
    <clip-path
        android:pathData="M0,0h38v38h-38z"/>
    <path
        android:pathData="M3,6.003H21V4.003H3C1.9,4.003 1,4.903 1,6.003V18.003C1,19.103 1.9,20.003 3,20.003H7V18.003H3V6.003ZM13.002,12.001H9.002V13.781C8.392,14.331 8.002,15.111 8.002,16.001C8.002,16.891 8.392,17.671 9.002,18.221V20.001H13.002V18.221C13.612,17.671 14.002,16.881 14.002,16.001C14.002,15.121 13.612,14.331 13.002,13.781V12.001ZM9.501,16.003C9.501,16.833 10.171,17.503 11.001,17.503C11.831,17.503 12.501,16.833 12.501,16.003C12.501,15.173 11.831,14.503 11.001,14.503C10.171,14.503 9.501,15.173 9.501,16.003ZM22,8.004H16C15.5,8.004 15,8.504 15,9.004V19.004C15,19.504 15.5,20.004 16,20.004H22C22.5,20.004 23,19.504 23,19.004V9.004C23,8.504 22.5,8.004 22,8.004ZM17.002,18H21.002V10H17.002V18Z"
        android:fillType="evenOdd"
        android:fillColor="?android:attr/colorPrimary"/>
        android:pathData="M19,0L19,0A19,19 0,0 1,38 19L38,19A19,19 0,0 1,19 38L19,38A19,19 0,0 1,0 19L0,19A19,19 0,0 1,19 0z"
        android:fillColor="#0088ED"/>
    <path
        android:pathData="M8.013,10.204C8.013,9.768 8.367,9.414 8.804,9.414H27.232C27.668,9.414 28.022,9.768 28.022,10.204V11.13C28.022,11.567 27.668,11.92 27.232,11.92C26.795,11.92 26.441,11.567 26.441,11.13V10.995H9.594V22.805H18.808C19.245,22.805 19.598,23.159 19.598,23.596C19.598,24.032 19.245,24.386 18.808,24.386H8.804C8.367,24.386 8.013,24.032 8.013,23.596V10.204Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
    <path
        android:pathData="M20.637,13.546C20.637,13.11 20.991,12.756 21.428,12.756H29.219C29.655,12.756 30.009,13.11 30.009,13.546V27.819C30.009,28.255 29.655,28.609 29.219,28.609H21.428C20.991,28.609 20.637,28.255 20.637,27.819V26.102C20.637,26.064 20.64,26.026 20.645,25.989C20.64,25.952 20.637,25.915 20.637,25.876V13.546ZM22.21,25.989C22.215,26.026 22.218,26.064 22.218,26.102V27.028H28.428V14.337H22.218V25.876C22.218,25.915 22.215,25.952 22.21,25.989Z"
        android:fillColor="#ffffff"
        android:fillType="evenOdd"/>
    <path
        android:pathData="M25.312,24.77C25.718,24.77 26.057,25.109 26.057,25.515C26.057,25.922 25.718,26.26 25.312,26.26C24.905,26.26 24.567,25.922 24.567,25.515C24.567,25.109 24.905,24.77 25.312,24.77Z"
        android:fillColor="#ffffff"/>
  </group>
</vector>
+53 −118
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2021 The Android Open Source Project

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  ~ 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"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:aapt="http://schemas.android.com/aapt"
    android:width="32dp"
    android:height="32dp"
    android:viewportWidth="192"
    android:viewportHeight="192">
  <path
      android:pathData="M96,96m-88,0a88,88 0,1 1,176 0a88,88 0,1 1,-176 0"
      android:fillColor="#FFFFFF"/>
  <path
      android:pathData="M96,183c-48.43,0 -87.72,-39.13 -87.99,-87.5C8.01,95.67 8,95.83 8,96c0,48.6 39.4,88 88,88s88,-39.4 88,-88c0,-0.17 -0.01,-0.33 -0.01,-0.5C183.72,143.87 144.43,183 96,183z"
      android:fillColor="#263238"
      android:fillAlpha="0.2"/>
  <path
      android:pathData="M96,9c48.43,0 87.72,39.13 87.99,87.5c0,-0.17 0.01,-0.33 0.01,-0.5c0,-48.6 -39.4,-88 -88,-88S8,47.4 8,96c0,0.17 0.01,0.33 0.01,0.5C8.28,48.13 47.57,9 96,9z"
      android:fillColor="#FFFFFF"
      android:fillAlpha="0.2"/>
  <path
      android:pathData="M85.09,59.18H44.18c-4.52,0 -8.18,3.66 -8.18,8.18v40.91v2.05v-0.35c0,-1.08 0.43,-2.13 1.2,-2.89L85.09,59.18z"
      android:fillColor="#0F9D58"/>
  <path
      android:pathData="M85.09,59.18H44.18c-4.52,0 -8.18,3.66 -8.18,8.18v40.91v2.05v-0.35c0,-1.08 0.43,-2.13 1.2,-2.89L85.09,59.18z">
    <aapt:attr name="android:fillColor">
      <gradient
          android:startY="110.3181"
          android:startX="60.5458"
          android:endY="59.182"
          android:endX="60.5458"
          android:type="linear">
        <item android:offset="0" android:color="#33263238"/>
        <item android:offset="1" android:color="#00263238"/>
      </gradient>
    </aapt:attr>
  </path>
  <path
      android:pathData="M37.2,106.39c-0.77,0.77 -1.2,1.81 -1.2,2.89v0.35v0.33c0,-1.08 0.43,-2.13 1.2,-2.89l47.89,-47.89h-0.68L37.2,106.39z"
      android:fillColor="#263238"
      android:fillAlpha="0.2"/>
  <path
      android:pathData="M44.18,59.86h39.55l0.68,-0.68H44.18c-4.52,0 -8.18,3.66 -8.18,8.18v0.68C36,63.53 39.66,59.86 44.18,59.86z"
      android:fillColor="#FFFFFF"
      android:fillAlpha="0.2"/>
  <path
      android:pathData="M147.82,143.73H44.18c-4.52,0 -8.18,-3.66 -8.18,-8.18v-25.58c0,-1.08 0.43,-2.13 1.2,-2.89l57.6,-57.6c0.77,-0.77 1.81,-1.2 2.89,-1.2h50.12c4.52,0 8.18,3.66 8.18,8.18v79.09C156,140.06 152.34,143.73 147.82,143.73z"
      android:fillColor="#4285F4"/>
  <path
      android:pathData="M156,135.55l0,-29.32L98.05,48.27l-0.31,0c-1.11,0 -2.17,0.45 -2.94,1.25L37.2,107.07c-0.77,0.77 -1.2,1.81 -1.2,2.89v0.35l33.41,33.41l78.41,0C152.34,143.73 156,140.06 156,135.55z">
    android:width="40dp"
    android:height="40dp"
    android:viewportWidth="180"
    android:viewportHeight="181">
  <group>
    <clip-path
        android:pathData="M0,0.03h180v180h-180z"/>
    <path
        android:pathData="M142,0.03H38C17.01,0.03 0,17.04 0,38.03V142.03C0,163.02 17.01,180.03 38,180.03H142C162.99,180.03 180,163.02 180,142.03V38.03C180,17.04 162.99,0.03 142,0.03Z">
      <aapt:attr name="android:fillColor">
        <gradient
          android:startY="78.2732"
          android:startX="66.0008"
          android:endY="153.6034"
          android:endX="141.331"
            android:startX="90"
            android:startY="0.03"
            android:endX="90"
            android:endY="179.28"
            android:type="linear">
        <item android:offset="0" android:color="#281A237E"/>
        <item android:offset="1" android:color="#051A237E"/>
          <item android:offset="0" android:color="?android:attr/colorBackgroundFloating"/>
          <item android:offset="1" android:color="?android:attr/colorBackgroundFloating"/>
        </gradient>
      </aapt:attr>
    </path>
    <path
      android:pathData="M147.82,143.05H44.18c-4.52,0 -8.18,-3.66 -8.18,-8.18v0.68c0,4.52 3.66,8.18 8.18,8.18h103.64c4.52,0 8.18,-3.66 8.18,-8.18v-0.68C156,139.38 152.34,143.05 147.82,143.05z"
      android:fillColor="#1A237E"
      android:fillAlpha="0.2"/>
  <path
      android:pathData="M147.82,48.27H98.05c-0.6,0 -1.14,0.27 -1.51,0.68h51.29c4.52,0 8.18,3.66 8.18,8.18v-0.68C156,51.94 152.34,48.27 147.82,48.27z"
      android:fillColor="#FFFFFF"
      android:fillAlpha="0.2"/>
  <path
      android:pathData="M94.8,49.47l-57.6,57.6c-0.77,0.77 -1.2,1.81 -1.2,2.89v0.35v0c0,-1.13 0.92,-2.05 2.05,-2.05h49.77c4.52,0 8.18,-3.66 8.18,-8.18l0,-49.77c0,-1.13 0.92,-2.05 2.05,-2.05l0,0l-0.35,0C96.61,48.27 95.57,48.7 94.8,49.47z"
      android:fillColor="#DB4437"/>
  <path
      android:pathData="M97.69,48.27c-0.27,0 -0.54,0.03 -0.8,0.08C97.15,48.3 97.42,48.27 97.69,48.27l0.35,0c-1.34,0 -2.55,0.72 -3.21,1.85c0.43,-0.42 0.95,-0.73 1.5,-0.93c0.37,-0.55 0.99,-0.92 1.7,-0.92L97.69,48.27z"
      android:strokeAlpha="0.2"
      android:fillColor="#3E2723"
      android:fillAlpha="0.2"/>
        android:pathData="M139.45,40.9H40.54C34.79,40.9 30.13,45.56 30.13,51.31V112.11C30.13,117.86 34.79,122.52 40.54,122.52H139.45C145.2,122.52 149.86,117.86 149.86,112.11V51.31C149.86,45.56 145.2,40.9 139.45,40.9Z"
        android:fillColor="#00A9ED"/>
    <path
      android:pathData="M96,99.41c0,4.52 -3.66,8.18 -8.18,8.18H38.05c-0.85,0 -1.57,0.51 -1.88,1.25c-0.1,0.36 -0.16,0.74 -0.16,1.13v0.35c0,-1.13 0.92,-2.05 2.05,-2.05h49.77c4.52,0 8.18,-3.66 8.18,-8.18"
      android:fillColor="#3E2723"
      android:fillAlpha="0.2"/>
        android:pathData="M137.25,46.56H42.75C37,46.56 32.34,51.22 32.34,56.97V117.77C32.34,123.52 37,128.18 42.75,128.18H137.25C143,128.18 147.66,123.52 147.66,117.77V56.97C147.66,51.22 143,46.56 137.25,46.56Z"
        android:fillColor="#FAF17A"/>
    <path
      android:pathData="M36,110.32L36,110.32c0,-1.62 1.05,-3.06 2.6,-3.55L74.95,95.2c3.79,-1.21 6.77,-4.18 7.97,-7.97l11.57,-36.35c0.49,-1.55 1.93,-2.6 3.55,-2.6l0,0h-0.35c-1.08,0 -2.13,0.43 -2.89,1.2l-57.6,57.6c-0.77,0.77 -1.2,1.81 -1.2,2.89L36,110.32z"
      android:fillColor="#F4B400"/>
        android:pathData="M137.25,53.44H42.75C37,53.44 32.34,58.1 32.34,63.85V124.65C32.34,130.4 37,135.06 42.75,135.06H137.25C143,135.06 147.66,130.4 147.66,124.65V63.85C147.66,58.1 143,53.44 137.25,53.44Z"
        android:fillColor="#FAF17A"/>
    <path
      android:pathData="M94.84,49.44c-0.14,0.24 -0.26,0.48 -0.35,0.75L82.92,86.54c-1.21,3.79 -4.18,6.77 -7.97,7.97L38.6,106.08c-0.27,0.09 -0.52,0.21 -0.76,0.35l-0.64,0.64c-0.77,0.77 -1.2,1.81 -1.2,2.89l0,0.35c0,-1.62 1.05,-3.06 2.6,-3.55L74.95,95.2c3.79,-1.21 6.77,-4.18 7.97,-7.97l11.57,-36.35c0.49,-1.55 1.93,-2.6 3.55,-2.6h-0.35C96.63,48.27 95.6,48.69 94.84,49.44z"
      android:fillColor="#BF360C"
      android:fillAlpha="0.3"/>
        android:pathData="M30.13,69.24H139.46C142.22,69.24 144.87,70.34 146.82,72.29C148.77,74.24 149.87,76.89 149.87,79.65V126.76C149.87,129.52 148.77,132.17 146.82,134.12C144.87,136.07 142.22,137.17 139.46,137.17H40.54C37.78,137.17 35.13,136.07 33.18,134.12C31.23,132.17 30.13,129.52 30.13,126.76V69.24Z"
        android:fillColor="#00A9ED"/>
    <path
      android:pathData="M39,105.95l55.36,-55.36l0.13,-0.4c0.09,-0.27 0.21,-0.52 0.35,-0.75c-0.01,0.01 -0.03,0.02 -0.04,0.03l-56.96,56.96c0.24,-0.14 0.49,-0.27 0.76,-0.35L39,105.95z"
      android:strokeAlpha="0.2"
      android:fillColor="#FFFFFF"
      android:fillAlpha="0.2"/>
  <path
      android:pathData="M36,109.97v25.58c0,4.52 3.66,8.18 8.18,8.18h103.64c4.52,0 8.18,-3.66 8.18,-8.18V56.45c0,-4.52 -3.66,-8.18 -8.18,-8.18H97.69c-1.08,0 -2.13,0.43 -2.89,1.2l-9.71,9.71H44.18c-4.52,0 -8.18,3.66 -8.18,8.18v40.91L36,109.97">
    <aapt:attr name="android:fillColor">
      <gradient
          android:gradientRadius="115.3882"
          android:centerX="72.364"
          android:centerY="59.4093"
          android:type="radial">
        <item android:offset="0.0029046" android:color="#19FFFFFF"/>
        <item android:offset="1" android:color="#00FFFFFF"/>
      </gradient>
    </aapt:attr>
  </path>
        android:pathData="M71.97,62.37L72.05,62.53C70.45,59.59 67.24,57.53 64.67,57.53H38.21C37.15,57.53 36.1,57.74 35.12,58.15C34.14,58.55 33.25,59.15 32.5,59.9C31.75,60.65 31.16,61.54 30.75,62.52C30.35,63.5 30.14,64.55 30.14,65.61V69.23H82.14C78.58,69.23 73.87,65.86 71.97,62.37Z"
        android:fillColor="#00A9ED"/>
  </group>
</vector>
+26 −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="32dp"
    android:height="32dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="?android:attr/textColorPrimary"
        android:pathData="M9,4v3h5v13h3L17,7h5L22,4L9,4zM2,12h3v8h3v-8h3L11,9L2,9v3z"/>
</vector>
 No newline at end of file
Loading