David Corrado
07/22/2022, 4:58 PMRow(modifier = Modifier.fillMaxWidth()) {
Text(text = "Test3 Test3 Test3 Test3 Test3 Test3 Test3 Test3 Test3 Test3 Test3 Test3 Test3 ")
Text(
"Blah blah blah",
modifier = Modifier
)
}
Francesc
07/22/2022, 5:06 PMweight(1f, fill = false)
David Corrado
07/22/2022, 5:08 PMFrancesc
07/22/2022, 5:10 PMLayout
(the equivalent to a ViewGroup
)romainguy
07/22/2022, 5:12 PMLinearLayout
with ViewsDavid Corrado
07/22/2022, 5:26 PMOleksandr Balan
07/22/2022, 7:57 PMStylianos Gakis
07/22/2022, 10:49 PM