Android listview no longer highlights selection onclick
I have a listview that was showing a yellowtint on items when I touched them. All I've done differently is change the background image in that listview xml , and now it no longer will show me the yellowtint Here is code the list view xml, it is just a textview with a background image: <?xml version="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="10dp" android:textSize="24sp" android:textColor="#000000" android:background="@drawable/bglistitem" android:gravity=