MaxLines in Jetpack Compose Set to Middle of A Line?
I am new to jetpack compose and the app Im working on has to have the end of the text to be in the middle of the 9th line. Is there a way to do that? So far its only been able to get the ellipsis to the end of the 9th line. I tried to do 8.5 but that would not work.
This is what I want:
https://i.stack.imgur.com/mLLwF.png▾
This is what I have:
https://i.stack.imgur.com/g1nya.png▾
My code:
@Composable
fun...