From reading using dp is better than F due to screen densities and sizes across multiple devices. So how can you find 2/3rds of parent composable height? My parent composable is an image I want text 2/3 from the top no matter the size, always the same place regardless of the screen density. Thanks
c
Colton Idle
01/17/2022, 9:38 PM
"Better than F"
Whats F?
You can always use weight. So if you have a column, you can set the weight of something to be .66 and it'll take up 2/3s of that Column.