Android: Background image resize on keyboard pop up

后端 未结 12 948
伪装坚强ぢ
伪装坚强ぢ 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:47

    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"
    

提交回复
热议问题