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

Commit 05f9b8a9 authored by Jyun LuoLai's avatar Jyun LuoLai Committed by Android (Google) Code Review
Browse files

Merge "Fix error color for SystemUI" into pi-dev

parents cfccbf91 9dd209ab
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -38,4 +38,8 @@
    <color name="background_device_default_light">@color/background_material_light</color>
    <color name="background_device_default_light">@color/background_material_light</color>
    <color name="background_floating_device_default_dark">@color/background_floating_material_dark</color>
    <color name="background_floating_device_default_dark">@color/background_floating_material_dark</color>
    <color name="background_floating_device_default_light">@color/background_floating_material_light</color>
    <color name="background_floating_device_default_light">@color/background_floating_material_light</color>

    <!-- Error color -->
    <color name="error_color_device_default_dark">@color/error_color_material_dark</color>
    <color name="error_color_device_default_light">@color/error_color_material_light</color>
</resources>
</resources>
+47 −0

File changed.

Preview size limit exceeded, changes collapsed.