summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-05-22 03:51:08 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-05-22 03:51:08 +0000
commit75e8a9b8f4e6fa1aaa4e94bec81ca6ca580ebf9e (patch)
tree6125d848d37a03c4b84268e0e45a137e1d6b035c
parent2288a74328f9d8773b8b17402fcc95c2f28d3952 (diff)
parent9f90adb3d6b7b0d789373e37e76251d540530253 (diff)
Merge "Remove problematic letter spacing from keyguard" into qt-dev
-rw-r--r--packages/SystemUI/res-keyguard/layout/keyguard_status_area.xml1
-rw-r--r--packages/SystemUI/res-keyguard/values/styles.xml1
2 files changed, 0 insertions, 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 a84ddaf29e52..4db2280fdc0a 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 137c30aefd33..1c8e141a61f8 100644
--- a/packages/SystemUI/res-keyguard/values/styles.xml
+++ b/packages/SystemUI/res-keyguard/values/styles.xml
@@ -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">