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