MagicIndicator
A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip.
Usage
Simple steps, you can integrate MagicIndicator:
checkout out MagicIndicator, which contains source code and demo
import module magicindicator and add dependency:
compile project(':magicindicator')
or
repositories {
...
maven {
url "https://jitpack.io"
}
}
dependencies {
...
评论0
最新资源