Skip to content

Instantly share code, notes, and snippets.

@appcdr
Created August 24, 2011 19:24
Show Gist options
  • Save appcdr/1168942 to your computer and use it in GitHub Desktop.
Save appcdr/1168942 to your computer and use it in GitHub Desktop.
Appcelerator: Android Intent Filter app
Ti.UI.backgroundColor = '#fff';
var win = Ti.UI.createWindow();
var label = Ti.UI.createLabel({
text:"I'll bet you just clicked on a link to http://www.appcelerator.com",
color:'#000',
font: {
fontSize:32
},
width:'80%'
});
win.add(label);
win.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment