Merge "Fix layer drawable inflation"

This commit is contained in:
Alan Viverette
2014-07-08 00:13:24 +00:00
committed by Android (Google) Code Review

View File

@@ -210,6 +210,8 @@ public class LayerDrawable extends Drawable implements Drawable.Callback {
layer.mDrawable.getChangingConfigurations();
layer.mDrawable.setCallback(this);
}
addLayer(layer);
}
}