I had a problem with my layout, when the softkeyboard was visible, page scroll did not working.I searched through net and I find out using
android:windowSoftInputMode="adjustResize"
solves the problem, and it did. However it caused some other problems. Now when I choose an edittext to type, the soft input covers the edittext and I can't see what I'm typing.
So I decided to get ride of that and I removed it from my manifest. But it didn't come back to previous state. It still works like the way it worked with adjustResize. (I cleaned and build project several times, I restarted my pc and cellphone couple times, I test it in other cellphones,...). Also, when Soft keyboard is open, and I touch to open the navigation drawer menu, the menu opens under keyboard too!!!
I can't figure out what did happened!