ViewPager API update
Change-Id: I3033caefc206c969f172b2dd0e76809a21c15652
This commit is contained in:
@@ -134,6 +134,10 @@ public class ActionBarTabsPager extends Activity {
|
|||||||
mActionBar.setSelectedNavigationItem(position);
|
mActionBar.setSelectedNavigationItem(position);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onPageScrollStateChanged(int state) {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onTabSelected(Tab tab, FragmentTransaction ft) {
|
public void onTabSelected(Tab tab, FragmentTransaction ft) {
|
||||||
Object tag = tab.getTag();
|
Object tag = tab.getTag();
|
||||||
|
|||||||
Reference in New Issue
Block a user