TabWidget在Android底部不稳定吗?为什么?

TabWidget在Android底部不稳定吗?为什么?,第1张

概述我将tabWidget设置在底部.当我要编辑edittext时,键盘将抬起.但是选项卡小部件位于键盘上方.为了支持多屏幕,我设置了android:layout_weight=“1.0”.之后,我遇到了这个问题,我在下面添加了我的布局代码.有什么想法可以使底部的TabWidget稳定吗?码:<?xmlversion="1.0"encoding="

我将tabWidget设置在底部.当我要编辑edittext时,键盘将抬起.但是选项卡小部件位于键盘上方.为了支持多屏幕,我设置了android:layout_weight =“ 1.0”.之后,我遇到了这个问题,我在下面添加了我的布局代码.有什么想法可以使底部的TabWidget稳定吗?

码:

<?xml version="1.0" enCoding="utf-8"?><TabHost xmlns:androID="http://schemas.androID.com/apk/res/androID"androID:ID="@androID:ID/tabhost" androID:layout_wIDth="fill_parent"androID:layout_height="fill_parent"><linearLayout androID:orIEntation="vertical"    androID:layout_wIDth="fill_parent" androID:layout_height="fill_parent">    <FrameLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"        androID:ID="@androID:ID/tabcontent" androID:layout_wIDth="fill_parent"        androID:layout_height="wrap_content" androID:layout_weight="1.0">    </FrameLayout>    <TabWidget androID:ID="@androID:ID/tabs"        androID:layout_gravity="bottom" androID:background="@drawable/gradIEnt_black"        androID:ListSelector="@color/transparent" androID:layout_wIDth="fill_parent"        androID:layout_height="63dip" /></linearLayout>

解决方法:

您可能需要在清单中调整windowSoftInputMode.控制显示软键盘时屏幕的移动方式.也许您想使用AdjustPan而不是默认的AdjustResize? page包含有关各种输入模式的更多信息.

总结

以上是内存溢出为你收集整理的TabWidget在Android底部不稳定吗?为什么?全部内容,希望文章能够帮你解决TabWidget在Android底部不稳定吗?为什么?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1210318.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-04
下一篇 2022-06-04

发表评论

登录后才能评论

评论列表(0条)

保存