Remove problematic letter spacing from keyguard

Text views are getting lost and clipping the text while also
ellipsizing it.

Test: create meeting with long name and long room name
Fixes: 132914292
Change-Id: Id6365ac41e66732bd89262a1957b80c0455768a4
This commit is contained in:
Lucas Dupin
2019-05-21 17:22:10 -07:00
parent f36fee3cf7
commit 9f90adb3d6
2 changed files with 0 additions and 2 deletions

View File

@@ -34,7 +34,6 @@
android:layout_height="wrap_content"
android:paddingStart="44dp"
android:paddingEnd="44dp"
android:letterSpacing="0.02"
android:visibility="gone"
android:textColor="?attr/wallpaperTextColor"
android:theme="@style/TextAppearance.Keyguard"

View File

@@ -115,7 +115,6 @@
<item name="android:layout_height">wrap_content</item>
<item name="android:lines">1</item>
<item name="android:textSize">@dimen/widget_label_font_size</item>
<item name="android:letterSpacing">0.02</item>
</style>
<style name="TextAppearance.Keyguard.BottomArea">