From ede514f275af36a13637f5ee65faf5d6f43c66e0 Mon Sep 17 00:00:00 2001 From: James O'Leary Date: Mon, 6 Jun 2022 16:01:45 -0400 Subject: [PATCH] Update notification dot from T90 to T80 Bug: 213314628 Test: work with UX to pick something darker than T80, present options from T70 to T90, get feedback to use T80, verify at runtime via screenshot dot is T80. Change-Id: Ic5b47a419eb7697c22c4dd9ab849b8a00d73be9f --- src/com/android/launcher3/BubbleTextView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java index 878ac3b22b..5fb892554a 100644 --- a/src/com/android/launcher3/BubbleTextView.java +++ b/src/com/android/launcher3/BubbleTextView.java @@ -376,7 +376,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, 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); }