Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fenjuly/SpinnerLoader

A loader that measures up Material Design
https://github.com/fenjuly/SpinnerLoader

Last synced: about 6 hours ago
JSON representation

A loader that measures up Material Design

Awesome Lists containing this project

README

        

# SpinnerLoader
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SpinnerLoader-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2327)

A loader that measures up Material Design.
This is an implemention of [http://t.co/sUuYTeKOzp](http://t.co/sUuYTeKOzp)

![SpinnerLoader](http://i.imgur.com/qFNRkHM.gif)

### Usage
only one attribute `point_color`

```xml

```

and one method `public void setPointcolor(int color)`

```java
setPointcolor(color);
```

### Get into your build
```gradle
repositories {
maven {
url "https://jitpack.io"
}
}

dependencies {
compile 'com.github.fenjuly:SpinnerLoader:fd5b8ab578'
}
```

### License
License under [MIT](https://github.com/fenjuly/SpinnerLoader/raw/master/LICENSE)