Created
April 18, 2014 22:18
-
-
Save tonylukasavage/11066835 to your computer and use it in GitHub Desktop.
can't get translucent navbars working
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.nav.open(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'#nav': {} | |
'#inner': { | |
backgroundImage: '/snow.jpg', | |
extendEdges: [Ti.UI.EXTEND_EDGE_ALL], | |
includeOpaqueBars: true, | |
barColor: '#888' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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