I want to implement a collapsible view, exactly like the one from Google Play market. It displays a number of rows from the content, and an arrow, and tapping on the arrow reveals the whole content. Is this implemented with the ExpandableListView or is there any other solution?
Screen shots attached with highlighting what I am looking for.
Thanks.
There is a simpler way:
XML:
The important part is maxlines and scrollview. This doesn’t give a slow animation (that would be a bid more complex) but an instant open effect.