summaryrefslogtreecommitdiff
path: root/packages/SystemUI/res-keyguard
diff options
context:
space:
mode:
author Shawn Lee <syeonlee@google.com> 2025-01-23 13:59:51 -0800
committer Shawn Lee <syeonlee@google.com> 2025-01-23 17:26:11 -0800
commit99d7d528480f30906163b5e46a8e8428f4783864 (patch)
tree9ff72cfc9d2bd2a4dc70dc33dd5e7fab21bb83a2 /packages/SystemUI/res-keyguard
parent4d0fb74a4bea104a56ab4863d2eae56e2e9ea3af (diff)
Use static color for shade header text elements
Since shade header text elements are only shown on the dark QS background, it doesn't make sense to set them to a theme-dependent color token that assumes the background will also change depending on the theme. Bug: 385086613 Test: manually verified with dark theme and light theme enabled Flag: EXEMPT bugfix Change-Id: Ib10d11ffb37525e2ac3ed1dbd8c0d278197015cd
Diffstat (limited to 'packages/SystemUI/res-keyguard')
-rw-r--r--packages/SystemUI/res-keyguard/layout/shade_carrier_new.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/shade_carrier_new.xml b/packages/SystemUI/res-keyguard/layout/shade_carrier_new.xml
index cc99f5e125f3..dd5f7e4e2ed4 100644
--- a/packages/SystemUI/res-keyguard/layout/shade_carrier_new.xml
+++ b/packages/SystemUI/res-keyguard/layout/shade_carrier_new.xml
@@ -30,7 +30,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:textAppearance="@style/TextAppearance.QS.Status.Carriers"
+ android:textAppearance="@style/TextAppearance.QS.Status"
android:layout_marginEnd="@dimen/qs_carrier_margin_width"
android:visibility="gone"
android:textDirection="locale"