rnett
08/23/2021, 6:42 AMLocalDensity
and onGloballyPositioned
, but this seems like it would be very sub-optimal. Is there a way to do this built in, or using a custom layout? I could not find a way to alter the density in a custom layoutAdam Powell
08/23/2021, 1:22 PMrnett
08/23/2021, 11:41 PMdp
) so that it's readable on all resolutions, but doesn't overflow to a scrollbar if I can avoid it. Smaller screens can support smaller density values while still being readable, so my approach was to set a min density, then scale up if the screen is big enough.Adam Powell
08/24/2021, 12:29 AM