Do not ellipsize the clock widget

widget_big_thin is the style used by the lock screen and casting
clocks.

Change-Id: Ic0f0f19c22739358e20a616b996858b10f879eaf
Fixes: 119004085
Test: wait for device to sleep
This commit is contained in:
Lucas Dupin
2018-11-05 09:52:18 -08:00
parent b5defbc79e
commit a03c8a1b41

View File

@@ -64,6 +64,7 @@
<item name="android:paddingBottom">@dimen/bottom_text_spacing_digital</item>
<item name="android:fontFamily">@*android:string/config_headlineFontFamilyLight</item>
<item name="android:fontFeatureSettings">@*android:string/config_headlineFontFeatureSettings</item>
<item name="android:ellipsize">none</item>
</style>
<style name="BouncerSecurityContainer">