WaveProgressView¶
Add: Version 0.2.0
Quick start¶
Add: Version 0.2.0
<com.ave.vastgui.tools.view.progress.WaveProgressView
android:id="@+id/waveProgressView"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Custom background¶
添加: Version 0.5.5
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" />