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

Commit e4cc3e9a authored by mqi's avatar mqi Committed by Arne Coucheron
Browse files

SystemUI: Fix Notification Background Color Issue

Buttons in notification can not be seen for some 3rd party apk.
change the background color to black(#ff1a1a1a) when apk's
targetSdk<19.

Change-Id: I642bc9c1f8de7081eb5b67596923c3a4ce9f6117
CRs-Fixed: 2044424
parent ba5a9d2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
    <color name="keyguard_affordance">#ffffffff</color>

    <!-- The color of the legacy notification background -->
    <color name="notification_legacy_background_color">#ffffffff</color>
    <color name="notification_legacy_background_color">#ff1a1a1a</color>

    <!-- The color of the material notification background -->
    <color name="notification_material_background_color">@*android:color/notification_material_background_color</color>