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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
--- menu-ui.xml.orig 2013-12-14 21:10:55.569721394 +0000
+++ menu-ui.xml 2013-12-14 23:04:33.830757181 +0000
@@ -9,18 +9,31 @@
</textarea>
<shape name="menuscroll-background" from="base_backdrop">
- <area>0,525,1280,70</area>
+ <area>35,0,310,720</area>
<type>box</type>
</shape>
- <shape name="menuscroll-top-line" from="base_line">
- <area>0,526,1280,2</area>
+ <shape name="menuscroll-left-line" from="base_line">
+ <area>36,0,2,1280</area>
</shape>
- <shape name="menuscroll-bottom-line" from="base_line">
- <area>0,592,1280,2</area>
+ <shape name="menuscroll-right-line" from="base_line">
+ <area>342,0,2,1280</area>
</shape>
+ <imagetype name="description_background">
+ <area>425,200,410,180</area>
+ <filename>images/tux_thoughts.png</filename>
+ </imagetype>
+
+ <textarea name="description">
+ <area>527,187,220,130</area>
+ <align>allcenter</align>
+ <font>basesmallyellow</font>
+<!-- <alpha>225</alpha>-->
+ <multiline>yes</multiline>
+ </textarea>
+
<statetype name="titles">
<loadondemand>true</loadondemand>
<state name="TV">
@@ -110,7 +123,7 @@
<value>Manage Recordings</value>
</textarea>
</state>
- <state name="LIBRARY">
+ <state name="MENU_MEDIA_LIBRARY">
<textarea name="heading" from="base_heading">
<value>Media Library</value>
</textarea>
@@ -135,18 +148,20 @@
</statetype>
<buttonlist name="menu">
- <area>20,528,1240,64</area>
- <layout>horizontal</layout>
- <spacing>20</spacing>
- <scrollstyle>center</scrollstyle>
- <wrapstyle>items</wrapstyle>
- <buttonarea>0,0,1240,64</buttonarea>
+ <area>35,62,310,596</area>
+ <layout>vertical</layout>
+ <spacing>4</spacing>
+ <scrollstyle>free</scrollstyle>
+ <wrapstyle>selection</wrapstyle>
+ <arrange>Stack</arrange>
+ <align>vcenter</align>
+ <buttonarea>0,0,100%,100%</buttonarea>
<statetype name="buttonitem">
<state name="active">
- <area>0,0,232,64</area>
+ <area>0,0,310,64</area>
<imagetype name="background" />
<textarea name="buttontext">
- <area>0,0,232,64</area>
+ <area>12,0,286,64</area>
<font>basemediumlightgrey</font>
<multiline>yes</multiline>
<align>allcenter</align>
@@ -155,10 +170,13 @@
</textarea>
</state>
<state name="selectedactive">
- <area>0,0,232,64</area>
- <imagetype name="background" />
+ <area>-10,0,330,64</area>
+ <shape name="background" from="base_select_bar_selectedactive">
+ <area>0,0,100%,100%</area>
+ </shape>
+
<textarea name="buttontext">
- <area>0,0,232,64</area>
+ <area>5,0,320,64</area>
<font>basemediumlargerdarkyellow</font>
<multiline>yes</multiline>
<!-- cpu usage is very high
@@ -170,6 +188,27 @@
</textarea>
</state>
</statetype>
+ <statetype name="upscrollarrow">
+ <position>147,0</position>
+ <showempty>yes</showempty>
+ <state type="full">
+ <imagetype name="upon">
+ <filename>images/lists_up_arrow.png</filename>
+ <alpha>200</alpha>
+ </imagetype>
+ </state>
+ </statetype>
+ <statetype name="downscrollarrow">
+ <position>147,588</position>
+ <showempty>yes</showempty>
+ <state type="full">
+ <imagetype name="dnon">
+ <filename>images/lists_down_arrow.png</filename>
+ <alpha>200</alpha>
+ </imagetype>
+ </state>
+ </statetype>
+
</buttonlist>
</window>
|