Assign default adaptive icon background color

Bug: 126327184
Change-Id: I8c6db3cc0c2bf334862b60b0aa27aee4850039f1
This commit is contained in:
Hyunyoung Song
2019-03-04 09:47:45 -08:00
parent 6d2bb0b548
commit de87a22773
@@ -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();