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
You Can also use text.setTextColor(0xFFF06D2F); but not just text.setTextColor(0xF06D2F);
text.setTextColor(0xFFF06D2F);
text.setTextColor(0xF06D2F);