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

Commit 048a4d5f authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Fix a day/night bug in keyboard shortcut helper.

Color attributes are not reliably resolved between day/night theme
in drawbales, so specify the colours directly.

Bug: 286538767
Test: Togggle day/night mode and ensure icon colours are correct
Flag: NA
Change-Id: Ia4032fce8cd75c2672fa4f1e47801c4b01842d63
parent 4f81ac96
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -104,4 +104,7 @@
    <!-- Internet Dialog -->
    <color name="connected_network_primary_color">@color/material_dynamic_primary80</color>
    <color name="connected_network_secondary_color">@color/material_dynamic_secondary80</color>

    <!-- Keyboard shortcut helper dialog -->
    <color name="ksh_key_item_color">@*android:color/system_on_surface_variant_dark</color>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@

    <!-- Keyboard shortcuts colors -->
    <color name="ksh_application_group_color">#fff44336</color>
    <color name="ksh_key_item_color">?androidprv:attr/materialColorOnSurfaceVariant</color>
    <color name="ksh_key_item_color">@*android:color/system_on_surface_variant_light</color>
    <color name="ksh_key_item_background">?androidprv:attr/materialColorSurfaceContainerHighest</color>

    <color name="instant_apps_color">#ff4d5a64</color>