Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 369 Bytes

File metadata and controls

16 lines (13 loc) · 369 Bytes

WaveView

水波纹控件

image

HOW TO USE

<com.github.lcokean.waveview.WaveView
        android:layout_width="100dp"
        android:layout_height="100dp"
        android:layout_centerInParent="true"
        app:background_color="#5690D0"
        app:wave_color="#ff00ddff" />