diff options
-rw-r--r-- | packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml index 87a9825af1cb..d479e1059a36 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml @@ -41,7 +41,7 @@ android:fontFamily="@font/clock" android:elegantTextHeight="false" android:singleLine="true" - android:fontFeatureSettings="pnum" + android:fontFeatureSettings="pnum, cv03, cv04" chargeAnimationDelay="350" dozeWeight="200" lockScreenWeight="400" @@ -63,6 +63,7 @@ android:fontFamily="@font/clock" android:typeface="monospace" android:elegantTextHeight="false" + android:fontFeatureSettings="tnum, cv03, cv04" chargeAnimationDelay="200" dozeWeight="200" lockScreenWeight="400" |