Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created November 30, 2009 16:35
Show Gist options
  • Save jhaynie/245538 to your computer and use it in GitHub Desktop.
Save jhaynie/245538 to your computer and use it in GitHub Desktop.
var menu = Titanium.UI.createMenu();
menu.addItem('Reload',function() { Titanium.API.info('reload clicked'); },Titanium.UI.Android.SystemIcon.REFRESH);
Titanium.UI.setMenu(menu);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment