onListItemClick is not getting called on ListActivity

后端 未结 6 1038
闹比i
闹比i 2021-01-16 12:00

I have a small application, and I am trying to display list of youtube thumbnails using the ListActivity

public class ResultListActivity extends ListActivity         


        
6条回答
  •  日久生厌
    2021-01-16 12:07

    your imageview xml of baseadapter add this line

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

提交回复
热议问题