7ece7e9b421a40855f7b7b89d5cf2cf6bf3904f5
[profile/ivi/ico-uxf-homescreen.git] / src / statusbar / statusbar.edc
1 /*
2  * Copyright (c) 2014, TOYOTA MOTOR CORPORATION.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9
10 collections {
11    group {
12       name: "Notification";
13
14       styles {
15          style {
16             name: "content_style_left";
17             base: "font="Sans" font_size=22 color=#00FFFFFF shadow_color=#80808032 style=shadow wrap=mixed";
18          }
19          style {
20             name: "content_style_center";
21             base: "font="Sans" font_size=25 color=#00FFFFFF shadow_color=#80808032 align=center style=shadow wrap=mixed";
22          }
23       }
24       
25       parts {
26           part {  
27               name: "noti_image";
28               type: IMAGE;
29               description {
30                   min: 50 50;
31                   max: 50 50;
32                   align: 0.0 0.0;
33                   rel1 {
34                         relative: 0.0 0.0;
35                         offset: 0 7;
36                   }
37 /*
38                   image{
39                     normal: "time_0.png";
40                   }
41 */
42               }
43          }
44
45
46          part {
47             name: "content_text";
48             type: TEXTBLOCK;
49             scale: 1;
50             effect: FAR_SOFT_SHADOW;
51             description {
52                min: 300 50;
53                max: 1500 50;
54                state: "default" 0.0;
55                align: 0.0 0.0;
56                rel1.relative: 0.0 0.0;
57                rel1.offset: 70 5;
58                color: 0 255 255 255;
59                text {
60                   style: "content_style_left";
61                   text: "text";
62                   align: 0.0 0.5;
63                }
64             }
65          }
66       }
67    }
68    group {
69       name: "ClockImage";
70
71       images{
72         image:"time_am.png" COMP;
73         image:"time_ten.png" COMP;
74         image:"time_0.png" COMP;
75       }
76
77
78       parts {
79           part { 
80               name: "MIN1_img";
81               type: IMAGE;
82               description {
83                   min: 30 45;
84                   max: 30 45;
85                   align: 0.0 0.0;
86                   rel1 {
87                         relative: 0.0 0.0;
88                         offset: 500 3;
89                   }
90                   image{
91                     normal: "time_0.png";
92                   }
93               }
94           }
95           part { 
96               name: "MIN10_img";
97               type: IMAGE;
98               description {
99                   min: 30 45;
100                   max: 30 45;
101                   align: 0.0 0.0;
102                   rel1 {
103                         to: "MIN1_img";
104                         relative: 0.0 0.0;
105                         offset: -31 0;
106                   }
107                   image{
108                     normal: "time_0.png";
109                   }
110               }
111           }
112           part { 
113               name: "TIME_SP_img";
114               type: IMAGE;
115               description {
116                   min: 12 30;
117                   max: 12 30;
118                   align: 0.0 0.0;
119                   rel1 {
120                         to: "MIN10_img";
121                         relative: 0.0 0.0;
122                         offset: -13 8;
123                   }
124                   image{
125                     normal: "time_ten.png";
126                   }
127               }
128           }
129           part { 
130               name: "HOUR1_img";
131               type: IMAGE;
132               description {
133                   min: 30 45;
134                   max: 30 45;
135                   align: 0.0 0.0;
136                   rel1 {
137                         to: "TIME_SP_img";
138                         relative: 0.0 0.0;
139                         offset: -31 -8;
140                   }
141                   image{
142                     normal: "time_0.png";
143                   }
144               }
145           }
146           part { 
147               name: "HOUR10_img";
148               type: IMAGE;
149               description {
150                   min: 30 45;
151                   max: 30 45;
152                   align: 0.0 0.0;
153                   rel1 {
154                         to: "HOUR1_img";
155                         relative: 0.0 0.0;
156                         offset: -31 0;
157                   }
158                   image{
159                     normal: "time_0.png";
160                   }
161               }
162           }
163           part { 
164               name: "AM_PM_img";
165               type: IMAGE;
166               description {
167                   min: 60 45;
168                   max: 60 45;
169                   align: 0.0 0.0;
170                   rel1 {
171                         to: "HOUR10_img";
172                         relative: 0.0 0.0;
173                         offset: -61 12;
174                   }
175                   image{
176                     normal: "time_am.png";
177                   }
178               }
179           }
180       }
181    }
182 }