commit | 234323c27d8baa718e7a48ee4eb70785e868847d | [log] [tgz] |
---|---|---|
author | James O'Leary <jamesoleary@google.com> | Tue Jun 07 23:00:33 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 07 23:00:33 2022 +0000 |
tree | 59758d95b87851f055d18a08c6d1f1ec67fbe329 | |
parent | b8dd99d01e54c35c5bb9a7ee147903987f4404c8 [diff] | |
parent | 7bbf0b5e4210fe6a0a0083d91247a352bf6437d0 [diff] |
Merge "Update notification dot from T90 to T80" into tm-dev am: 7bbf0b5e42 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18760367 Change-Id: I5a991909d18fa925182ca952821ff0ac7f20166a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java index 878ac3b..5fb8925 100644 --- a/src/com/android/launcher3/BubbleTextView.java +++ b/src/com/android/launcher3/BubbleTextView.java
@@ -376,7 +376,7 @@ FastBitmapDrawable iconDrawable = info.newIcon(getContext(), flags); mDotParams.appColor = iconDrawable.getIconColor(); mDotParams.dotColor = getContext().getResources() - .getColor(android.R.color.system_accent3_100, getContext().getTheme()); + .getColor(android.R.color.system_accent3_200, getContext().getTheme()); setIcon(iconDrawable); applyLabel(info); }