OnItemCLickListener not working in listview

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

Activity class code:

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


        
24条回答
  •  无人及你
    2020-11-22 11:31

    use the below code inside button tag in custom row layout of listview

     android:focusable="false"
     android:clickable="false"
    

提交回复
热议问题