-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtab2.xml
executable file
·60 lines (60 loc) · 2.67 KB
/
tab2.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<atv>
<head>
<script src="http://sample-web-server/sample-xml/js/main.js"/>
</head>
<body>
<listByNavigation id="com.sample.tab2" refreshInterval="10">
<header>
<tabWithTitle accessibilityLabel="sample tab 2">
<title>Sample Title</title>
<subtitle>Subtitle</subtitle>
</tabWithTitle>
</header>
<navigation currentIndex="1">
<navigationItem>
<title>Recent</title>
<url>http://sample-web-server/sample-xml/tab1.xml</url>
</navigationItem>
<navigationItem>
<title>Upcoming</title>
<url>http://sample-web-server/sample-xml/tab2.xml</url>
</navigationItem>
</navigation>
<menu>
<sections>
<menuSection>
<items>
<imageTextImageMenuItem id="list_0" dimmed="true" accessibilityLabel="Air Force at Marines" onSelect="atvutils.loadURL('http://sample-web-server/sample-xml/option-list.xml');">
<leftImage>http://sample-web-server/sample-xml/images/team3-98x98.png</leftImage>
<imageSeparatorText>vs</imageSeparatorText>
<rightImage>http://sample-web-server/sample-xml/images/team4-98x98.png</rightImage>
<label>AIR @ MAR</label>
<rightLabel>12/30</rightLabel>
<preview>
<crossFadePreview>
<image>http://sample-web-server/sample-xml/images/team3-600x600.png</image>
<image>http://sample-web-server/sample-xml/images/team4-600x600.png</image>
</crossFadePreview>
</preview>
</imageTextImageMenuItem>
<imageTextImageMenuItem id="list_1" dimmed="true" accessibilityLabel="Army at Navy" onSelect="atvutils.loadURL('http://sample-web-server/sample-xml/option-list.xml');">
<leftImage>http://sample-web-server/sample-xml/images/team1-98x98.png</leftImage>
<imageSeparatorText>vs</imageSeparatorText>
<rightImage>http://sample-web-server/sample-xml/images/team2-98x98.png</rightImage>
<label>ARM @ NAV</label>
<rightLabel>12/31</rightLabel>
<preview>
<crossFadePreview>
<image>http://sample-web-server/sample-xml/images/team1-600x600.png</image>
<image>http://sample-web-server/sample-xml/images/team2-600x600.png</image>
</crossFadePreview>
</preview>
</imageTextImageMenuItem>
</items>
</menuSection>
</sections>
</menu>
</listByNavigation>
</body>
</atv>