I have a list and i write a custom adapter for this. And I want to set some text color for this (e.g. Orange color code #F06D2F). I am presenting the code snippet for my g
g
For Kotlin just use holder.text.setTextColor(Color.RED);
holder.text.setTextColor(Color.RED);