I make an timetable application for android and I\'m using ViewPagerIndicator as fragment. But now I\'ve a problem, I want to get the TabPageIndicator to the center. Like this:
Use it like this :
TabPagerIndicator tbi; ViewPager pager;
in onCreate() do like this
onCreate()
tbi=(TabPagerIndicator)findViewById(R.id.something); tbi.setViewPager(pager);
I hope this will work out for you. :D