Tizen 2.0 Release
[profile/ivi/org.tizen.video-player.git] / res / edc / vp-nocontents.edc
1 #define NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC 32
2 #define NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC 173 170 165 255
3
4    group {
5       name: "elm/layout/nocontents/video";
6       styles{
7          style { name: "nocontent_style";
8             base: "font=SLP:style=Roman text_class=slp font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color=#ffffff wrap=word";
9             tag:  "br" "\n";
10             tag:  "hilight" "+ font=SLP:style=Bold text_class=slp";
11             tag:  "b" "+ font=SLP:style=Bold text_class=slp";
12             tag:  "tab" "\t";
13          }
14       }
15       images {
16          image: "T01_Nocontents_multimedia.png" COMP;
17       }
18       parts {
19          part { name: "bg";
20             scale: 1;
21             type: RECT;
22             description { state: "default" 0.0;
23                visible: 1;
24                rel1 { relative: 0.0 0.0;}
25                rel2 { relative: 1.0 1.0;}
26                color: 255 255 255 255;
27             }
28          }
29          part { name: "nocontents.image";
30             description { state: "default" 0.0;
31                visible: 1;
32                align: 0.5 0.0;
33                rel1 { relative: 203/720 296/1016; to: "bg";}
34                rel2 { relative: (203+314)/720 (296+310)/1016; to: "bg";}
35                image {
36                   normal: "T01_Nocontents_multimedia.png";
37                   border: 1 1 1 1;
38                   border_scale: 1;
39                }
40                aspect: 1.0 1.0;
41                aspect_preference: BOTH;
42             }
43          }
44          part { name: "middle.padding";
45             scale: 1;
46             type: RECT;
47             description { state: "default" 0.0;
48                visible: 0;
49                align: 0.5 0.0;
50                rel1 { relative: 0.0 1.0; to_y: "nocontents.image";}
51                rel2 { relative: 1.0 (296+310+54)/1016; to: "bg";}
52             }
53          }
54          part { name: "elm.text";
55             type: TEXTBLOCK;
56             description { state: "default" 0.0;
57                fixed: 0 1;
58                align: 0.5 0.0;
59                visible: 1;
60                rel1 { relative: 0.0 1.0; to_x: "bg"; to_y: "middle.padding";}
61                rel2 { relative: 1.0 1.0; to: "bg";}
62                color: NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC;
63                text {
64                   style: "nocontent_style";
65                   align: 0.5 0.5;
66                   min: 0 0;
67                   max: 0 1;
68                }
69             }
70          }
71       }
72    }