ViewPagerIndicator - Set the TabPageIndicator to the center

前端 未结 3 2179
轻奢々
轻奢々 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:55

    The widget you are looking for is similar to the android horizontal wheel. There is an implementation at android-spinnerwheel which can be what you need.

    enter image description here

提交回复
热议问题