lundi 23 février 2015

Can't Call OnItemClicklistner (with reference of checkBox in View parameter) on clicking on checkbox in Custom ListView

I am unable to fire OnItemClicklistner method on clicking on Checkbox (in my List-view), i have tried following way...


i have set the focusability and clickability to false as follows.



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


It fires the OnItemClicklistner but doesn't send reference of Checkbox in view parameter. Please help on this.





Aucun commentaire:

Enregistrer un commentaire