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

Commit 1b515eeb authored by jackqdyulei's avatar jackqdyulei
Browse files

Remove hardcode color in styles.xml

In this cl, we made the change below:
1. textcolor in clock style
2. textcolor in TextAppearance.QS

Bug: 32592245
Test: manual
Change-Id: Ic7b2d1212c1c7f18a791688d5c82467e40c2ff5d
parent df68c911
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@
    <style name="TextAppearance.StatusBar.Expanded.Clock">
        <item name="android:textSize">@dimen/qs_time_expanded_size</item>
        <item name="android:fontFamily">sans-serif-medium</item>
        <item name="android:textColor">#ffffff</item>
        <item name="android:textColor">?android:attr/textColorPrimary</item>
    </style>

    <style name="TextAppearance.StatusBar.Expanded.Date">
@@ -159,7 +159,7 @@

    <style name="TextAppearance.QS">
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">@color/qs_text</item>
        <item name="android:textColor">?android:attr/textColorPrimary</item>
        <item name="android:fontFamily">sans-serif</item>
    </style>