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

Commit 050c08bd authored by gabriele's avatar gabriele Committed by jrizzoli
Browse files

Settings: make dashboard icons color consistent

Use color defined in android:attr/colorAccent attribute for cm icons,
this will make them consistent with the stock ones and easier themable.

Change-Id: I77e6610f595de829696ca4a4a240279fea8aa7b3
parent b0887a56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
        android:viewportWidth="96"
        android:viewportHeight="96">
    <path
        android:fillColor="#009688"
        android:fillColor="?android:attr/colorAccent"
        android:pathData="M81.3,12.7H44.8c-0.8,0-1.5,0.5-1.8,1.2c-0.3,0.7-0.1,1.6,0.4,2.2L57.4,30L27.6,59.7
        c-2.4,2.4-2.4,6.2,0,8.6c1.2,1.2,2.8,1.8,4.3,1.8c1.6,0,3.1-0.6,4.3-1.8L66,38.6l13.9,13.9c0.4,0.4,0.9,0.6,1.4,0.6
        c0.3,0,0.5,0,0.8-0.2c0.7-0.3,1.2-1,1.2-1.8V14.7C83.3,13.6,82.4,12.7,81.3,12.7z"/>

    <path
        android:fillColor="#009688"
        android:fillColor="?android:attr/colorAccent"
        android:pathData="M68.9,50.3c-1.9,0-3.4,1.5-3.4,3.4v22.2H20.1V30.5h20.7c1.9,0,3.4-1.5,3.4-3.4s-1.5-3.4-3.4-3.4H16.6
        c-1.9,0-3.4,1.5-3.4,3.4v52.3c0,1.9,1.5,3.4,3.4,3.4h52.3c1.9,0,3.4-1.5,3.4-3.4V53.7C72.4,51.8,70.8,50.3,68.9,50.3z"/>
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
    android:viewportHeight="24">

    <path
        android:fillColor="#009688"
        android:fillColor="?android:attr/colorAccent"
        android:pathData="M19,3H5C3.895,3,3,3.895,3,5v14c0,1.105,0.895,2,2,2h14c1.105,0,2-0.895,2-2V5C21,3.895,20.105,3,19,3Z M11.678,9.989H8.45v1.958h2.729v1.099H8.45V16H7.024V8.891h4.653V9.989z M17.059,16h-1.431v-3.232c0-0.377-0.065-0.646-0.198-0.803 c-0.131-0.158-0.329-0.237-0.593-0.237c-0.212,0-0.397,0.04-0.56,0.12c-0.16,0.079-0.293,0.189-0.397,0.329V16h-1.426v-5.283h1.328 l0.063,0.757c0.176-0.271,0.393-0.479,0.649-0.63s0.545-0.225,0.864-0.225c0.534,0,0.95,0.172,1.25,0.516 c0.3,0.343,0.449,0.886,0.449,1.628V16z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
        android:viewportWidth="24"
        android:viewportHeight="24">
    <path
            android:fillColor="#009688"
            android:fillColor="?android:attr/colorAccent"
            android:pathData="M1,20.449v0.698c0,0.155,0.116,0.282,0.256,0.282h21.486c0.142,0,0.257-0.126,0.257-0.282V2.571
L1,20.449z M21.429,19.857h-2.78L18.646,8.135l2.783-2.261V19.857z"/>
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:viewportHeight="24">

    <path
        android:fillColor="#039588"
        android:fillColor="?android:attr/colorAccent"
        android:pathData="M18,4v16H6V4H18
M18,2H6C4.9,2,4,2.9,4,4v16c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2L18,2Z" />
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:viewportHeight="24">

    <path
        android:fillColor="#039588"
        android:fillColor="?android:attr/colorAccent"
        android:pathData="M18,20H6V8h12V20Z
M18,2H6C4.9,2,4,2.9,4,4v16c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2L18,2z" />
</vector>
Loading