SquareLoading

Additional

Language
Java
Version
v1.3.0 (Dec 7, 2016)
Created
Nov 20, 2016
Updated
Dec 15, 2016 (Retired)
Owner
yuweiguo (yuweiguocn)
Contributors
yuweiguo (yuweiguocn)
Liangliang Sun (SamBoLuong)
2
Activity
Badge
Generate
Download
Source code

SquareLoading

Design

Design by Divan Raj from Animated Loader

How to use

1.Add the dependency

 dependencies {
         compile 'io.github.yuweiguocn:SquareLoading:1.3.0'
 }

2.Add SquareLoading to you layout

<io.github.yuweiguocn.lib.squareloading.SquareLoading
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#E91E63"
        app:squareColor="@android:color/white"
        app:squareSize="12dp"
        app:squareCorner="2dp"
        app:dividerSize="2dp"
        app:xCount="4"
        app:yCount="3"
        />

Contact me

weibo:@于卫国

gmail:yuweiguocn@gmail.com

blog:yuweiguo's blog

License

Copyright 2016 yuweiguocn

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.