ExpandableTextView
ExpandableTextView copied to clipboard
An expandable Android TextView written in Kotlin
Hi. I want to show collapsed text on load of application but i get the following problem.  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...