Change Selection in a ListView from Orange to Green

后端 未结 5 1153
半阙折子戏
半阙折子戏 2020-12-24 02:27

How do I do this per selected list item.

I tried adding this to android:background



        
5条回答
  •  囚心锁ツ
    2020-12-24 03:04

    Here's a good article on how to use selectors with lists.

    Instead of setting it to be the android:background of the ListView, I believe you want to set android:listSelector as shown below:

    
    

提交回复
热议问题