Merge "Invalidate outline on padding update" into lmp-mr1-dev

This commit is contained in:
Chris Craik
2015-01-27 01:08:53 +00:00
committed by Android (Google) Code Review

View File

@@ -16650,6 +16650,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
if (changed) {
requestLayout();
invalidateOutline();
}
}