ExpandableTextView icon indicating copy to clipboard operation
ExpandableTextView copied to clipboard

An expandable Android TextView written in Kotlin

Results 4 ExpandableTextView issues
Sort by recently updated
recently updated
newest added

Hi. I want to show collapsed text on load of application but i get the following problem. ![Screenshot from 2024-05-12 19-05-33](https://github.com/glailton/ExpandableTextView/assets/120018691/a9746bc5-2253-4245-b2e3-80bcc1cee560) I used the 1.0.4 version imported with `implementation("io.github.glailton.expandabletextview:expandabletextview:1.0.4")` I...

For some reason when you click on the ExpandableView even though the text is short, it'll be shorten and the text is changed

Hello, I've tried using your library with the following: When setting the text such as: `binding.tvMessage.text = "Hello world"` it does display the whole text but when using `binding.tvMessage.text =...

Hi, I've noticed that the animDuration attribute in ExpandableTextView is not affecting the animation speed as intended. The expand/collapse animation duration remains unchanged even after setting a specific value. There...