Reduce padding below small, bold digital clock.

The grow transition looks bad due to clipping of the
text clock, but it is taking too long to understand the
issue. So, I want to get this padding change in and the
transition polish can follow.

Bug: 130223602
Test: visual -- look at AOD with music playing
Change-Id: I28cfecefeea55f49ee7843f0b1f07a206852dc54
This commit is contained in:
Robert Snoeberger
2019-04-30 17:38:05 -04:00
parent b9a891b798
commit 2feac07950

View File

@@ -53,7 +53,7 @@
<!-- Clock with header -->
<dimen name="widget_small_font_size">22dp</dimen>
<dimen name="widget_vertical_padding">32dp</dimen>
<dimen name="widget_vertical_padding_clock">30dp</dimen>
<dimen name="widget_vertical_padding_clock">12dp</dimen>
<!-- Subtitle paddings -->
<dimen name="widget_horizontal_padding">8dp</dimen>
<dimen name="widget_icon_size">16dp</dimen>