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

Commit 77880db7 authored by jackqdyulei's avatar jackqdyulei
Browse files

Move textColor to style StatusBar.Expanded.Date

Bug: 32592245
Test: Manual - take an screenshot
Change-Id: Iebcd9046bfdfcebb06f51bbfa26b59684ba47699
parent 0e1d63d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@
        android:paddingTop="3dp"
        android:drawablePadding="8dp"
        android:drawableStart="@drawable/ic_access_alarms_small"
        android:textColor="?android:attr/textColorSecondary"
        android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
        android:gravity="top"
        android:background="?android:attr/selectableItemBackground"
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@
        android:paddingTop="3dp"
        android:drawablePadding="8dp"
        android:drawableStart="@drawable/ic_access_alarms_small"
        android:textColor="?android:attr/textColorSecondary"
        android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
        android:gravity="top"
        android:background="?android:attr/selectableItemBackground"
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
    <style name="TextAppearance.StatusBar.Expanded.Date">
        <item name="android:textSize">@dimen/qs_date_collapsed_size</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#b2ffffff</item>
        <item name="android:textColor">?android:attr/textColorSecondary</item>
    </style>

    <style name="TextAppearance.StatusBar.Expanded.AboveDateTime">