DeveloperM
Lurker
I'm looking to have a standard ListView with an "expand/collapse" button.
If you click that button, it expands or collapses a STANDARD RELATIVELAYOUT item so the person can see the "full layout".
Before they click the button, a "short version" of the layout is shown.
Note the difference between what I'm looking for, and the ExpandableListView. The latter allows you to display a SUB-LIST of items under each list item, as you click "expand" on each of the list items. That's not what I'm looking for.
ExpandableListView is the closest thing I've found so far.
I'm looking for more of a ListView of "ExpandableRelativeLayout" items.
This has to be a common need. I looked through Android Studio, but haven't found what I'm looking for yet.
If you click that button, it expands or collapses a STANDARD RELATIVELAYOUT item so the person can see the "full layout".
Before they click the button, a "short version" of the layout is shown.
Note the difference between what I'm looking for, and the ExpandableListView. The latter allows you to display a SUB-LIST of items under each list item, as you click "expand" on each of the list items. That's not what I'm looking for.
ExpandableListView is the closest thing I've found so far.
I'm looking for more of a ListView of "ExpandableRelativeLayout" items.
This has to be a common need. I looked through Android Studio, but haven't found what I'm looking for yet.