AriesHoo / UIProgressView

[1.2.0以后版本UIWidget维护]Android 一个类似包含新浪微博、微信样式、Material Design 风格样式、系统自带样等待Loading效果

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIProgressView


一、简介:

一个类似包含新浪微博、微信样式、Material Design 风格样式、系统自带样等待Loading效果;更全常见UI库参看 UIWidget

说明1.2.0以后版本UIWidget维护,不再做版本更新

[Sample PC Download]

[Sample Mobile Download]

1.1 Gradle集成

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
dependencies {
     //compile 'com.github.AriesHoo:UIProgressView:1.2.0'
     compile 'com.github.AriesHoo:UIProgressView:${LATEST_VERSION}'
}

二、录屏预览

About

[1.2.0以后版本UIWidget维护]Android 一个类似包含新浪微博、微信样式、Material Design 风格样式、系统自带样等待Loading效果


Languages

Language:Java 100.0%