OnItemCLickListener not working in listview

前端 未结 24 2268
悲&欢浪女
悲&欢浪女 2020-11-22 11:21

Activity class code:

conversationList = (ListView)findViewById(android.R.id.list);
ConversationArrayAdapter conversationArrayAdapter=new  Conver         


        
24条回答
  •  轮回少年
    2020-11-22 11:52

    In my case, I had to remove the next line from the Layout

    android:clickable="true"
    

提交回复
热议问题