gpt4 book ai didi

Android - 键盘出现时 ScrollView 不向上推

转载 作者:行者123 更新时间:2023-11-29 01:46:39 25 4
gpt4 key购买 nike

我的应用有这样的布局 Activity

<RelativeLayout
android:id="@+id/layoutMain"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/backgroundchatfixed">

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/layoutKhungChat"
android:id="@+id/svChat">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:id="@+id/layoutChat">

</LinearLayout>

</ScrollView>

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/background_khungchat"
android:layout_alignParentBottom="true"
android:id="@+id/layoutKhungChat">

<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/khungchat_chat"
android:layout_centerVertical="true"
android:id="@+id/etChatbox"/>

</RelativeLayout>

</RelativeLayout>

当我触摸我的 Edittext 时,只有布局“layoutKungChat”向上推。有什么办法把Scrollview也推上去上面吗?谢谢。

最佳答案

尝试将其添加到 list 中的 Activity 标签中:

android:windowSoftInputMode="adjustPan" 

关于Android - 键盘出现时 ScrollView 不向上推,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21041945/

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