Android-ExpandableTextView
Android-ExpandableTextView copied to clipboard
An expandable TextView for Android applications
Results
24
Android-ExpandableTextView issues
Sort by
recently updated
recently updated
newest added
Step 1. Expand/Collapse works well for the 1st time when RecyclerView is rendered on UI. Step 2. Now scroll the RecyclerView (so that ExpandableTextView loses focus), and go back to...
bug
This commit will fix issue #2 . Expand button will be shown only when text take more line than threshold set by setMaxLine.