diff options
| author | 2021-02-10 09:27:55 -0500 | |
|---|---|---|
| committer | 2021-02-10 14:29:59 +0000 | |
| commit | f99aee4bccadd849084c1e35fab10367cd6fceab (patch) | |
| tree | c65463fb75422b424f89533c622eebc75a9768f7 | |
| parent | f046e8ddd793a76cddd75899624fce7d8af7defe (diff) | |
Use font padding for keyguard clock
So that burmese won't be cut off
Fixes: 179815528
Test: manual
Change-Id: I9392f54c19f7c2dbab2c785798473a7974bb0349
| -rw-r--r-- | packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml index 7a9e7c7e73f6..f3ec39d2b1fb 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml @@ -74,7 +74,6 @@ android:layout_gravity="center_horizontal" android:gravity="center_horizontal" android:textSize="100dp" - android:includeFontPadding="false" android:fontFamily="@font/clock" android:typeface="monospace" android:elegantTextHeight="false" @@ -95,7 +94,6 @@ android:layout_gravity="center_horizontal" android:gravity="center_horizontal" android:textSize="@dimen/large_clock_text_size" - android:includeFontPadding="false" android:fontFamily="@font/clock" android:typeface="monospace" android:elegantTextHeight="false" |