WaveView

A wave view of android,can be used as progress bar.

A wave view of android,can be used as progress bar.
or you can just use(default progress is 80%)
<com.john.waveview.WaveView
android:id="@+id/wave_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/holo_purple"
/>
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.john990:WaveView:v0.9'
}