Hello! How can i adjust compose view to keyboard s...
# compose
p
Hello! How can i adjust compose view to keyboard show/hide?
l
You should be able to using
Modifier.imePadding()
c
Also, apparently you need to set a flag on the activity in your manifest too. I didn't do this and imePadding worked on one device and not another. /Shruggie
💯 2
p
When I add this library as gradle dependency lint is complaining with Error: <my Activity class> must extend android.app.Activity [Instantiatable]. Any thoughts?