Merge "Update notification dot from T90 to T80" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7bbf0b5e42
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user