Android: Background image resize on keyboard pop up

后端 未结 12 952
伪装坚强ぢ
伪装坚强ぢ 2021-02-03 20:01

I am developing an application in which the background image get shrink on keyboard pop-up. My .xml is as follows :



        
12条回答
  •  面向向阳花
    2021-02-03 20:48

    Hey can you please try adding this

    android:isScrollContainer="false" 
    

    in your ScrollView. It has solved my problem once. Might help u too.

    Also, add this to your activity in manifest.xml

    android:windowSoftInputMode="adjustPan"
    

    Hope it helps..!! :)

提交回复
热议问题