Android-ExpandableTextView icon indicating copy to clipboard operation
Android-ExpandableTextView copied to clipboard

An expandable TextView for Android applications

Results 24 Android-ExpandableTextView issues
Sort by recently updated
recently updated
newest added

I cannot be able to see the ellipsize with the ExpandableTextView while parsing the Text to HTML with the Spannable String

If we have different categories of ExpandablePlaceHolders and we often switch between them to load different data, caching the data for each placeholder is more efficient and quicker than removing...

How can you get if you need to expand the text? ie when the text takes up very little , so as not to show the expand button .

enhancement

Getting multiple edittext fields dynamically from JSON response.To save edittext data need to get id of edittext.How to get ids for edittext in android

Assume we have a textview with variable text inside. The text can change from 3 lines or up to 20 lines. If we set the duration as let's say 300ms,...

Currently, if we toggle while the view is animating, nothing will happen. In other words, the action is not cancelable until full expand/retract. Can the toggle method support toggling while...

enhancement

Any idea when version 1.1.0 will be released? Or is the library dying off?

question

This pr enables setting `maxLines` via code. Usage is shown in the sample activity. It also fixes #13 and #8.

In addition to onExpand/onCollapse events that fire when expand/collapse animation starts, it would be great to get onExpandFinished/onCollapseFinished events that fire when the corresponding animation finishes.

enhancement