Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created September 30, 2011 15:12
Show Gist options
  • Save tonylukasavage/1254044 to your computer and use it in GitHub Desktop.
Save tonylukasavage/1254044 to your computer and use it in GitHub Desktop.
Ti.UI.setBackgroundColor('#222');
var win = Ti.UI.createWindow({
navBarHidden: true,
exitOnClose: true
});
var button = Ti.UI.createButton({
title: 'open pdf',
height: '60dp',
width: '120dp',
top: '140dp'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment