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

Piotr

12/15/2020, 2:07 PM
Is there a way in compose to do some equivalent of
Copy code
android:includeFontPadding="false"
I have a problem with font that, I believe, could be solved by using something like that, doing modifier.padding didnt work (border added to show whats going on):
j

József Szilvási

02/15/2021, 9:38 AM
Have you found any solution to this?
p

Piotr

02/15/2021, 9:59 AM
Hey, i had to resort to a workaround, used constraint layout and it looked like i wanted it to
👍 1