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

Commit 29a9bfc5 authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Use config_headlineFontFeatureSettings for lockscreen clock

Allows OEMs to customize the fontFeatureSettings used for the clock.

Bug: 63861032
Test: manual and ag/2588146
Change-Id: I670c76a26875466d67c9bd1733932f5b8d82edae
parent f5c39226
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2993,6 +2993,8 @@
    <string name="config_headlineFontFamily" translatable="false"></string>
    <!-- Name of a font family to use for headlines. Defaults to sans-serif-light -->
    <string name="config_headlineFontFamilyLight" translatable="false">sans-serif-light</string>
    <!-- Allows setting custom fontFeatureSettings on specific text. -->
    <string name="config_headlineFontFeatureSettings" translatable="false"></string>

    <!-- An array of packages that need to be treated as type system in battery settings -->
    <string-array translatable="false" name="config_batteryPackageTypeSystem">
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
    <style name="widget_big_thin">
        <item name="android:textSize">@dimen/widget_big_font_size</item>
        <item name="android:fontFamily">@*android:string/config_headlineFontFamilyLight</item>
        <item name="android:fontFeatureSettings">@*android:string/config_headlineFontFeatureSettings</item>
    </style>

    <style name="BouncerSecurityContainer">