Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created April 18, 2014 22:18
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 tonylukasavage/11066835 to your computer and use it in GitHub Desktop.
Save tonylukasavage/11066835 to your computer and use it in GitHub Desktop.
can't get translucent navbars working
$.nav.open();
'#nav': {}
'#inner': {
backgroundImage: '/snow.jpg',
extendEdges: [Ti.UI.EXTEND_EDGE_ALL],
includeOpaqueBars: true,
barColor: '#888'
}
<Alloy>
<NavigationWindow id="nav">
<Window id="inner"/>
</NavigationWindow>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment