An expandable Android TextView written in Kotlin
expandable-textview / tm.charlie.expandabletextview / ExpandableTextView / collapsedLines
var collapsedLines: Int
Maximum number of lines in collapsed state. Integer.MAX_VALUE by default.
IllegalArgumentException - if number of collapsed lines is being set to number greater than expandedLines.