Skip to content

chenyuantao/AndroidWaveView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AndroidWaveView

Android仿拉勾网app的波浪View 文章地址 ###效果图 效果图 ###使用方法 在xml中,

	<cn.chenyuantao.view.WaveView
	        android:layout_width="match_parent"
	        android:layout_height="200dp" />

在Activity中,

	//改变颜色
	waveView.setColor(Color.RED);
	//开始(无需手动调用)
	waveView.start();
	//停止
	waveView.stop();

About

Android仿拉勾网app的波浪View

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages