views:

37

answers:

1

How can I tell android to not crop my layout when displaying the on-screen keyboard but to instead resize it?

A: 

You need to add adjustResize to your android:windowSoftInputMode attribute on each definition in your AndroidManifest.xml. Check here for more information

Himanshu