Search code examples
androidkeyboardtextedit

Android softkeyboard hiddin other elements?


my app screen first picture

when i fist open soft keyboard picture in the middle

and then I close the keyboard and open again and the keyboard is hiding elements. picture on the right.

how to fix this? I want my keyboard always to open like the first time

http://postimg.org/image/ufw3v45in/

thanks for the time. Sorry if a am breaking some rule.


Solution

  • you can define windowSoftInputMode in manifest file for different mode for activity like :-

    <activity
                    android:windowSoftInputMode="adjustResize">