Switch to using system-wide default user icons
User icons were either User Settings specific, or missing. This makes it consistent with the ones in the new helper class. Bug: 17311038 Change-Id: I20cc1deba989cf7a397c5a8dba41bd91bd62472b
This commit is contained in:
@@ -107,7 +107,7 @@ public class CircleFramedDrawable extends Drawable {
|
||||
canvas.drawPath(fillPath, mPaint);
|
||||
|
||||
// mask in the icon where the bitmap is opaque
|
||||
mPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC_ATOP));
|
||||
mPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC_IN));
|
||||
canvas.drawBitmap(icon, cropRect, circleRect, mPaint);
|
||||
|
||||
// prepare paint for frame drawing
|
||||
|
Reference in New Issue
Block a user