-
Notifications
You must be signed in to change notification settings - Fork 71
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
会有叠字的情况出现 #4
Comments
Step 4.在Activity或者Fragment中的onResume()和onStop()方法分别调用startViewAnimator()和stopViewAnimator(),防止返回页面出现文字重影问题! |
用Viewpager将fragment包起来后,fragment里的textbannerView依旧会重影 |
@ChessLuo 如果fragment用的hide和show方法,要在onHiddenChanged里调用startViewAnimator()和stopViewAnimator()
|
这个应该是个bug,在滑动到一半的时候去重新设置值,会出来叠字,即使使用了stopViewAnimator |
/*设置数据集合/
这个逻辑是错误的,如果开始有数据,重新设置一个无数据的,这个就没有办法刷新 |
两条消息间隔太短,可能会重叠的情况
The text was updated successfully, but these errors were encountered: