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

Commit d6910c81 authored by Justin Weir's avatar Justin Weir
Browse files

Update shade header fonts to match previous impl

Bug: 429237560
Test: manual
Flag: com.android.systemui.scene_container
Change-Id: Iaa9efd000706acfc07bd89a696e6fecdef889f15
parent d04c6ea2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ fun VariableDayDate(
                {
                    Text(
                        text = longerDateText,
                        style = MaterialTheme.typography.labelLargeEmphasized,
                        style = MaterialTheme.typography.bodyMediumEmphasized,
                        color = textColor,
                        maxLines = 1,
                    )
@@ -30,7 +30,7 @@ fun VariableDayDate(
                {
                    Text(
                        text = shorterDateText,
                        style = MaterialTheme.typography.labelLargeEmphasized,
                        style = MaterialTheme.typography.bodyMediumEmphasized,
                        color = textColor,
                        maxLines = 1,
                    )
+1 −0
Original line number Diff line number Diff line
@@ -689,6 +689,7 @@
    <style name="Theme.SystemUI.QuickSettings.Header">
        <item name="lightIconTheme">@style/DualToneLightTheme</item>
        <item name="darkIconTheme">@style/QSHeaderDarkTheme</item>
        <item name="android:fontFamily">variable-body-medium-emphasized</item>
    </style>

    <style name="QSIconTheme">