An (mildly) improved ViewPagerIndicator, originally by Jake Wharton
- Build with Gradle as opposed to Maven; Works with JitPack.
- Uses
Math
instead ofFloatMath
, thus this library works on Andrid API lvl 23
Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Add the dependency
dependencies {
compile 'com.github.jrejaud:ViewPagerIndicator2:0.0.2'
}
Visit https://jitpack.io/#jrejaud/ViewPagerIndicator2 for more information.
See https://github.com/JakeWharton/ViewPagerIndicator#usage for instructions on how to use ViewPagerIndicator. You just need to change the path (in Java and XML) to:
com.github.jrejaud.viewpagerindicator2;
instead of
com.viewpagerindicator;
Copyright 2012 Jake Wharton
Copyright 2011 Patrik Åkerfeldt
Copyright 2011 Francisco Figueiredo Jr.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.