Assign default adaptive icon background color
Bug: 126327184 Change-Id: I8c6db3cc0c2bf334862b60b0aa27aee4850039f1
This commit is contained in:
@@ -48,7 +48,7 @@ public class BaseIconFactory implements AutoCloseable {
|
||||
private ShadowGenerator mShadowGenerator;
|
||||
|
||||
private Drawable mWrapperIcon;
|
||||
private int mWrapperBackgroundColor;
|
||||
private int mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND;
|
||||
|
||||
protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) {
|
||||
mContext = context.getApplicationContext();
|
||||
|
||||
Reference in New Issue
Block a user