Merge "[Bouncer] Match spec for pattern view." into tm-dev am: e87d18f780 am: 05a16d4af8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18169303

Change-Id: I7460385e51291b644064043f8498e94e996ea8fa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Aaron Liu
2022-05-06 15:42:13 +00:00
committed by Automerger Merge Worker

View File

@@ -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);
}