Merge "Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode" into jb-mr2-dev
This commit is contained in:
@@ -179,6 +179,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView
|
||||
animateToTab(position);
|
||||
}
|
||||
}
|
||||
if (mTabSpinner != null && position >= 0) {
|
||||
mTabSpinner.setSelection(position);
|
||||
}
|
||||
}
|
||||
|
||||
public void setContentHeight(int contentHeight) {
|
||||
|
||||
Reference in New Issue
Block a user