Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anton46/Android-StepsView

Android-StepsView
https://github.com/anton46/Android-StepsView

Last synced: about 1 month ago
JSON representation

Android-StepsView

Awesome Lists containing this project

README

        

# Android-StepsView
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.anton46/stepsview/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.anton46/collection-picker/) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android--StepsView-green.svg?style=flat)](https://android-arsenal.com/details/1/2021)

![Example image](./image1.png) ![Example image](./image2.png)

## Usage

**Gradle**
```gradle
compile 'com.anton46:stepsview:0.0.2'
````
**Maven**
```xml

com.anton46
stepsview
0.0.2

```

```xml

```

```java
mStepsView.setLabels(steps)
.setBarColorIndicator(getContext().getResources().getColor(R.color.material_blue_grey_800))
.setProgressColorIndicator(getContext().getResources().getColor(R.color.orange))
.setLabelColorIndicator(getContext().getResources().getColor(R.color.orange))
.setCompletedPosition(0)
.drawView();
```

Developed by
========================
* Anton Nurdin Tuhadiansyah ([email protected])
* [anton46.com][1]

[1]: http://anton46.com

License
-----------

```
Copyright 2015 Anton Nurdin Tuhadiansyah

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.
```