How to set ListView selected item alternet text color in android

前端 未结 5 1307
猫巷女王i
猫巷女王i 2021-01-07 01:31

I have a custom listview with a imageview and an textview. I want when user select a item the textview color should change and all the other textview should remain default.<

5条回答
  •  我在风中等你
    2021-01-07 01:38

    after many attempts set color in navigation view, I found out the simplest way to set text color in listview, maybe it will help to someone

    res/color/listview_selector.xml

    
    
        
        
        
        
    
    

    and set in TextView as android:textColor:

    
    

    the trouble was in the right state, use android:state_activated in navigation view

提交回复
热议问题