Merge "Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode" into jb-mr2-dev

This commit is contained in:
Adam Powell
2013-04-09 23:40:12 +00:00
committed by Android (Google) Code Review

View File

@@ -179,6 +179,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView
animateToTab(position);
}
}
if (mTabSpinner != null && position >= 0) {
mTabSpinner.setSelection(position);
}
}
public void setContentHeight(int contentHeight) {