android 弹出键盘浮动,Android软键盘浮动只有特定的布局

你可以说这不起作用

android:windowSoftInputMode="adjustPan|adjustResize"

只是改变它

机器人:windowSoftInputMode = “stateHidden”

以下布局中还有一件事

xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent"

xmlns:app="http://schemas.android.com/apk/res-auto">

android:id="@+id/layout1"

android:layout_alignParentBottom="true"

android:layout_above="@+id/layout2"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal">

android:layout_width="0dp"

android:layout_height="wrap_content"

android:layout_weight="5"

/>

android:layout_width="50dp"

android:layout_height="50dp"

android:scaleType="fitStart"

android:layout_marginLeft="5dp"

style="@style/Base.Widget.AppCompat.Button.Borderless"

android:src="@drawable/ic_menu_send"/>

android:id="@+id/layout2"

android:layout_alignParentBottom="true"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal"

android:background="@color/colorPrimary">

请记住:

当你将这个属性android:layout_above =“@ id / layout2”应用到你的LinearLayout的layout1然后删除这个属性android:layout_alignParentBottom =“true”你不需要它.

所以现在看起来像这样

android:id="@+id/layout1"

android:layout_above="@+id/layout2"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="horizontal">

Note : I am giving background color and specific height to

LinearLayout 2 for your Understandment.

输出:

正常屏幕

a6c177df56ead66e399b18a5b7abe790.png

KeyBoard Open Screen.

eee7b6446e04776e8144fec143fa95aa.png

ImProve:

4e6c6433d42839acb7a291221dff097f.png

看到上面的图像我制作红色标记属性创建问题,否则每件事都可以正常工作.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值