Android-Rich-text-Editor
Android-Rich-text-Editor copied to clipboard
Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
AreTextView使用时,在AreTagHandler里改变了文字内容,请问可以跟AreEditText一样拿到改变后的html吗
When we erase all the text from editor using backpress then current selected font not supports. It write with old font which was written on that line.
My requirement I just need to store previously written old line font size for that line. When we move on that line it should continue with pre written font size....
When I use EditText like this code I can get editText.getSelectionStart() and editText.getSelectionEnd() final EditText editText = findViewById(R.id.editText); editText.setAccessibilityDelegate(new View.AccessibilityDelegate() { public void sendAccessibilityEvent(View view, int eventType) { super.sendAccessibilityEvent(view, eventType);...
请问下字体的需要怎么整 有没有什么建议? 能够支持以下两种场景: 1、如果存在选中的文本,则只更改选中的部分; 2、如果未选择文本,则更改全部内容。
支持表格吗?
如题
Please help, i can't build release file. It stuck somewhere. Any file for proguard I need to add? @chinalwb @LinXueyuanStdio
I want to insert an image to the ARE Edittext directly as Base64 format after selecting "From Local" option , so I able to add it to database column ?...
如下操作必现,在添加一个AreHr之后,光标移动到该AreHr行首,再次点击添加Are_Hr ,崩溃。 设备 小米 Android 8.0, 荣耀android5.1.1都出现,不过9.0却没有出现。 崩溃日志(Android 8.0) : 2019-08-29 17:50:44.881 9982-9982/com.chinalwb.are.demo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.chinalwb.are.demo, PID: 9982 java.lang.IndexOutOfBoundsException: 74, -2 at android.text.PackedIntVector.deleteAt(PackedIntVector.java:222) at android.text.DynamicLayout.reflow(DynamicLayout.java:317) at android.text.DynamicLayout.-wrap0(Unknown...