键盘在使用adjustPan时隐藏操作栏

时间:2014-09-17 13:44:11

标签: android android-layout android-ui

我有一个“混合”的聊天,editText和send按钮是java / native,我的聊天系统在服务器中,我将它加载到webview中。

我想在用户开始输入时用键盘调整我的网页视图。我使用了adjustPan并且工作正常,但现在我的操作栏以某种方式隐藏在键盘打开时。

以下是我的活动的Android清单的一部分:

    <activity
        android:name=".MainActivity"
        android:label="@string/app_name"
        android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
        android:windowSoftInputMode="adjustPan">
    </activity>

这是我的chat.xml:

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

<WebView
    android:id="@+id/webview"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_alignParentTop="true"
    android:layout_above="@+id/llFooter">
</WebView>

<LinearLayout
    android:id="@id/llFooter"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:orientation="horizontal">

    <EditText
        android:id="@+id/chat_message"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="0.9"
        android:maxLines="3"
        android:hint="Schreibe deine Nachricht hier..">
    </EditText>

    <Button
        android:id="@+id/chat_button"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="0.1"
        android:text=">">
    </Button>
</LinearLayout>
</RelativeLayout>

注意:我的聊天是片段

任何人都知道如何解决它?

我已经检查过这些链接但没有成功:

ActionBar is hiding when keyboard appears

Soft Keyboard Hiding ActionBar while using adjustPan

编辑1:屏幕添加

AdjustPan:隐藏了操作栏,但聊天webview适合键盘 AdjustResize:操作栏未隐藏,但聊天webview不适合。应该向下滚动直到最后的消息

With AdjustPan

With AdjustResize

1 个答案:

答案 0 :(得分:0)

enter image description here

import numpy as np
arr = [33, 26, 24, 21, 19, 20, 18, 18, 52, 56, 27, 22, 18, 49, 22, 20, 23, 32, 20, 18]
np.percentile(arr,25)