AnimatedRotateDrawable should inflate child elements
This was missed during the update that extended from DrawableWrapper. Bug: 20089503 Change-Id: Ie84c040deaecb415e882842f2172a344afa8df7b
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user