I have found there is a question same as my question. Unfortunately , the answer is not complete and clear.
I aslo found here , but it only works with android:windowSoftInputMode="adjustResize"
My requirement:
- I want to change
android:windowSoftInputMode
to "adjustNothing
". - I want to detect the soft keyboard shown or hide
How to do it?