Separate color into app color and dot color

Design intends for predicted app disc to use the app color, and the
dot to use tertiary T90/shade100. Both currently use `color`. Separating
into two separate colors lets use define the two separate colors
requested by design.

Bug: 213314628
Test: Manual inspection at runtime
Change-Id: I7f39b049896a3d5c4617beab67acd10777adae0a
This commit is contained in:
James O'Leary
2022-05-05 16:45:11 +00:00
parent a3f6dae96f
commit 6ac128a25b

View File

@@ -182,7 +182,7 @@ public class BadgedImageView extends ConstraintLayout {
getDrawingRect(mTempBounds);
mDrawParams.color = mDotColor;
mDrawParams.dotColor = mDotColor;
mDrawParams.iconBounds = mTempBounds;
mDrawParams.leftAlign = mOnLeft;
mDrawParams.scale = mDotScale;