gpt4 book ai didi

android软键盘横向覆盖editText

转载 作者:搜寻专家 更新时间:2023-11-01 07:35:29 28 4
gpt4 key购买 nike

我有以下布局:

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<LinearLayout
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:orientation="vertical"
android:layout_above="@+id/edittext">

<TextView
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="line1"/>

<TextView
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="line2"/>

<TextView
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="line3"/>

</LinearLayout>

<EditText
android:id="@id/edittext"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_margin="5dp"
android:text="test"
android:layout_alignParentBottom="true"
android:imeOptions="flagNoExtractUi"
/>
</RelativeLayout>

在 Nexus one 上横向显示是这样的:

enter image description here

有没有办法解决这个问题,但保留标志 flagNoExtractUi ?

最佳答案

定义<activity>在 Android list 中,如:

<activity android:name=".TodoEdit"
android:windowSoftInputMode="adjustResize">

关于android软键盘横向覆盖editText,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11825886/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com