-
Notifications
You must be signed in to change notification settings - Fork 792
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
expandable textview in listview #1
Comments
I didn't originally intend this to be used within a ListView where the view gets recycled. Reset the ExpandableTextView's height to its original value within your getView() method inside your adapter, then call setText() and requestLayout(). |
I also use it in listview, I solved this problem, maybe it have some bugs.
I have test it , it works in listview. I will commit it to github next time |
I have commit it to github, hope it can help you. |
I have fix some bugs in listview, you can see the commit in the github. |
The fix is in v0.1.1 and now published to the maven central. Thank you for you guys's help. Manabu |
How to reset the collapse-state in a listview?
When listview scrolling up and down, the reused textview's height display not right.
The text was updated successfully, but these errors were encountered: