chinalwb / Android-Rich-text-Editor

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

Change background color of color picker #134

Open djordjenikolic960 opened 3 years ago

djordjenikolic960 commented 3 years ago

Hello, I am wondering how to change the background of the color picker if that is at all possible?

chinalwb commented 3 years ago

Will resolve in the weekend.

chinalwb commented 3 years ago

@djordjenikolic960 Please try out 0.2.1.

Use code:

IARE_ToolItem fontColor = new ARE_ToolItem_FontColor(Color.parseColor("#A8CC89E2"));

Then you'll set up the background color of the color picker window, like this:

Let me know if this works for you.

ChaudhryAyaz commented 1 year ago

how did you change the color of tool bar