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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user