aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2012-06-24 03:40:13 -0400
committerTeddy Wing2012-06-24 03:40:13 -0400
commit5315572ea01926ec4997a3d4a651bd8e152d11f7 (patch)
treefb42fb30df9eb8f5691efe12d2f56c96e866cd3f
parent37aacdb8b96c04ac750c08e4c0e0fd365857f0aa (diff)
downloadLikeFeed-5315572ea01926ec4997a3d4a651bd8e152d11f7.tar.bz2
Login window: hid navigation bar, made background colour the red colour.
-rw-r--r--Resources/friendship/ui/LoginWindow.js5
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'