Join Slack
Powered by
When the TextField is at the bottom of the screen,...
# compose
k
Kyant
08/31/2020, 1:17 AM
When the TextField is at the bottom of the screen, the TopAppBar and content will move up after the keyboard pops up. How to prevent them from moving? I want to make a TextField like Jetchat sample app's.
a
Adam Powell
08/31/2020, 1:20 AM
Set
android:windowSoftInputMode="adjustResize"
on the activity element in the manifest
🙏 1
Adam Powell
08/31/2020, 1:20 AM
We'll set this up to be more automatic later
k
Kyant
08/31/2020, 1:21 AM
Thanks 😊. It works
👍 1
5
Views
Open in Slack
Previous
Next