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

Commit c69ac0cb authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Update background colors of apps" into sc-dev am: eef5f6d4

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14210719

Change-Id: I7634a2e56b052f1b3df10315b70e476719504b01
parents 7e791831 eef5f6d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
<!-- Colors specific to DeviceDefault themes. These are mostly pass-throughs to enable
     overlaying new theme colors. -->
<resources>
    <color name="primary_device_default_dark">@color/system_neutral1_800</color>
    <color name="primary_device_default_dark">@color/system_neutral1_900</color>
    <color name="primary_device_default_light">@color/system_neutral1_50</color>
    <color name="primary_device_default_settings">@color/system_neutral1_800</color>
    <color name="primary_device_default_settings">@color/system_neutral1_900</color>
    <color name="primary_device_default_settings_light">@color/primary_device_default_light</color>
    <color name="primary_dark_device_default_dark">@color/primary_device_default_dark</color>
    <color name="primary_dark_device_default_light">@color/primary_device_default_light</color>