aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/friendship/ui/ApplicationWindow.js
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/friendship/ui/ApplicationWindow.js')
-rw-r--r--Resources/friendship/ui/ApplicationWindow.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js
index b07838e..8f4835b 100644
--- a/Resources/friendship/ui/ApplicationWindow.js
+++ b/Resources/friendship/ui/ApplicationWindow.js
@@ -3,19 +3,19 @@
var tab_group = Ti.UI.createTabGroup();
Ti.UI.currentTabGroup = tab_group;
- var login_button = Ti.Facebook.createLoginButton();
+// var login_button = Ti.Facebook.createLoginButton();
var refresh_button = Ti.UI.createButton({
image: 'images/refresh.png',
- width: 10.0,
- height: 10.0,
- }); // TODO: figure out how to resize buttons
+ height: 5
+ });
refresh_button.addEventListener('click', fs.ui.refreshLikeList);
var win = Ti.UI.createWindow({
- //title: 'FriendShip',
+ barColor: fs.ui.styles.navBarColour,
+ title: 'Sphnx',
tabBarHidden: true,
- leftNavButton: refresh_button,
- rightNavButton: login_button, // TODO: remove before deployment
+ leftNavButton: refresh_button
+// rightNavButton: login_button
});
var loading = fs.ui.createLoadingView();
win.add(loading);