I have a clickable TextView that I want to give some colors to. But I don\'t know how. Here are the relevant code snippets from my two files that I\'m working with:
Try this one.. It worked for me:
File name: res/color/bg_tab_text_color.xml
Try setting the color in xml layout as:
android:textColor="@color/bg_tab_text_color"