Android List View selected item style not showing until user scrolls
问题 I am currently working on an Android tablet application which has two fragments, a list fragment and a details fragment. I am trying to make my list similar to People and Email where when selected the item background changes and a triangle is positioned on the right hand side of the list. I am currently having difficulties setting the background of the item selected in the list. As I understand in the list view I should set android:listSelector to a drawable and all should work. <LinearLayout