Skip to content

Repository files navigation

SpinnerLoading

Quickstart

Inspired by spinner-loader-gooey-light-effect

Dependency

dependencies {
implementation '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.

About

A Loading View for Android

Resources

Stars

378 stars

Watchers

22 watching

Forks

Releases

Packages

Contributors

Languages