am 2cd52c80: Merge "Fix invalidation issue with actionbar items" into honeycomb

* commit '2cd52c809e52c042ad61067c93a4b5521eadd503':
  Fix invalidation issue with actionbar items
This commit is contained in:
Chet Haase
2011-01-31 19:10:06 -08:00
committed by Android Git Automerger

View File

@@ -9332,6 +9332,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
// the DRAWN bit.
mPrivateFlags |= DRAWN;
invalidate(true);
// parent display list may need to be recreated based on a change in the bounds
// of any child
invalidateParentCaches();
}
// Reset drawn bit to original value (invalidate turns it off)