Android-Rich-text-Editor
Android-Rich-text-Editor copied to clipboard
Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
Hello, I am wondering how to change the background of the color picker if that is at all possible?
Is there a way to change the color selection on the toolbar? The default seems to be a pink color for the AREditText.
该方法只对8.0 api 26做了判定 ,8.1版本也是会出现的。
修复ARE_ABS_Dynamic_Style闪退 复现场景 【1】、输入 :123456789 【2】、修改 :"89" 的颜色为红色 【3】、修改 :"67" 的颜色为绿色 【4】、闪退 :报错如下 ``` java.lang.IndexOutOfBoundsException: setSpan (7 ... 5) has end before start at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java:1314) at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:682) at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:674) at com.chinalwb.are.styles.ARE_ABS_Dynamic_Style.applyNewStyle(ARE_ABS_Dynamic_Style.java:87)...
Everything is fine. But what I want to talk about here is how to delete or remove images / videos in this edittext I would like you to answer if...