I want to create a listview that is similar in functionality to the Gmail android app. By that I mean that you can select rows by clicking an image on the left or view an em
You have to set a choiceMode to your ListView.
myListView.setChoiceMode(ListView.CHOICE_MODE_SINGLE); myListView().setSelector(android.R.color.BLUE);