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

Commit 371b582c authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Implement getColorFilter() on VectorDrawable" into mnc-dev

parents dd99df0d a7417119
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -310,6 +310,11 @@ public class VectorDrawable extends Drawable {
        invalidateSelf();
    }

    @Override
    public ColorFilter getColorFilter() {
        return mColorFilter;
    }

    @Override
    public void setTintList(ColorStateList tint) {
        final VectorDrawableState state = mVectorState;