diff options
| author | 2021-01-15 03:42:54 +0000 | |
|---|---|---|
| committer | 2021-01-15 03:42:54 +0000 | |
| commit | 8e12eec642dabd43a71398c2286b51caa82246fc (patch) | |
| tree | 15f918a93933cd5ee0453c930b2d73ecbec3a7a4 | |
| parent | 5b9e74452e59103386a9bd79cfa489f303a2f2f8 (diff) | |
| parent | ce5d7b481a541e2a68274ab73ca6b146d17be218 (diff) | |
Merge "Revert LS/AOD clock color change"
| -rw-r--r-- | packages/SystemUI/src/com/android/keyguard/AnimatableClockController.java | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/AnimatableClockController.java b/packages/SystemUI/src/com/android/keyguard/AnimatableClockController.java index 302a2620aac0..59e81cf96bb2 100644 --- a/packages/SystemUI/src/com/android/keyguard/AnimatableClockController.java +++ b/packages/SystemUI/src/com/android/keyguard/AnimatableClockController.java @@ -85,8 +85,8 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie      }      private void initColors() { -        mLockScreenColors[0] = Utils.getColorAttr(getContext(), -                android.R.attr.textColorPrimary).getDefaultColor(); +        mLockScreenColors[0] = Utils.getColorAttrDefaultColor(getContext(), +                com.android.systemui.R.attr.wallpaperTextColor);          mLockScreenColors[1] = mLockScreenColors[0]; // same color          mView.setColors(mDozingColors, mLockScreenColors);          mView.animateDoze(mIsDozing, false);  |