How to set ListView selected item alternet text color in android

前端 未结 5 1302
猫巷女王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:42

    Create following button_text.xml in drawable

    
    
         
         
         
    
    

    Change your text view's textColor to:

      
    

    You can read about color state list here

提交回复
热议问题