乌蒙

Results 42 comments of 乌蒙

自己在 MaterialRefreshLayout 的 onInterceptTouchEvent 方法中 [ if (dy < -0 && !canChildScrollDown() && isLoadMore) ] 改成了 [ if (dy < -10 && !canChildScrollDown() && isLoadMore) ] ,勉强解决了这个问题,不知道是不是会有别的问题。 ![qq 20170316141400](https://cloud.githubusercontent.com/assets/4081554/23984135/df48b4ba-0a52-11e7-91ae-19bc6644b832.png)

我说弄了半天没矩形的波形....

源代码是不是这个?? https://github.com/ws123/VoiceLine

I have the same problem,with Ubuntu 18.04 LTS. ![image](https://user-images.githubusercontent.com/4081554/140487442-8426054a-4306-4d95-abc2-ef1df0cd91fe.png)

I have the same problem

I compiled using the default configuration,I wonder where I can see which configurations I can turn off,thank you。

代码中也设置了: mWheelView1.setSkin(WheelView.Skin.Common); mWheelView2.setSkin(WheelView.Skin.Holo); mWheelView3.setSkin(WheelView.Skin.None);