OnClickListener not working for first item in GridView

前端 未结 7 1539
一向
一向 2020-12-03 02:54

I have a problem with creating a GridView-based calendar. Here is the Grid:

\"GridView

This

7条回答
  •  一生所求
    2020-12-03 03:49

    Set onItemClickListener on the GridView object instead of setting onClickListeners on each button.

    And I found another question with your problem here. Bounty maybe?

提交回复
热议问题