In my app, I need to use EditText. But i have a problem with it. On some firmwares (Ice cream sandwich for example) when user click on edittext, keyboard pushes whole screen up! I want to turn it off.
I tried to add android:windowSoftInputMode="adjustResize". Nothing changed.
Help me please.