Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.01 KB

Download

Android Arsenal

LoadingPopPoint

this is a view that three colorful point circle in the screen

Preview

It may looks like this

Imgur

#Get Started

 repositories {
        // ...
        maven { url "https://jitpack.io" }
    }
 dependencies {
       compile 'com.github.liangpengfei:LoadingPopPoint:912651e54d'
	}

#Usage

XML

<xhome.uestcfei.com.loadingpoppoint.LoadingPopPoint
        android:layout_width="wrap_content"
        android:minHeight="50dp"
        android:layout_centerInParent="true"
        android:layout_height="wrap_content" />

#License

No license,You can share it as you like it! Wish you can learn some basic tips from my repository!