ColorPickerView icon indicating copy to clipboard operation
ColorPickerView copied to clipboard

Create color helper please

Open dimaslanjaka opened this issue 1 year ago • 0 comments

I want easily coloring of text into textview. This library powerful color utility i guess.

In nodejs we have chalk to coloring string. can you add color helper (string into spanableText color) inside this library ?

example:

textView.setText(ColorHelper.text("string to be colored", Color.RED));
textView.setText(ColorHelper.text("string to be colored", Color.rgb(200, 0, 0)));
textView.setText(ColorHelper.red("string to be colored"));

i found https://github.com/deskid/textView-Helper but already outdated. rather than using other library, why not merged the color utility into color picker library.

dimaslanjaka avatar Mar 23 '24 16:03 dimaslanjaka