WaveProgressView¶
快速使用¶
<com.ave.vastgui.tools.view.progress.WaveProgressView
android:id="@+id/waveProgressView"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
自定义背景¶
你可以指定 BitmapDrawable
VectorDrawable
和 VectorDrawableCompat
类型的对象为背景。
边框说明
在自定义背景的情况下,你对边框的设置会失效。
<com.ave.vastgui.tools.view.progress.WaveProgressView
.... // 其他设置
app:wave_progress_image="@drawable/github" />