views:

20

answers:

0

I'm considering a UI change that will look like such:

There will be a list of items in an ExpandableListView. Clicking on an item expands 1 more item below it. This item will have its own view which will contain a number of things pertaining to the item it expanded from. Basically, imagine clicking on the original list item and being taken to a new screen with information on that item. The expanded item in the new list will essentially be that screen.

I know there are troubles with list items containing controls like buttons and checkboxes and such. So long as only the list item those controls are resting on is not clickable, they should work, right? The expanded item doesn't need clicking capabilities, but the parent item will (so it can be expanded/closed!)