Change clickable TextView's color on focus and click?

后端 未结 8 1493
灰色年华
灰色年华 2020-11-28 05:26

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:

8条回答
  •  忘掉有多难
    2020-11-28 06:20

    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"
    

提交回复
热议问题