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

Commit 06a2680b authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am c0921191: Use correct color for default holo gradient

* commit 'c0921191':
  Use correct color for default holo gradient
parents 52a42219 c0921191
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>