WaveProgressView¶
Quick start¶
<com.ave.vastgui.tools.view.progress.WaveProgressView
android:id="@+id/waveProgressView"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Custom background¶
Stroke information
In the case of a custom background, your stroke settings will be invalid.
<com.ave.vastgui.tools.view.progress.WaveProgressView
....
app:wave_progress_image="@drawable/github" />