Merge "Update notification dot from T90 to T80" into tm-dev

This commit is contained in:
James O'Leary
2022-06-07 22:39:46 +00:00
committed by Android (Google) Code Review
@@ -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);
}