https://kotlinlang.org logo
#compose
Title
# compose
p

Philip Blandford

01/19/2021, 11:27 AM
Is there a way to emulate the really useful autoSizeTextType*=*"uniform" behaviour, ie size the text according the size of the textview?
👀 2
👍 4
z

Zach Klippenstein (he/him) [MOD]

01/19/2021, 2:56 PM
a

Alexjlockwood

01/31/2021, 3:07 AM
I filed a bug requesting auto size text but they said it was low priority.
v

Vipulyaara

02/06/2021, 7:05 PM
TextDelegate
is exposed in alpha11 as an
@InternalTextApi
and works pretty good for a crude implementation.
a

Alexjlockwood

02/06/2021, 7:07 PM
Interesting. Wonder if it will make the beta api
5 Views