WheelIndicatorView Build Status Android Arsenal Download

A 'Google Fit' like activity indicator for Android

Screenshots

Image

Usage

How to use:

 <com.dlazaro66.wheelindicatorview.WheelIndicatorView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/wheel_indicator_view"
        app:itemsLineWidth="13dp"
        app:filledPercent="40"
        app:backgroundColor="@color/white"
        />

Add it to your project

Add WheelIndicatorView dependency to your build.gradle

dependencies{
    compile 'com.dlazaro66.wheelindicatorview:WheelIndicatorView:1.0.0'
}

Do you want to contribute?

Please send a PR or open an issue with your comments!

Developed By

Follow me on Twitter

Add me to Linkedin

Who's using it

Does your app use WheelIndicatorView? If you want to be featured on this list drop me a line.

Contributors

License

Copyright 2015 David Lázaro

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.