We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RichTextEditor在ConstraintLayout中会有显示问题。 EditText换行也只显示一行,光标会移动到EditText的显示范围之外,换回RelativeLayout就正常了。
由于工作进度较赶,暂未仔细排查是RichTextEditor内部的LinearLayout没撑开还是EditText的高度不改变
The text was updated successfully, but these errors were encountered:
没有处理换行操作,都是EditText默认的,RichTextEditor是被ScrollView包含的,可能会与ConstraintLayout产生冲突
Sorry, something went wrong.
你好,另外我还改进了一下insertImage函数 这样可以有效减少插入图片时增加多余的EditText
No branches or pull requests
RichTextEditor在ConstraintLayout中会有显示问题。
EditText换行也只显示一行,光标会移动到EditText的显示范围之外,换回RelativeLayout就正常了。
由于工作进度较赶,暂未仔细排查是RichTextEditor内部的LinearLayout没撑开还是EditText的高度不改变
The text was updated successfully, but these errors were encountered: