forked from CiscoDevNet/roomdevices-macros-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappletv.xml
33 lines (33 loc) · 841 Bytes
/
appletv.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
<Extensions>
<Version>1.5</Version>
<Panel>
<PanelId>panel-1</PanelId>
<Type>Home</Type>
<Icon>Tv</Icon>
<Order>1</Order>
<Name>Apple TV</Name>
<Page>
<Name>Apple TV</Name>
<Row>
<Name>Row</Name>
<Widget>
<WidgetId>appletv_navigator</WidgetId>
<Type>DirectionalPad</Type>
<Options>size=4</Options>
</Widget>
<Widget>
<WidgetId>appletv_menu</WidgetId>
<Type>Button</Type>
<Options>size=1;icon=list</Options>
</Widget>
<Widget>
<WidgetId>appletv_play</WidgetId>
<Type>Button</Type>
<Options>size=1;icon=play_pause</Options>
</Widget>
</Row>
<PageId>AppleTV</PageId>
<Options>hideRowNames=1</Options>
</Page>
</Panel>
</Extensions>