diff options
| author | 2022-05-05 15:13:01 +0000 | |
|---|---|---|
| committer | 2022-05-05 15:13:01 +0000 | |
| commit | e87d18f78044be3c19718e71fc41cc7d8b43064f (patch) | |
| tree | 78c5d7176a197ec9501b49bf13e36fa617ff1215 | |
| parent | b560e960bc765e4853032db2703029e95508464a (diff) | |
| parent | 88fb7256a45d98b25215172a10d8529055d576b9 (diff) | |
Merge "[Bouncer] Match spec for pattern view." into tm-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java | 2 |
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); } |