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

Commit a3506493 authored by Alan Viverette's avatar Alan Viverette
Browse files

DO NOT MERGE Fix bright foreground & hint colors

BUG: 15616463
Change-Id: I747a3fd30e701bd2ee40df5faf2688cd5af4ee14
(cherry picked from commit cf8b6f0610868a59fd8777d8aa3c865facc73e5b)
parent 5a1f97ab
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>