ViewPagerIndicator - Set the TabPageIndicator to the center

前端 未结 3 2178
轻奢々
轻奢々 2021-02-14 19:37

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:

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-14 19:52

    Then you don't need an viewpagerindicator. Use a horizontal scroll view as Amulya Khare suggested in your activity and replace fragments when scrolling occurs.

    Your activity layout could be like :

    
    
            
            
            
    
    

    Set a listener to wheelview and when change occurs you can put your fragments in framelayout in your activity.

提交回复
热议问题