Using the ReadMoreTextView is very easy, it’s just functionality added to it for showing read more and read less. you can set the default number of lines for the TextView collapsed state.You can easily set text content for “Read More” and “Read Less” and can set color to differentiate read more text content.
Create Text View
Using this blocks you can create ReadMoreTextView in a HorizontalArrangement. Also you can design the text view with your need.
view - AndroidViewComponent
text - String
text Color - Integer
text Size - Integer
maximumLine - Integer
collapseText - String
expandText - String
color Code - String/Integer
Expanded
This event will be triggered when user clicked on expandText.
Collapsed
This event will be triggered when user clicked on collapseText.
I know it’s possible to do it this way but I want it to show automatically according to the space. Like Nio-tron which has an option called Ellipsize (End).