Skip to content

WaveProgressView

Version 0.2.0

Quick start

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" />

Default style

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" />

Custom background

Sample code

Sample code