Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.33 KB

Readme.md

File metadata and controls

53 lines (36 loc) · 1.33 KB

TinglingSquares View

A delightful progressbar animation.

Demo

TinglingSquaresView Demo

Download

Add this to your app module's build.gradle file

dependencies {
	        compile 'com.github.ishan1604:tsview:1.0.0'
	}

Usage

In your Layout XML add this.

    <in.ishankhanna.tinglingsquares.TinglingSquaresView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/tinglingSquaresView"/>

Design Inspiration

Animated Loader by Divan Raj on Material Up

Developers

License

Copyright 2017 Ishan Khanna, Divan Raj

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.