Reputation: 1149
I am looking for a custom expandable ListView similar to the one in the Twitter app.
I have looked at SlideExpandableListView located here: https://github.com/tjerkw/Android-SlideExpandableListView but it has to have a button reveal the menu, rather than onLongClick and it takes up more space in the list. I would prefer the menu to show over the ListView item.
I have searched the web but can't find anything similar to the Twitter implementation. Does anybody know of an implementation that could help?
Thanks, Justin
Twitter Example:
Upvotes: 0
Views: 788
Reputation: 70
Can't you just add a listener to the SlideExpandableListView? https://github.com/tjerkw/Android-SlideExpandableListView/blob/master/library/src/com/tjerkw/slideexpandable/library/SlideExpandableListView.java
Upvotes: 1