Activity class code:
Activity
conversationList = (ListView)findViewById(android.R.id.list); ConversationArrayAdapter conversationArrayAdapter=new Conver
I had the same issue, I was using a style for my texts in the row layout that had the "focusable" attribute. It worked after I removed it.