Merge "Separate color into app color and dot color" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d0362cf0f5
@@ -183,7 +183,7 @@ public class BadgedImageView extends ConstraintLayout {
|
|||||||
|
|
||||||
getDrawingRect(mTempBounds);
|
getDrawingRect(mTempBounds);
|
||||||
|
|
||||||
mDrawParams.color = mDotColor;
|
mDrawParams.dotColor = mDotColor;
|
||||||
mDrawParams.iconBounds = mTempBounds;
|
mDrawParams.iconBounds = mTempBounds;
|
||||||
mDrawParams.leftAlign = mOnLeft;
|
mDrawParams.leftAlign = mOnLeft;
|
||||||
mDrawParams.scale = mDotScale;
|
mDrawParams.scale = mDotScale;
|
||||||
|
|||||||
Reference in New Issue
Block a user