-
Android代码:android-viewpager-indicator
资源介绍
android-viewpager-indicator
A simple customizable indicator for ViewPagers
Installation:
Add the following to the main project gradle file:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add this to the module gradle file:
dependencies {
compile 'com.github.ravindu1024:android-viewpager-indicator:1.0.1'
}
Usage:
1) add using xml:
```xml
Then in code: ViewPagerIndicator indicator = (ViewPagerIndicator) findViewById(R