diff options
| author | Teddy Wing | 2012-06-24 03:40:13 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-06-24 03:40:13 -0400 |
| commit | 5315572ea01926ec4997a3d4a651bd8e152d11f7 (patch) | |
| tree | fb42fb30df9eb8f5691efe12d2f56c96e866cd3f /Resources | |
| parent | 37aacdb8b96c04ac750c08e4c0e0fd365857f0aa (diff) | |
| download | LikeFeed-5315572ea01926ec4997a3d4a651bd8e152d11f7.tar.bz2 | |
Login window: hid navigation bar, made background colour the red colour.
Diffstat (limited to 'Resources')
| -rw-r--r-- | Resources/friendship/ui/LoginWindow.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Resources/friendship/ui/LoginWindow.js b/Resources/friendship/ui/LoginWindow.js index c6103ff..e51db53 100644 --- a/Resources/friendship/ui/LoginWindow.js +++ b/Resources/friendship/ui/LoginWindow.js @@ -24,8 +24,9 @@ fs.ui.createLoginWindow = function() { var tab_group = Ti.UI.createTabGroup(); var win = Ti.UI.createWindow({ - title: 'FriendShip', - tabBarHidden: true + navBarHidden: true, + tabBarHidden: true, + backgroundColor: fs.ui.style.navBarColour }); var view = Ti.UI.createView({ backgroundColor: '#fff' |
