a lightweight viewpager indicator like in nexus 5 launcher
version 1.1.5 (minSdkVersion="11"
)
dependencies {
compile 'me.relex:circleindicator:1.1.5@aar'
}
<me.relex.circleindicator.CircleIndicator
android:layout_width="fill_parent"
android:layout_height="40dp"/>
#####Properties:
app:ci_width
app:ci_height
app:ci_margin
app:ci_drawable
app:ci_drawable_unselected
app:ci_animator
app:ci_animator_reverse
- Fix bug (#22)
- Fix bug (#17)
- SetOnPageChangeListener is deprecated, Please use ViewPager addOnPageChangeListener (v4 support lirbray revision 22.2.0)
minSdkVersion="11"
- Fix bug (#12)
- Fix default animator
- Add a property :
ci_animator_reverse
- Remove NineOldAndroids dependency
minSdkVersion="14"
- Initial release. (
minSdkVersion="8"
)
Copyright (C) 2014 relex
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.