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

Commit 1cd61103 authored by minz's avatar minz Committed by Rashed Abdel-Tawab
Browse files

SystemUI:Notification bar custom notification display problems

Install souhuxinwen.apk,5.8.4, Push the information of the
status bar shows black background + black font.
When apk's targetSdk<19 notification background will be set
to black color(#ff1a1a1a),so change the color to NormalColor
(#ffffffff) to match the display.

Change-Id: I58883e04b174f2b0dd3e00b2fadaf287de41bbb2
CRs-Fixed: 2004506
parent e0eb83c3
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">#ff1a1a1a</color>
    <color name="notification_legacy_background_color">#ffffffff</color>

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