Android keyboard puts tab bar on top

前端 未结 3 518
夕颜
夕颜 2021-01-05 09:06

I have a little problem when I open keyboard in my application. I have a tab bar which is on bottom of page and in some situations, not always when I click on edit text and

3条回答
  •  生来不讨喜
    2021-01-05 09:39

    add these properties for your activity in manifest file:

    android:windowSoftInputMode="stateHidden|adjustResize|adjustPan"
    

    Hope this helps

提交回复
热议问题