I am developing an application in which the background image get shrink on keyboard pop-up. My .xml is as follows :
I had faced the similar issue once, mine was solved by using the below properties in manifest use it where your activity is declared.
android:windowSoftInputMode="stateHidden|adjustResize|adjustPan"