blob: 501d2f35977102639adabbb9179d4f9e02ca5547 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | (function() {
	fs.ui = {};
	
	fs.ui.styles = {
		navBarColour: '#ac0b24'
	};
})();
Ti.include(
	'/friendship/ui/ApplicationWindow.js',
	'/friendship/ui/LikeList.js',
	'/friendship/ui/LoginWindow.js',
	'/friendship/ui/WebView.js',
	'/friendship/ui/ActivityIndicator.js'
)
 |