I am developing an application in which the background image get shrink on keyboard pop-up. My .xml is as follows :
Instead of android:windowSoftInputMode="stateVisible|adjustPan", you should change to android:windowSoftInputMode="stateVisible|adjustResize". It worked for me.
android:windowSoftInputMode="stateVisible|adjustPan"
android:windowSoftInputMode="stateVisible|adjustResize"