Android: Background image resize on keyboard pop up

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

    You should use the adjustResize option for the windowSoftInputMode setting on the Activity in your AndroidManifest.xml file.

提交回复
热议问题