Merge "[Bouncer] Match spec for pattern view." into tm-dev

This commit is contained in:
Aaron Liu
2022-05-05 15:13:01 +00:00
committed by Android (Google) Code Review

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