Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22f4b490 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9772861 from ec39b404 to tm-qpr3-release

Change-Id: I3425bdc1f5af60543e8472f091dfbc78eae520d3
parents 5c3feee7 ec39b404
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -93,7 +93,10 @@ public class ThemedIconDrawable extends FastBitmapDrawable {
    }

    public void changeBackgroundColor(int colorBg) {
        if (mIsDisabled) return;

        mBgPaint.setColorFilter(new BlendModeColorFilter(colorBg, BlendMode.SRC_IN));
        invalidateSelf();
    }

    static class ThemedConstantState extends FastBitmapConstantState {