Highlight ListView selected row

前端 未结 12 1496
情歌与酒
情歌与酒 2020-11-27 16:04

I have a list of albums (several hundred). When I touch the selected album I want to offer the user a choice of playing the whole album, or moving to its track ListView. No

12条回答
  •  隐瞒了意图╮
    2020-11-27 16:24

    add android:background="?activatedBackgroundIndicator
    to list item's main layout similar to android.R.layout.simple_list_item_activated_2.xml

提交回复
热议问题