From 88fb7256a45d98b25215172a10d8529055d576b9 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Wed, 4 May 2022 19:01:59 +0000 Subject: [Bouncer] Match spec for pattern view. Spec should be TextColorSecondary instead of TextColorPrimary Bug: 18951060 Test: Manual on device Change-Id: I6adbcc36cd70e542268f3ad99c6f0a249cc59e7e --- .../src/com/android/keyguard/KeyguardPatternViewController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java index 41f92407a683..39c394981193 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java @@ -282,7 +282,7 @@ public class KeyguardPatternViewController super.reloadColors(); mMessageAreaController.reloadColors(); int textColor = Utils.getColorAttr(mLockPatternView.getContext(), - android.R.attr.textColorPrimary).getDefaultColor(); + android.R.attr.textColorSecondary).getDefaultColor(); int errorColor = Utils.getColorError(mLockPatternView.getContext()).getDefaultColor(); mLockPatternView.setColors(textColor, textColor, errorColor); } -- cgit v1.2.3-59-g8ed1b