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

Commit 40304370 authored by jrizzoli's avatar jrizzoli Committed by Gerrit Code Review
Browse files

Settings: update dashboard icons



* Lockscreen: drawable from quicktoggles
* Performance: chip
* Privacy: shield
* Sounds: speaker

Change-Id: I227778583d073c1d3fdfb727dcc32c949c535847
Signed-off-by: default avatarjrizzoli <joey@cyanogenmoditalia.it>
parent 408b373c
Loading
Loading
Loading
Loading
−1.34 KiB
Loading image diff...
−861 B
Loading image diff...
−1.81 KiB
Loading image diff...
+13 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="64dp"
    android:height="64dp"
    android:viewportWidth="48"
    android:viewportHeight="48">

    <path
        android:fillColor="#009688"
        android:pathData="M36,16h-2v-4c0-5.5-4.5-10-10-10S14,6.5,14,12h3.8c0-3.4,2.8-6.2,6.2-6.2
s6.2,2.8,6.2,6.2v4H12c-2.2,0-4,1.8-4,4v20c0,2.2,1.8,4,4,4h24c2.2,0,4-1.8,4-4V20C40,17.8,38.2,16,36,16Z
M36,40H12V20L36,40z" />
</vector>
+11 −4
Original line number Diff line number Diff line
@@ -5,7 +5,14 @@
    android:viewportWidth="24"
    android:viewportHeight="24">

    <group>
        <path
            android:pathData="M0 0h24v24h-24z" />
        <path
            android:fillColor="#009688"
        android:pathData="M19.757,5.924l-6.062-3.601c-0.807-0.464-2.109-0.463-2.911-0.002L4.508,5.917C3.765,6.344,3,7.37,3,8.429 v7.182c0,0.937,0.623,2.018,1.485,2.514l6.273,3.591c0.409,0.235,0.901,0.36,1.424,0.36c0.523,0,1.016-0.124,1.431-0.364 l6.138-3.589C20.672,17.593,21,16.477,21,15.611V8.429C21,7.565,20.672,6.452,19.757,5.924Z M5,15.611V8.429 c0-0.149,0.272-0.537,0.503-0.67l6.326-3.595c0.065-0.037,0.218-0.077,0.401-0.077c0.183,0,0.367,0.039,0.419,0.069l0.058,0.034 l-3.962,9.154l3.721-0.01l-2.407,5.552l-4.579-2.604C5.271,16.162,5,15.78,5,15.611z M19,15.611c0,0.346-0.189,0.623-0.257,0.675 l-6.205,3.59c-0.129,0.073-0.607,0.075-0.743-0.002l-1.256-0.714l7.784-7.852l-4.598-0.007l4.564-3.813l0.451,0.267 C18.81,7.806,19,8.082,19,8.429V15.611z" />
            android:pathData="M15 9h-6v6h6v-6zm-2
4h-2v-2h2v2zm8-2v-2h-2v-2c0-1.1-.9-2-2-2h-2v-2h-2v2h-2v-2h-2v2h-2c-1.1 0-2 .9-2
2v2h-2v2h2v2h-2v2h2v2c0 1.1 .9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9
2-2v-2h2v-2h-2v-2h2zm-4 6h-10v-10h10v10z" />
    </group>
</vector>
Loading