Anko-ExpandableTextView

An expandable Android TextView written in Kotlin

View the Project on GitHub

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

expandedLines

var expandedLines: Int

Maximum number of lines in the expanded state. Integer.MAX_VALUE by default.

Exceptions

IllegalArgumentException - if number of expanded lines is being set to number less than collapsedLines.