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

Commit 5443cc56 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Change light status bar tint color to spec

Bug: 19233606
Change-Id: I0586e006b6783d3af23defb67da666477484c1ee
parent 0feaaafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ Copyright (C) 2014 The Android Open Source Project
        android:viewportHeight="24.0">

    <path
        android:fillColor="#4DFFFFFF"
        android:fillColor="?attr/backgroundColor"
        android:pathData="M19.0,5.0c0.0,-1.1 -0.9,-2.0 -2.0,-2.0l-7.0,0.0L7.7,5.3L19.0,16.7L19.0,5.0zM3.7,3.9L2.4,5.2L5.0,7.8L5.0,19.0c0.0,1.1 0.9,2.0 2.0,2.0l10.0,0.0c0.4,0.0 0.7,-0.1 1.0,-0.3l1.9,1.9l1.3,-1.3L3.7,3.9z"/>
</vector>
+3 −3
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@ Copyright (C) 2014 The Android Open Source Project
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="?attr/singleToneColor"
        android:pathData="M19.700001,20.000000l2.000000,0.000000l0.000000,2.000000l-2.000000,0.000000z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="?attr/singleToneColor"
        android:pathData="M19.700001,10.000000l2.000000,0.000000l0.000000,8.100000l-2.000000,0.000000z"/>
    <path
        android:pathData="M17.700001,8.000000l4.299999,0.000000 0.000000,-6.000000 -20.000000,20.000000 15.700001,0.000000z"
        android:fillColor="#4DFFFFFF"/>
        android:fillColor="?attr/backgroundColor"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ Copyright (C) 2014 The Android Open Source Project
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="#4DFFFFFF"
        android:fillColor="?attr/backgroundColor"
        android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/>
</vector>
+4 −4
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@ Copyright (C) 2014 The Android Open Source Project
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="?attr/singleToneColor"
        android:pathData="M19.7,20.0l2.0,0.0l0.0,2.0l-2.0,0.0z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="?attr/singleToneColor"
        android:pathData="M19.7,10.0l2.0,0.0l0.0,8.1l-2.0,0.0z"/>
    <path
        android:fillColor="#4DFFFFFF"
        android:fillColor="?attr/backgroundColor"
        android:pathData="M17.7,8.0l4.299999,0.0 0.0,-6.0 -20.0,20.0 15.700001,0.0z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="?attr/fillColor"
        android:pathData="M10.1,13.9l-8.1,8.1 8.1,0.0z"/>
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ Copyright (C) 2014 The Android Open Source Project
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="#4DFFFFFF"
        android:fillColor="?attr/backgroundColor"
        android:pathData="M2.0,22.0l20.0,0.0 0.0,-20.0z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="?attr/fillColor"
        android:pathData="M10.1,13.9l-8.1,8.1 8.1,0.0z"/>
</vector>
Loading