Android keyboard puts tab bar on top

前端 未结 3 540
夕颜
夕颜 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条回答
  •  萌比男神i
    2021-01-05 09:51

    You probably want

    android:windowSoftInputMode="adjustNothing"

    There is probably some confusion over this since it's currently missing from the documentation at

    http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft

提交回复
热议问题