Loading packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardPatternViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading