Clock Time Complication adjustment

Removed font padding to avoid the content shift upward. Font also has inherent top and bottom spacing allowing accent independent of the TextClock/TextView.

Bug: 218508232
Test: manual
Change-Id: I54150de7134b18c35299baeacec8f5346f7cc6d5
This commit is contained in:
Nick Ning
2022-02-09 22:46:11 +00:00
parent ce366b9a97
commit 11f0b4261b

View File

@@ -20,6 +20,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/clock"
android:includeFontPadding="false"
android:textColor="@android:color/white"
android:format12Hour="h:mm"
android:format24Hour="kk:mm"