Justin Vartanian
Justin Vartanian

Reputation: 1149

Expandable ListView Similar to Twitter

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:

enter image description here

Upvotes: 0

Views: 788

Answers (1)

Related Questions