From 781e8335694228d86ea11d4844ba29056dea93c7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 24 Jun 2012 12:03:13 -0400 Subject: Friend list/selector: created it, styled the view. --- Resources/friendship/ui/ApplicationWindow.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Resources/friendship/ui/ApplicationWindow.js') diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js index 8f4835b..b2c174e 100644 --- a/Resources/friendship/ui/ApplicationWindow.js +++ b/Resources/friendship/ui/ApplicationWindow.js @@ -10,12 +10,15 @@ }); refresh_button.addEventListener('click', fs.ui.refreshLikeList); + var friend_selector_button = fs.ui.friendSelectorButton(); + var win = Ti.UI.createWindow({ barColor: fs.ui.styles.navBarColour, title: 'Sphnx', tabBarHidden: true, - leftNavButton: refresh_button + leftNavButton: refresh_button, // rightNavButton: login_button + rightNavButton: friend_selector_button }); var loading = fs.ui.createLoadingView(); win.add(loading); -- cgit v1.2.3