From 9f90adb3d6b7b0d789373e37e76251d540530253 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Tue, 21 May 2019 17:22:10 -0700 Subject: [PATCH] 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 --- packages/SystemUI/res-keyguard/layout/keyguard_status_area.xml | 1 - packages/SystemUI/res-keyguard/values/styles.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_status_area.xml b/packages/SystemUI/res-keyguard/layout/keyguard_status_area.xml index a84ddaf29e527..4db2280fdc0a4 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_status_area.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_status_area.xml @@ -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" diff --git a/packages/SystemUI/res-keyguard/values/styles.xml b/packages/SystemUI/res-keyguard/values/styles.xml index 137c30aefd333..1c8e141a61f81 100644 --- a/packages/SystemUI/res-keyguard/values/styles.xml +++ b/packages/SystemUI/res-keyguard/values/styles.xml @@ -115,7 +115,6 @@ wrap_content 1 @dimen/widget_label_font_size - 0.02