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

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

Merge "AnimatedRotateDrawable should inflate child elements" into mnc-dev

parents ada99cd7 aa358194
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,7 +127,9 @@ public class AnimatedRotateDrawable extends DrawableWrapper implements Animatabl
            throws XmlPullParserException, IOException {
        final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable);
        super.inflateWithAttributes(r, parser, a, R.styleable.AnimatedRotateDrawable_visible);

        updateStateFromTypedArray(a);
        inflateChildDrawable(r, parser, attrs, theme);
        verifyRequiredAttributes(a);
        a.recycle();