OnItemCLickListener not working in listview

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

Activity class code:

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


        
24条回答
  •  长情又很酷
    2020-11-22 11:41

    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.

提交回复
热议问题