富文本Richeditor

曾新立
2023-12-01
//添加依赖

compile 'jp.wasabeef:richeditor-android:1.2.0'
//控件
 <jp.wasabeef.richeditor.RichEditor
        android:id="@+id/editor"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center" />
//一行代码搞定

mEditor.setHtml( text ) ;
 类似资料: