sendtion / XRichText

一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RichTextEditor在ConstraintLayout中会有显示问题

BK2011111 opened this issue · comments

RichTextEditor在ConstraintLayout中会有显示问题。
EditText换行也只显示一行,光标会移动到EditText的显示范围之外,换回RelativeLayout就正常了。

由于工作进度较赶,暂未仔细排查是RichTextEditor内部的LinearLayout没撑开还是EditText的高度不改变

没有处理换行操作,都是EditText默认的,RichTextEditor是被ScrollView包含的,可能会与ConstraintLayout产生冲突

你好,另外我还改进了一下insertImage函数
image
这样可以有效减少插入图片时增加多余的EditText