Fix for internal bug.
[profile/ivi/ico-uxf-homescreen-sample-apps.git] / ico-app-samplenavi / data / samplenavi_conf.edc
1 images{
2         image:"nai_01_off.png" COMP;
3         image:"nai_01_on.png" COMP;
4         image:"nai_02_off.png" COMP;
5         image:"nai_03_off.png" COMP;
6         image:"nai_04_off.png" COMP;
7         image:"na_pa_01.png" COMP;
8         image:"na_pa_02.png" COMP;
9 }
10
11 collections {
12         group {
13                 name: "samplenavi_conf";
14                 parts {
15                         part {
16                                 name: "background";
17                                 type: RECT;
18                                 description {
19                                         state: "default" 0.0;
20                                         color: 255 255 255 255;
21                                         rel1 {
22                                                 relative: 0.0 0.0;
23                                                 offset: 0 0;
24                                         }
25                                         rel2 {
26                                                 relative: 1.0 0.5;
27                                                 offset: -1 -1;
28                                         }
29                                 }
30                         }
31
32                         part {
33                                 name: "transparency";
34                                 type: RECT;
35                                 description {
36                                         state: "default" 0.0;
37                                         color: 255 255 255 0;
38                                         rel1 {
39                                                 relative: 0.0 0.5;
40                                                 offset: 0 0;
41                                         }
42                                         rel2 {
43                                                 relative: 1.0 1.0;
44                                                 offset: -1 -1;
45                                         }
46                                 }
47                         }
48
49                         part {
50                                 name: "ui_bg";
51                                 type: RECT;
52                                 description {
53                                         state: "default" 0.0;
54                                         color: 0 34 119 255;
55                                         rel1 {
56                                                 relative: 0.0 0.0;
57                                                 offset: 0 415;
58                                         }
59                                         rel2 {
60                                                 relative: 1.0 0.5;
61                                                 offset: -1 -1;
62                                         }
63                                 }
64                         }
65
66                         part {
67                                 name: "nai_01";
68                                 type: IMAGE;
69                                 mouse_events: 1;
70                                 access: 1;
71                                 description {
72                                         state: "default" 0.0;
73                                         color: 255 255 255 255; 
74
75                                         rel1 {
76                                                 relative: 0.0 0.0;
77                                                 offset: 34 128;
78                                         }
79                                         rel2 {
80                                                 relative: 0.0 0.0;
81                                                 offset:  193 287;
82                                         }
83                                         image{
84                                                 normal: "nai_01_off.png"; 
85                                         }
86                                 }
87                                 description {
88                                         state: "nai_01_on" 0.0;
89                                         color: 255 255 255 255; 
90                                         rel1 {
91                                                 relative: 0.0 0.0;
92                                                 offset: 34 128;
93                                         }
94                                         rel2 {
95                                                 relative: 0.0 0.0;
96                                                 offset:  193 287;
97                                         }
98                                         image{
99                                                 normal: "nai_01_on.png"; 
100                                         }
101                                 }
102                         }
103
104                         part {
105                                 name: "nai_02";
106                                 type: IMAGE;
107                                 mouse_events: 1;
108                                 access: 1;
109                                 description {
110                                         state: "default" 0.0;
111                                         color: 255 255 255 255; 
112                                         rel1 {
113                                                 relative: 0.0 0.0;
114                                                 offset: 214 128;
115                                         }
116                                         rel2 {
117                                                 relative: 0.0 0.0;
118                                                 offset:  373 287;
119                                         }
120                                         image{
121                                                 normal: "nai_02_off.png"; 
122                                         }
123                                 }
124                         }
125
126                         part {
127                                 name: "nai_03";
128                                 type: IMAGE;
129                                 mouse_events: 1;
130                                 access: 1;
131                                 description {
132                                         state: "default" 0.0;
133                                         color: 255 255 255 255; 
134                                         rel1 {
135                                                 relative: 0.0 0.0;
136                                                 offset: 394 128;
137                                         }
138                                         rel2 {
139                                                 relative: 0.0 0.0;
140                                                 offset:  553 287;
141                                         }
142                                         image{
143                                                 normal: "nai_03_off.png"; 
144                                         }
145                                 }
146                         }
147
148                         part {
149                                 name: "nai_04";
150                                 type: IMAGE;
151                                 mouse_events: 1;
152                                 access: 1;
153                                 description {
154                                         state: "default" 0.0;
155                                         color: 255 255 255 255; 
156                                         rel1 {
157                                                 relative: 0.0 0.0;
158                                                 offset: 574 128;
159                                         }
160                                         rel2 {
161                                                 relative: 0.0 0.0;
162                                                 offset:  733 287;
163                                         }
164                                         image{
165                                                 normal: "nai_04_off.png"; 
166                                         }
167                                 }
168                         }
169
170                         part {
171                                 name: "na_pa_01";
172                                 type: IMAGE;
173                                 mouse_events: 1;
174                                 //access: 1;
175                                 description {
176                                         state: "default" 0.0;
177                                         color: 255 255 255 255; 
178                                         rel1 {
179                                                 relative: 0.0 0.0;
180                                                 offset: 20 439;
181                                         }
182                                         rel2 {
183                                                 relative: 0.0 0.0;
184                                                 offset: 29 459;
185                                         }
186                                         image{
187                                                 normal: "na_pa_01.png"; 
188                                         }
189                                 }
190                         }
191
192                         part {
193                                 name: "na_pa_02";
194                                 type: IMAGE;
195                                 mouse_events: 1;
196                                 access: 1;
197                                 description {
198                                         state: "default" 0.0;
199                                         color: 255 255 255 255; 
200                                         rel1 {
201                                                 relative: 0.0 0.0;
202                                                 offset: 38 437;
203                                         }
204                                         rel2 {
205                                                 relative: 0.0 0.0;
206                                                 offset: 87 459;
207                                         }
208                                         image{
209                                                 normal: "na_pa_02.png"; 
210                                         }
211                                 }
212                         }
213                 }
214         }
215 }
216