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

Commit 442e8e12 authored by cketti's avatar cketti
Browse files

Merge pull request #1280 from philipwhiuk/GH-746-replaceHardcodedBlackField

Use themable colour for emphasized notifications - fixes #746
parents 78715ed2 ef04d07a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="TextAppearance.StatusBar.EventContent.Emphasized" parent="@android:style/TextAppearance.StatusBar.EventContent">
        <item name="android:textColor">#000000</item>
        <item name="android:textColor">?android:textColorPrimaryInverse</item>
    </style>
</resources>