From reading using dp is better than F due to scre...
# compose-ui-showcase
b
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
"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.
b
F is float