Search code examples
androidandroid-jetpack-compose

How to manage text arrangement in Jetpack Compose


How can i arrange text in compose such a way that whether content is of 1 line or 2 line, the time text is always shown in the end just like whatsapp

here is example if short text:

lorem ipsum dolor 12:34 PM

here is example if that chat text is long so this will move date time to bellow:

lorem ipsum dolor....foobar
                    12:30PM

here is if the chat text wrapping:

lorem ipsum dolor sit amet
lorem ipsum tai bau    12:30 PM

Solution

  • I fix this with simple way, just add the dt both

    Text: lorem ipsum dolor 12.45(but transparently)

    Then make absolute dt time and put it where's we want