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
textview.setTextColor(ContextCompat.getColor(context, R.color.your_color));