Skip to content

Instantly share code, notes, and snippets.

@ahornerr
Created April 19, 2013 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahornerr/5423296 to your computer and use it in GitHub Desktop.
Save ahornerr/5423296 to your computer and use it in GitHub Desktop.
ExpandListGroup elg;
elg = new ExpandListGroup("Resources & Contact", "resources");
adapter.add(new ExpandListChild("Emergency", "emergency"), elg);
adapter.add(new ExpandListChild("Suicide Prevention", "suicideprevention"), elg);
adapter.add(new ExpandListChild("Other", "resourcesother"), elg);
elg = new ExpandListGroup("How-To", "howto");
adapter.add(new ExpandListChild("Tell Suicide Warning Signs", "tellsuicidewarningsigns"), elg);
adapter.add(new ExpandListChild("Talk to a Concerned Person", "talktoaconcernedperson"), elg);
adapter.add(new ExpandListChild("Become a Gatekeeper", "becomeagatekeeper"), elg);
elg = new ExpandListGroup("Messages of Hope", "messagesofhopeview");
adapter.add(new ExpandListChild("Submit", "messsagesofhopesubmit"), elg);
adapter.add(new ExpandListChild("View Messages", "messagesofhopeview"), elg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment