ListView Item selection Android

后端 未结 6 1046
夕颜
夕颜 2020-12-11 19:04

I have a listview in that i want when my activity starts then the first item will have background and the other items don\'t have any background.After that if the user selec

6条回答
  •  一生所求
    2020-12-11 20:06

    Remove your default list-selector in your listview or set it as null:

       
        
    

    Hope this helps.

提交回复
热议问题