Android : Showing keyboard moves my components up, i want to hide them instead

前端 未结 2 1720
梦毁少年i
梦毁少年i 2020-12-23 08:47

I have added a LinearLayOut having some buttons My screen is RelativeLayOut it self

Here is the code for that linear layout manager



        
2条回答
  •  無奈伤痛
    2020-12-23 09:37

    Add android:windowSoftInputMode="adjustPan" to manifest - to the corresponding activity:

      
    

提交回复
热议问题