diff options
| author | Anqi Xu | 2012-06-24 12:03:12 -0400 |
|---|---|---|
| committer | Anqi Xu | 2012-06-24 12:03:12 -0400 |
| commit | ea0da138b0222ca245757bc7da297af194991285 (patch) | |
| tree | 921dcf2cf5a7e7308330eb7fa1ea69a0646d8388 | |
| parent | 8f8a7cee7fae9cb1124fb8cd91c254c268174c9d (diff) | |
| download | LikeFeed-ea0da138b0222ca245757bc7da297af194991285.tar.bz2 | |
Added logos into app
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 2 | ||||
| -rw-r--r-- | Resources/friendship/ui/LoginWindow.js | 14 | ||||
| -rw-r--r-- | manifest | 16 | ||||
| -rw-r--r-- | tiapp.xml | 2 |
5 files changed, 23 insertions, 13 deletions
@@ -1,4 +1,4 @@ -FriendShip --> Renamed to Sphnx +Sphnx ========== # Development Setup diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 8e9f74c..150fb85 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -121,7 +121,7 @@ top:item_type.height + 2, left: profile_icon.width + 14, height:'auto', - wordWrap:'true' + wordWrap:false }); var liked_by = Ti.UI.createLabel({ diff --git a/Resources/friendship/ui/LoginWindow.js b/Resources/friendship/ui/LoginWindow.js index f2bd735..4a48c64 100644 --- a/Resources/friendship/ui/LoginWindow.js +++ b/Resources/friendship/ui/LoginWindow.js @@ -17,7 +17,7 @@ // add the button. Note that it doesn't need a click event or anything. return Ti.Facebook.createLoginButton({ - top: 50, + top: 300, style: 'wide' }); }; @@ -29,8 +29,17 @@ tabBarHidden: true, backgroundColor: fs.ui.styles.navBarColour }); + + var icon = Ti.UI.createImageView({ + image:"images/SphnxLogo300.png", + width:225, + height:225, + left: 'auto', + top: 38 + }); + var view = Ti.UI.createView({ - backgroundColor: '#fff' + backgroundColor: fs.ui.styles.navBarColour }); var tab = Ti.UI.createTab({ @@ -39,6 +48,7 @@ tab_group.addTab(tab); view.add(createFBLoginButton()); + view.add(icon); win.add(view); return tab_group; @@ -1,8 +1,8 @@ -#appname: LikeFeed -#publisher: TW -#url: http:// -#image: appicon.png -#appid: com.likefeed.LikeFeed -#desc: undefined -#type: ipad -#guid: ccd110bb-8710-4380-ad4a-94d93e18d62a +#appname:LikeFeed +#publisher:TW +#url:http:// +#image:appicon.png +#appid:com.sphnx.Sphnx +#desc:not specified +#type:ipad +#guid:ccd110bb-8710-4380-ad4a-94d93e18d62a @@ -7,7 +7,7 @@ <target device="android">false</target> <target device="blackberry">false</target> </deployment-targets> - <sdk-version>2.0.2.GA</sdk-version> + <sdk-version>1.8.3.v20120529164726</sdk-version> <id>com.likefeed.LikeFeed</id> <name>LikeFeed</name> <version>1.0</version> |
