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

Commit a7417119 authored by Alan Viverette's avatar Alan Viverette
Browse files

Implement getColorFilter() on VectorDrawable

Bug: 21580708
Change-Id: Id64bebeb5c39906ed34775e8ccc39f666966bad9
parent 8fa24e91
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;