Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 603 Bytes

ProgressView

View for showing progress, error, and empty views. Based on ViewFlipper.

Gradle Dependency

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Then, add the library to your module build.gradle

dependencies {
    compile 'com.github.fisher3421:ProgressView:0.5'
}