summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2022-05-05 15:13:01 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-05-05 15:13:01 +0000
commite87d18f78044be3c19718e71fc41cc7d8b43064f (patch)
tree78c5d7176a197ec9501b49bf13e36fa617ff1215
parentb560e960bc765e4853032db2703029e95508464a (diff)
parent88fb7256a45d98b25215172a10d8529055d576b9 (diff)
Merge "[Bouncer] Match spec for pattern view." into tm-dev
-rw-r--r--packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java2
1 files changed, 1 insertions, 1 deletions
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);
}