Merge "Update mFillPaint color on GradientDrawable inflation"

This commit is contained in:
Alan Viverette
2015-09-04 11:51:02 +00:00
committed by Gerrit Code Review

View File

@@ -1019,6 +1019,7 @@ public class GradientDrawable extends Drawable {
inflateChildElements(r, parser, attrs, theme); inflateChildElements(r, parser, attrs, theme);
mGradientState.computeOpacity(); mGradientState.computeOpacity();
initializeWithState(mGradientState);
} }
@Override @Override