Is there a way in compose to do some equivalent of...
# compose
p
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
Have you found any solution to this?
p
Hey, i had to resort to a workaround, used constraint layout and it looked like i wanted it to
👍 1