Use default font for clock font

Note: currently the default is roboto and provides limited support
for variable fonts (ie: Latin numerals supported but other locales may
not be supported by default). This means in certain locales, the font
weight may not change between AOD and the lock screen. OEMs should be
aware that this may cause burn-in on AOD.

Test: manual
Fixes: 171376810
Change-Id: Icb61fec9636ebacec5b7c39492423a9d4bca07c1
This commit is contained in:
Beverly
2021-04-12 15:26:48 -04:00
committed by Beverly Tai
parent 7529cef66e
commit 68d6e8ebb8

View File

@@ -23,6 +23,5 @@
** Recommended: font with variable width to support AOD => LS animations
-->
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
<!-- TODO (b/171376810): switch this font with a variable width clock font for AOSP -->
<font android:typeface="monospace" android:font="@*android:string/config_headlineFontFamily" />
<font android:typeface="monospace"/>
</font-family>