Activity class code:
Activity
conversationList = (ListView)findViewById(android.R.id.list); ConversationArrayAdapter conversationArrayAdapter=new Conver
Add this in main Layout
android:descendantFocusability="blocksDescendants"
Write this code into every button,Textview,ImageView etc which have onClick
android:focusable="false" android:clickable="false"
Hope it will work.