gpt4 book ai didi

android - 使用 adjustPan 时软键盘隐藏 ActionBar

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:54:50 26 4
gpt4 key购买 nike

我需要将这三个项目都设置为可见
<强>1。 Action 条
<强>2。 ListView
<强>3。 EditText(底部)
当我点击 EditText 时,它会插入背景图像并挤压它。我看到了一些教程并使用 android:windowSoftInputMode="adjustPan" 解决了挤压问题,但创建了一个新问题。当 SoftKeyboard 出现时,它还会隐藏 ActionBar。我访问过很多问题,但没有一个真正有帮助。有什么方法可以设置 ActionBar always visible 无论屏幕上发生什么等等...

已编辑

用于显示 ListViewEditText 的 fragment 的 xml 是:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/RelativeLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent" >


<ListView
android:id="@id/android:list"
style="@style/ContactListView"
android:layout_width="match_parent"
android:layout_height="389dp"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:isScrollContainer="false" />

<TextView
android:id="@id/android:empty"
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_above="@+id/editText1"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:fontFamily="sans-serif-light"
android:gravity="center"
android:text="@string/no_contacts"
android:textAppearance="?android:attr/textAppearanceLarge" />

<EditText
android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentBottom="true"
android:background="@android:color/holo_blue_dark"
android:ems="10"
android:imeOptions="flagNoExtractUi"/>

</RelativeLayout>

已编辑(第 2 次)

快照是:

enter image description here enter image description here

最佳答案

尝试在您的 Activity 标签中使用 android:windowSoftInputMode="adjustResize|stateHidden"

关于android - 使用 adjustPan 时软键盘隐藏 ActionBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24258256/

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