ExpandableTextView
ExpandableTextView copied to clipboard
Android's TextView that can expand/collapse like the Google Play's app description
Solution for "Text is not completely shown in Expanded State"
According to debug, I think that the number of rows that get the textview is incorrect. The number of rows obtained before the super.onMeasure() method is correct (may be 0),...
Setting HTML text as a part of ExpandableTextView using (Html.fromHtml(String, int)) . when there are hyperlinks as a part of HTML content its display as a link. the clicking of...
Incase of large text, the text isn't shown completely in expanded state. This is still a bug in the latest version of this repository as of today and needs to...
adding `android:textIsSelectable="true"` to the inner `TextView` causes weird layout issues when toggling the expanded mode. This is crucial for an app i'm working on right now.
The following sample code provided doesn't output anything on the screen or the studio live preview. **Versions**: - expandableTextView:0.1.4 - gradle:3.5.0 ```xml ```
I want to limit max lines when textview is expanded. But it seems it's not working? ``` ```
In a RecyclerView i have other view, if the TextView is expanded and you scroll,the other view in some item has gone please give me some suggestion