Merge "Force refresh of stateful when a child drawable is changed." into klp-modular-dev

This commit is contained in:
Craig Stout
2014-03-31 19:02:25 +00:00
committed by Android (Google) Code Review

View File

@@ -295,6 +295,7 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {
drawable.setCallback(this);
}
layers[i].mDrawable = drawable;
mLayerState.mHaveStateful = false;
return true;
}
}