Join Slack
Powered by
How can I achieve a TextField that’s aligned to th...
# compose
u
Utkarsh Tiwari
07/29/2021, 2:13 PM
How can I achieve a TextField that’s aligned to the bottom of the screen and floats above the keyboard?
d
divid3d
07/29/2021, 2:58 PM
Maybe use Box which contains your screen content and TextField with Accompanist
Modifier.align(Alignment.Bottom).imePadding()
❤️ 1
u
Utkarsh Tiwari
07/29/2021, 3:00 PM
Thanks Wojciech, You are awesome. Let me try that.
Open in Slack
Previous
Next