I am trying to make a list of Alarms for an Alarm Clock app. I have seen an interface that has the list of Alarms with the settings for each Alarm in an expandable section under the name for the Alarm, and want to duplicate that. The ExpandableListView seems the most likely way to do this; however, it looks like ExpandableListView seems to only permit strings as children. Is there any way to have ExpandableListView have a Fragment as a child so I can show my settings (which, due to the S M T W T F S selector will obviously have multiple controls per line) by expanding each Alarm? Or other Containers that would be able to accomplish this effect?I am trying to make a list of Alarms for an Ala