LoadingPopPoint
Introduction: 一个仿照 QQ 邮箱视图加载的动画,不错的学习自定义 view 入门的案例
Tags:
动画-加载-QQ邮箱-自定义view-
this is a view that three colorful point circle in the screen
Preview
It may looks like this
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!