sendtion / XRichText

一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。
1.76k stars 263 forks source link

在xml中添加RichTextEditor,运行报错 #22

Closed NiceJC closed 6 years ago

NiceJC commented 6 years ago

android.view.InflateException: Binary XML file line #0: Binary XML file line #0: Error inflating class com.sendtion.xrichtext.RichTextEditor

请问是怎么回事,我是用gradle添加的1.2版本依赖

NiceJC commented 6 years ago

哦哦 知道了 绑定RichTextEditor的activity实现 RichTextEditor.OnDeleteImageListener这个接口就好了