-
Notifications
You must be signed in to change notification settings - Fork 791
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
TextView 内容足够长,超出一屏, mCollapsedHeight计算的有问题 #55
Comments
去除动画 OK |
It's may not the calculate |
How to solve this problem? I have the same problem! |
It's may not the calculate mCollapsedHeight cause the problem.
I think is the method clearAnimation(); cause the problem, try to remove this code in front of the startAnimation(animation);
…------------------ 原始邮件 ------------------
发件人: "Mars"<notifications@github.com>;
发送时间: 2019年11月26日(星期二) 下午4:00
收件人: "Manabu-GT/ExpandableTextView"<ExpandableTextView@noreply.github.com>;
抄送: "夌艸"<453962462@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [Manabu-GT/ExpandableTextView] TextView 内容足够长,超出一屏, mCollapsedHeight计算的有问题 (#55)
How to solve this problem? I have the same problem!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@ltg1308101101 I have tried to remove |
去掉动画效果以后果然好了 |
使用ValueAnimator动画重写 其他逻辑可以重用 |
点击会失效
The text was updated successfully, but these errors were encountered: