Android: Background image resize on keyboard pop up

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

    Check this answer, the basic trick is you don't set the background to the layout but to the window. This can be done from the activity with getWindow().setBackgroundDrawable(), or you can set it in a theme to your activity.

提交回复
热议问题