how to change font color in selected/focused ListView items?

前端 未结 5 1462
心在旅途
心在旅途 2020-12-13 02:00

I am struggling with this which apparently is a very simple effect but incredibly haven\'t found any intutitive way for doing it in Android.

I have a ListView and I

5条回答
  •  北海茫月
    2020-12-13 02:41

    in your textview propeties

    android:textColor="@color/text_selector"
    

    in res/color text_selector.xml

    
    
        
        
        
    
    

提交回复
热议问题