felipecsl / AsymmetricGridView

Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
http://felipecsl.com/AsymmetricGridView
MIT License
1.84k stars 431 forks source link

setEnabled , setclickable #72

Closed vitrinh282 closed 6 years ago

vitrinh282 commented 6 years ago

those methods is not work

felipecsl commented 6 years ago

Please provide more information along with your issue.

vitrinh282 commented 6 years ago

I mean, I wanna disable click on gridview, item of gridview, but when i call list.setEnable(false), i still can click on item of gridview