wildfirechat / android-chat

即时通讯,聊天,野火IMAndroid客户端,支持Android 4.x —— 最新
http://docs.wildfirechat.cn
Other
2.54k stars 890 forks source link

输入框有多行进行发送时,输入框出现严重抖动现象 #618

Open Neroliuxx opened 2 years ago

Neroliuxx commented 2 years ago

如题所示,整个inputpannel出现了严重抖动。包含demo都可以对这个现象进行复现,希望可以解决。

Neroliuxx commented 2 years ago

<LinearLayout android:id="@+id/inputContainerLinearLayout" android:layout_width="match_parent" android:layout_height="wrap_content"

        _**android:animateLayoutChanges="true"**_

        android:focusableInTouchMode="true"
        android:orientation="horizontal"
        android:paddingTop="6dp"
        android:paddingBottom="6dp">

这边先把动画屏蔽了吧 就暂时没有抖动了。