-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何停掉波浪 #28
Comments
Hi @erhutime At present, there is no such a method, however, this function needs more, so I decided to add the feature in the next version, I will realize it as soon as possible, thank you for your support:) |
Hi @erhutime I just updated the library to v0.3.4, now it supports the pause/resume operation. If your minSdkVersion >= 19, you can use 'pauseAnimation()/resumeAnimation', otherwise you can use 'cancelAnimation()/startAnimation()'. I hope you like it. |
Hi :
|
你好: 我刚刚测试了下,对于你提出的问题:1. 请问你有正确初始化 'WaveLoadingView' 吗?2. 你当前的 SDK 版本是否大于 19?否则暂停需调用 'cancelAnimation'. 3. 如果想从底部开始,初始化使用 'setProgressValue(0)' 即可,随后不断调用,增加数值即可。 |
前提条件都是Listview的item中进行相关测试的: |
感谢反馈,我现在进行测试,发现问题后会反馈给你的,再次感谢:) |
1-:停止的时候,在正常页面可以,在Listview中问题无法停止; |
你好,我刚刚测试了下,在 listView 中可以正常停止与设置标题,请问你有正确获取 listView 中 Item 里对应的 "WaveLoadingView" 吗? |
嗯,那我确认一下。后续有问题,会继续咨询。谢谢。 |
在我达到一定的进度时,我想停掉波浪,让它停下来,应该调用什么方法?
The text was updated successfully, but these errors were encountered: