• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    Java
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A loader that measures up Material Design

SpinnerLoader

Android Arsenal

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

SpinnerLoader

Usage

only one attribute point_color

<com.fenjuly.mylibrary.SpinnerLoader
        android:id="@+id/one"
        android:layout_marginTop="30dp"
        android:layout_centerHorizontal="true"
        app:point_color="@color/accent_material_dark"
        android:layout_width="40dp"
        android:layout_height="40dp"/>

and one method public void setPointcolor(int color)

setPointcolor(color);

Get into your build

repositories {
    maven {
        url "https://jitpack.io"
    }
}

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

License

License under MIT