How are you guys dealing with auto sized text as i...
# compose
t
How are you guys dealing with auto sized text as it’s not supported by Compose yet? There’s some ideas about checking if the text is overflown in
onTextLayout
callback but it’s only for single text. What should I do to sync the reduced text size to all the elements in a
LazyColumn
if 1 of the elements has overflown text size?