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

Commit 239be4b9 authored by Matt Pietal's avatar Matt Pietal
Browse files

Update lockscreen fonts

Indication area first

Bug: 393610165
Test: manual
Flag: com.android.systemui.lockscreen_font
Change-Id: I48d87e97efa4a61336193b16664ed51a8ec89b96
parent 0fda000b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2125,6 +2125,14 @@ flag {
   }
}

flag {
    name: "lockscreen_font"
    namespace: "systemui"
    description: "Read-only flag for lockscreen font"
    bug: "393610165"
    is_fixed_read_only: true
}

flag {
    name: "always_compose_qs_ui_fragment"
    namespace: "systemui"
+7 −1
Original line number Diff line number Diff line
@@ -137,7 +137,13 @@
        <item name="android:gravity">start</item>
        <item name="android:ellipsize">end</item>
        <item name="android:maxLines">2</item>
        <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
        <item name="android:fontFamily" android:featureFlag="!com.android.systemui.lockscreen_font">
          @*android:string/config_headlineFontFamily
        </item>
        <item name="android:fontFamily" android:featureFlag="com.android.systemui.lockscreen_font">
          variable-title-small
        </item>
        <item name="android:fontFamily"></item>
        <item name="android:shadowColor">@color/keyguard_shadow_color</item>
        <item name="android:shadowRadius">?attr/shadowRadius</item>
    </style>