highlight listview item
I need to highlight a listview item when i touch it and to stay highlighted. I tried everything I found but nothing worked. Here is my code: This is the listview: <ListView android:id="@+id/lvUsers" android:layout_width="300dp" android:layout_height="fill_parent" android:layout_alignParentLeft="true" android:background="@drawable/border2" android:choiceMode="singleChoice" android:padding="5dp" > </ListView> The @drawable/border2 is just a border around the listview. This is the listview item layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id