diff options
| author | Teddy Wing | 2012-06-24 03:06:49 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-06-24 03:06:49 -0400 |
| commit | a15a1e43a97971f5eb3eef909ae45f4f82efb7ed (patch) | |
| tree | 94fcbeee4d65a7fa0607cc5badc4a3b5a3520983 /Resources/friendship/ui/WebView.js | |
| parent | b476c60611ad4b2ebe2125d8f0595ed6e62b6229 (diff) | |
| download | LikeFeed-a15a1e43a97971f5eb3eef909ae45f4f82efb7ed.tar.bz2 | |
Changed navigation bar colour to reddish.
Diffstat (limited to 'Resources/friendship/ui/WebView.js')
| -rw-r--r-- | Resources/friendship/ui/WebView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Resources/friendship/ui/WebView.js b/Resources/friendship/ui/WebView.js index 6b3ad16..d1c8e50 100644 --- a/Resources/friendship/ui/WebView.js +++ b/Resources/friendship/ui/WebView.js @@ -3,6 +3,7 @@ var options = _args || {} var win = Ti.UI.createWindow({ + barColor: fs.ui.styles.navBarColour, title: (options['title']) ? options['title'] : '', backButtonTitle: 'Back' }); |
