In my application there are some EditText controls. When virtual keyboard appears it hides some of these controls.
How can I “shink” my display to avoid this?
My base layout is LinearLayout.
Thanks,
Eyal.
In my application there are some EditText controls. When virtual keyboard appears it hides
Share
You should use
adjustResizevalue forandroid:windowSoftInputModeattribute inAndroidManifest.xmlfor your activity :