I\'m trying to get my list items in a ListView clickable. At the moment they are clickable (see my screenshot) but they\'re only clickable within the rectangle the text tak
The TextView in your list.xml needs to be set to fill_parent. The selection will then fit the width of the parent ListView.
android:layout_width="wrap_content"