/android-indicators

Primary LanguageJavaApache License 2.0Apache-2.0

Android Indicators

Android library for indicators.

alt tag

Version

//TODO Download

HOW TO

Dependencies

dependencies {
    ...
    compile('com.tengio.android:indicators:latest_version')
    ...
}

Layouts

Add ChipsView to the layout, like this:

<com.tengio.android.indicators. .... />

Library updates

We use bintray to deploy changes to jcenter. To deploy a new version make sure to define BINTRAY_USER and BINTRAY_KEY variables. Then run:

gradle bintrayUpload