SpinnerLoading

Additional

Language
Java
Version
N/A
Created
Sep 4, 2015
Updated
Apr 19, 2016 (Retired)
Owner
Zhanhui Bai (lusfold)
Contributors
Huqiu Liao (liaohuqiu)
Zhanhui Bai (lusfold)
2
Activity
Badge
Generate
Download
Source code

Advertisement

#SpinnerLoading

Quickstart

Preview

Inspired by spinner-loader-gooey-light-effect

Dependency

dependencies {
compile 'com.lusfold.spinnerloading:library:1.0.0'
}

In your layout

<com.lusfold.spinnerloading.SpinnerLoading
        android:background="#001525"
        android:layout_width="wrap_content"
        android:layout_centerInParent="true"
        android:layout_height="wrap_content" /> 

Customization

SpinnerLoading view = findViewById(R.id.spinner_loading);
view.setPaintMode(1);
view.setCircleRadius(30);
view.setItemCount(8);

LICENSE

Copyright 2014-2015 Lusfold(https://github.com/lusfold)

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.