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

Commit bdc4e534 authored by Alan Viverette's avatar Alan Viverette
Browse files

Memory icon should use theme accent color as tint

Change-Id: I9d338680db7df437ab87d66dcfd9ca23441a4f58
parent ce57d168
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@
        android:width="32dp"
        android:height="32dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorAccent">
    <path
        android:pathData="M6.0,4.0l0.0,16.0 12.0,0.0 0.0,-16.0 -12.0,0.0z
        M6.0,5.25l0,1.5 -3,0 0,-1.5 3,0z
@@ -33,5 +34,5 @@
        M13.25,14.5l1,0 0,3 -1,0 0,-3z
        M15.0,14.5l1,0 0,3 -1,0 0,-3z
        "
        android:fillColor="#ff009587" />
        android:fillColor="@android:color/black" />
</vector>