From 11f0b4261b08bdc0ae91b11d5b66e79395de9dfc Mon Sep 17 00:00:00 2001 From: Nick Ning Date: Wed, 9 Feb 2022 22:46:11 +0000 Subject: [PATCH] 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 --- .../res/layout/dream_overlay_complication_clock_time.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/dream_overlay_complication_clock_time.xml b/packages/SystemUI/res/layout/dream_overlay_complication_clock_time.xml index 4824f4c8d2453..e066d38e446fd 100644 --- a/packages/SystemUI/res/layout/dream_overlay_complication_clock_time.xml +++ b/packages/SystemUI/res/layout/dream_overlay_complication_clock_time.xml @@ -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"