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

Commit c0921191 authored by Romain Guy's avatar Romain Guy
Browse files

Use correct color for default holo gradient

Change-Id: I7976c8d986da69dd312fe28cc6d88fc896bdf926
parent 5e80cacf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
            android:startColor="#ffe8e8e8"
            android:endColor="#fff3f3f3"
            android:endColor="#ffffffff"
            android:angle="270" />
</shape>