Want to display something like :
| Content Line 1
| Content Line 2
| Content Line 3
z
Zach Klippenstein (he/him) [MOD]
09/22/2020, 4:56 AM
I can't read the message you posted with that file, it's not showing up correctly on mobile. But constraint layout seems like overkill for this, this looks like basically the example given for how to use intrinsics in the official docs.
https://developer.android.com/codelabs/jetpack-compose-layouts#9
💯 1
t
Timo Drick
09/22/2020, 10:38 AM
My approach would be to use Row and than just make sure that the vertical line has the same width on every row.