chinalwb / Android-Rich-text-Editor

Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
Apache License 2.0
845 stars 166 forks source link

How can I Hide some of tool bar buttons? #87

Closed naveen-nuveda closed 5 years ago

naveen-nuveda commented 5 years ago

Hi, I don't want to use Video, Image, @, and Href support to AREEditor as per my app functionality.

How can I disable it? Is there any way to set true or false for this?

chinalwb commented 5 years ago

Unfortunately no. All features are wrapped into AREditor by default, that's why I introduced IARE_Toolbar with which you can customize the toolbar by yourself.

So you'll want to clone the code and do the customization yourself.

Thanks for being interested in ARE.