RichEditView
Android rich text editor
第一步
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
第二步
dependencies {
implementation 'com.github.lany192:RichEditView:1.0.0'
}
thanks
改编自 https://github.com/wasabeef/richeditor-android