highlighting the selected item in the listview in android

前端 未结 4 473
小鲜肉
小鲜肉 2020-11-30 03:21

I am having 1 list view contactslist. I wrote the code for highlighting the selected item in the ListView. It is working. When I click on 1 item it

4条回答
  •  攒了一身酷
    2020-11-30 03:30

    In the listview xml add the "singleChoice" mode

    
    
    

    In the list item layout add

    android:background="?android:attr/activatedBackgroundIndicator

    example

    
    
    
         
    
     
    

提交回复
热议问题