Activity class code:
conversationList = (ListView)findViewById(android.R.id.list);
ConversationArrayAdapter conversationArrayAdapter=new Conver
you need to do 2 steps in your listview_item.xml
android:descendantFocusability="blocksDescendants"android:clickable="false" android:focusable="false"android:focusableInTouchMode="false"Here is an example: listview_item.xml