Is there any way how to make Glance Text
overflow ellipsis? (Three dots, if text is too long).
In Jetpack compose, there is overflow
parameter, but in Glance not...
Ellipsis overflow in glance widget
202 Views Asked by RitchyCZE At
2
Is there any way how to make Glance Text
overflow ellipsis? (Three dots, if text is too long).
In Jetpack compose, there is overflow
parameter, but in Glance not...
Please try
maxLines
.