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

Commit 876f8a90 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '2831-Q-dark_mode_implementation' into 'v1-q'

2831-Q-dark_mode_implementation

See merge request !28
parents aee62a04 b3ef42e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@
    <gradient
        android:angle="90.0"
        android:endColor="@color/transparent"
        android:startColor="@color/black" />
        android:startColor="@color/primary_text" />

</shape>
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <path
        android:pathData="M0 0h24v24H0z" />
    <path
        android:fillColor="@color/white"
        android:fillColor="@color/accent"
        android:pathData="M14 10H2v2h12v-2zm0-4H2v2h12V6zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM2
16h8v-2H2v2z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <path
        android:pathData="M0 0h24v24H0z" />
    <path
        android:fillColor="@color/black"
        android:fillColor="@color/accent"
        android:pathData="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1 .9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2
5h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5c.57 0 1.08
.19 1.5 .51 V5h4v2zM4 6H2v14c0 1.1 .9 2 2 2h14v-2H4V6z" />
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <path
        android:pathData="M0 0h24v24h-24z" />
    <path
        android:fillColor="@color/black"
        android:fillColor="@color/accent"
        android:pathData="M12 3v9.28c-.47-.17-.97-.28-1.5-.28-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5
4.5c2.31 0 4.2-1.75 4.45-4h.05v-11h4v-3h-7z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    android:viewportHeight="24">

    <path
        android:fillColor="@color/black"
        android:fillColor="@color/accent"
        android:pathData="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17
6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z" />
</vector>
Loading