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

Commit 3767bc12 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am e52d4a18: Merge "Make ripple on dark backgrounds more visible" into lmp-mr1-dev

* commit 'e52d4a189118123aee3b7a8d37d25b2862279972':
  Make ripple on dark backgrounds more visible
parents 90b01ab7 ea3fd3f3
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>