OnItemCLickLIstener doesn't work on ListView

前端 未结 3 1024
余生分开走
余生分开走 2021-01-26 02:44

I have an activity with a ListView. ListView with custom views. I add OnItemClickLIstener to the ListView. and when i click on item, in result i see nothing. Activity with ListV

3条回答
  •  伪装坚强ぢ
    2021-01-26 03:27

    Make Focus for all components as follows :

       android:focusable="false"
    
       android:focusableInTouchMode="false"
    

提交回复
热议问题