-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdvanced_Selfview_Control_1-0.xml
107 lines (107 loc) · 2.92 KB
/
Advanced_Selfview_Control_1-0.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<Extensions>
<Version>1.10</Version>
<Panel>
<Order>3</Order>
<PanelId>selfview_panel</PanelId>
<Origin>local</Origin>
<Location>HomeScreenAndCallControls</Location>
<Icon>Camera</Icon>
<Color>#6F739E</Color>
<Name>Advanced Selfview Control</Name>
<ActivityType>Custom</ActivityType>
<Page>
<Name>Selfview Control</Name>
<Row>
<Name>Show Selfview</Name>
<Widget>
<WidgetId>show_selfview</WidgetId>
<Type>ToggleButton</Type>
<Options>size=1</Options>
</Widget>
</Row>
<Row>
<Name>Full screen</Name>
<Widget>
<WidgetId>fullscreen_selfview</WidgetId>
<Type>ToggleButton</Type>
<Options>size=1</Options>
</Widget>
</Row>
<Row>
<Name>On Monitor</Name>
<Widget>
<WidgetId>widget_1</WidgetId>
<Name>NOTE: The Selfview won't appear on the Screen/Monitor Role "PresentationOnly" or "Recorder"</Name>
<Type>Text</Type>
<Options>size=4;fontSize=small;align=center</Options>
</Widget>
<Widget>
<WidgetId>selfview_on_monitor</WidgetId>
<Type>GroupButton</Type>
<Options>size=4;columns=3</Options>
<ValueSpace>
<Value>
<Key>First</Key>
<Name>First</Name>
</Value>
<Value>
<Key>Second</Key>
<Name>Second</Name>
</Value>
<Value>
<Key>Third</Key>
<Name>Third</Name>
</Value>
</ValueSpace>
</Widget>
</Row>
<Row>
<Name>Position</Name>
<Widget>
<WidgetId>selfview_position</WidgetId>
<Type>GroupButton</Type>
<Options>size=4;columns=3</Options>
<ValueSpace>
<Value>
<Key>UpperLeft</Key>
<Name>Top Left</Name>
</Value>
<Value>
<Key>UpperCenter</Key>
<Name>Top Center</Name>
</Value>
<Value>
<Key>UpperRight</Key>
<Name>Top Right</Name>
</Value>
<Value>
<Key>CenterLeft</Key>
<Name>Middle Left</Name>
</Value>
<Value>
<Key>CenterCenter</Key>
<Name/>
</Value>
<Value>
<Key>CenterRight</Key>
<Name>Middle Right</Name>
</Value>
<Value>
<Key>LowerLeft</Key>
<Name>Bottom Left</Name>
</Value>
<Value>
<Key>LowerCenter</Key>
<Name/>
</Value>
<Value>
<Key>LowerRight</Key>
<Name>Bottom Right</Name>
</Value>
</ValueSpace>
</Widget>
</Row>
<Options/>
</Page>
</Panel>
</Extensions>