Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Neroliuxx opened this issue Jan 11, 2022 · 1 comment
Open
Labels

Comments

@Neroliuxx
Copy link

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

@imndx imndx added enhancement New feature or request pull request welcome labels Jan 12, 2022
@Neroliuxx
Copy link
Author

<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">

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants