gelitenight / WaveView

waveview for android
Apache License 2.0
1.59k stars 325 forks source link

A Gap in the Wave #3

Closed hzqjyyx closed 9 years ago

hzqjyyx commented 9 years ago

In my simulator(1080*1920,API 19),there is a white vertical line in the wave, and I have find the solution:In WaveView.java -> createShader ,change from final float endX = getWidth(); to final float endX = getWidth()+1;