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

Commit ea3fd3f3 authored by Yorke Lee's avatar Yorke Lee
Browse files

Make ripple on dark backgrounds more visible

Provide greater UX feedback when speed dial tile is tapped

Bug: 18373617
Change-Id: I75c0900ed87b7427917dda2c40d9677d75f38d3b
parent f53cf197
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@

    <color name="focus_color">#44ff0000</color>

    <!-- Color of ripples used by Theme.Material. Taken from res/values/colors_material.xml -->
    <color name="ripple_material_dark">#20ffffff</color>
    <!-- Color of ripples used for views with dark backgrounds -->
    <color name="ripple_material_dark">#a0ffffff</color>

    <!-- Divider color for header separator -->
    <color name="primary_text_color">#363636</color>