Skip to content

Instantly share code, notes, and snippets.

@tzmartin
Forked from tonylukasavage/app.tss
Last active August 29, 2015 14:19
Show Gist options
  • Save tzmartin/5d8465b89c4d7a85da48 to your computer and use it in GitHub Desktop.
Save tzmartin/5d8465b89c4d7a85da48 to your computer and use it in GitHub Desktop.
'Label[platform=android]': {
color: '#000' // all platforms except Android default to black
}
'Window': {
backgroundColor: '#fff' // white background instead of default transparent
}
'Window[platform=android]': {
modal: false // make android windows all heavyweight
}
'TextField': {
borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED // common default style
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment