解决办法:

在androidMenifest.xml中的TabHost对应的activity中添加如下代码:

android:screenOrientation="portrait"
android:smallScreens="true"
android:windowSoftInputMode="adjustPan"

结果如下所示:

<activity android:name="你的TabHost对应的activity的名字"
android:screenOrientation="portrait"
android:smallScreens="true"
android:windowSoftInputMode="adjustPan" >

 

菜鸟不明白原因,求高手解释。谢谢!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-11-07
  • 2021-09-09
  • 2022-01-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-01-04
  • 2022-12-23
相关资源
相似解决方案