tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

how can i do if there are many click ids? #107

Open tracyallen opened 8 years ago

tracyallen commented 8 years ago

we use it like this below: list.setItemActionListener(new ActionSlideExpandableListView.OnActionClickListener() { ....... }, R.id.xxx, R.id.xxxxx); The problem is : when i have many click ids, and the click ids are added Dynamic。 how can i do ?