diff options
| -rw-r--r-- | packages/SystemUI/res-keyguard/font/clock.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res-keyguard/font/clock.xml b/packages/SystemUI/res-keyguard/font/clock.xml index 008b32223ec6..d0867e9aa546 100644 --- a/packages/SystemUI/res-keyguard/font/clock.xml +++ b/packages/SystemUI/res-keyguard/font/clock.xml @@ -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>
\ No newline at end of file |