forked from funkatron/Spaz-iPhone
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtiapp.xml
More file actions
81 lines (80 loc) · 2.36 KB
/
tiapp.xml
File metadata and controls
81 lines (80 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.kosertech.spaz</id>
<name>Spaz</name>
<version>1.0</version>
<icon>appicon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>opaque</statusbar-style>
<windows>
<window>
<id>timeline</id>
<url>timeline.html</url>
<title>Timeline</title>
<!--
<backgroundImage>images/bg_all.png</backgroundImage>
<backgroundColor>#777</backgroundColor>
-->
<backgroundColor>#999</backgroundColor>
<icon>images/timeline_icon.png</icon>
<!--
<barColor>#423721</barColor>
-->
<barColor>#000000</barColor>
<fullscreen>false</fullscreen>
</window>
<window>
<id>trends</id>
<url>trends.html</url>
<title>Trends</title>
<backgroundImage>images/bg_all.png</backgroundImage>
<backgroundColor>#111</backgroundColor>
<icon>images/trends_icon.png</icon>
<!--
<barColor>#423721</barColor>
-->
<barColor>#000000</barColor>
<fullscreen>false</fullscreen>
</window>
<window>
<id>favorites</id>
<url>favorites.html</url>
<title>Favorites</title>
<backgroundImage>images/bg_all.png</backgroundImage>
<backgroundColor>#111</backgroundColor>
<icon>images/favorites_icon.png</icon>
<!--
<barColor>#423721</barColor>
-->
<barColor>#000000</barColor>
<fullscreen>false</fullscreen>
</window>
<window>
<id>search</id>
<url>search.html</url>
<title>Search</title>
<backgroundImage>images/bg_all.png</backgroundImage>
<backgroundColor>#111</backgroundColor>
<icon>images/search_tab_icon.png</icon>
<!--
<barColor>#423721</barColor>
-->
<barColor>#000000</barColor>
<fullscreen>false</fullscreen>
</window>
<window>
<id>more</id>
<url>more.html</url>
<title>More</title>
<backgroundImage>images/bg_all.png</backgroundImage>
<backgroundColor>#111</backgroundColor>
<icon>images/more_icon.png</icon>
<!--
<barColor>#423721</barColor>
-->
<barColor>#000000</barColor>
<fullscreen>false</fullscreen>
</window>
</windows>
</ti:app>