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

Commit 84bf5822 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Change light status bar tint color to spec"

parents 9e57a254 5443cc56
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