Change Selection in a ListView from Orange to Green

后端 未结 5 1174
半阙折子戏
半阙折子戏 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:07

    I faced the same issue and then I just needed a simple line in my item view xml.

        android:background="?android:attr/activatedBackgroundIndicator"
    

    Check this post: This post could help

提交回复
热议问题