Is there any possibility to change default ellipsis suffix (TextOverflow.Ellipsis) with a custom one in multiline text using Jetpack Compose?
“Long-long-long
text to be ellipsized”
->
“Long-long-long
text to be… etc.”.
Solutions using Row, alignment and two Text composables were not suitable. I want the suffix to be placed exactly in the end of first Text, if overflow occurs. But may be I missed something here.
Anyway I will be glad for any help.
Papermoon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.