Merge "Fixing issue where we weren't invalidating the correct press feedback layout (Bug: 6628324)" into jb-dev

This commit is contained in:
Michael Jurka
2012-06-07 18:19:41 -07:00
committed by Android (Google) Code Review
@@ -68,6 +68,7 @@ public class HolographicLinearLayout extends LinearLayout {
void invalidatePressedFocusedStates() {
mHolographicHelper.invalidatePressedFocusedStates(mImageView);
invalidate();
}
@Override