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

Commit 996ed45b authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix bright foreground & hint colors

BUG: 15616463
Change-Id: I747a3fd30e701bd2ee40df5faf2688cd5af4ee14
parent ec464ed7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,10 +27,10 @@

    <color name="bright_foreground_material_dark">@color/white</color>
    <color name="bright_foreground_material_light">@color/black</color>
    <!-- Black 50% -->
    <color name="bright_foreground_disabled_material_dark">#80000000</color>
    <!-- White 50% -->
    <color name="bright_foreground_disabled_material_light">#80ffffff</color>
    <color name="bright_foreground_disabled_material_dark">#80ffffff</color>
    <!-- Black 50% -->
    <color name="bright_foreground_disabled_material_light">#80000000</color>
    <color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color>
    <color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>