https://github.com/fenjuly/SpinnerLoader
A loader that measures up Material Design
https://github.com/fenjuly/SpinnerLoader
Last synced: 5 months ago
JSON representation
A loader that measures up Material Design
- Host: GitHub
- URL: https://github.com/fenjuly/SpinnerLoader
- Owner: fenjuly
- License: mit
- Created: 2015-08-06T02:24:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T09:52:20.000Z (almost 8 years ago)
- Last Synced: 2024-04-16T11:48:35.610Z (12 months ago)
- Language: Java
- Size: 78.1 KB
- Stars: 105
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/fenjuly/SpinnerLoader
- awesome-android-ui - https://github.com/fenjuly/SpinnerLoader
README
# SpinnerLoader
[](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)
### 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)