chinalwb / Android-Rich-text-Editor

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

Multi Edittext #94

Open cuongnv219 opened 5 years ago

cuongnv219 commented 5 years ago

How to use 1 areToolbar with more edittext?, plz help

chinalwb commented 5 years ago

This is a good enhancement point, I will check the code and back to you.

Thanks.

chinalwb commented 5 years ago

I had a checkin: https://github.com/chinalwb/Android-Rich-text-Editor/commit/8dc6d2dd2d0c3f4f906f65ab37a63c664983d5fc

This makes the behavior below possible:

multi_ARE

Check out the sample code here: https://github.com/chinalwb/Android-Rich-text-Editor/blob/master/ARE/app/src/main/java/com/chinalwb/are/demo/ARE_MultiInstanceActivity.kt

As of your request, multiple EditText with one Toolbar, I'll need to do more work.

Thanks.

cuongnv219 commented 5 years ago

Many thanks :D