https://kotlinlang.org logo
u

ursus

12/25/2022, 12:27 AM
If I have a
Text
which is the only thing in the logical row, is there some performance to be gained (as it was with Views) by setting its width to
fillMaxWidth
? (match_parent was said to be cheaper than wrap_content width)
3 Views