Anko-ExpandableTextView

An expandable Android TextView written in Kotlin

View the Project on GitHub

expandable-textview / tm.charlie.expandabletextview / ExpandableTextView / collapsedLines

collapsedLines

var collapsedLines: Int

Maximum number of lines in collapsed state. Integer.MAX_VALUE by default.

Exceptions

IllegalArgumentException - if number of collapsed lines is being set to number greater than expandedLines.