tizen 2.4 release
[framework/uifw/efl-theme-tizen.git] / tv / widgets / layout.edc
1 /**********************************************************************************************
2 Document: "Tizen TV_General Guide_GUI Guideline_v1.0_140430.ppt" page no. 36 , name:"nocontent"
3 ***********************************************************************************************/
4 #define FONT_SIZE 35
5 #define FONT_SIZE_SMALL 24
6
7 group { name: "elm/layout/application/default";
8    alias: "elm/layout/application/noindicator";
9    parts {
10       part { name: "elm.swallow.bg";
11          type: SWALLOW;
12          scale: 1;
13          description { state: "default" 0.0;
14          }
15       }
16       part { name: "elm.swallow.content";
17          type: SWALLOW;
18          scale: 1;
19          description { state: "default" 0.0;
20          }
21       }
22       //Might be no need anymore
23       part { name: "elm.swallow.controlbar";
24          type: SWALLOW;
25          description { state: "default" 0.0;
26             visible: 0;
27          }
28       }
29    }
30 }
31
32 group { name: "elm/layout/application/nocontent";
33    parts {
34       part { name: "base"; type: RECT; mouse_events: 0;
35          scale: 1;
36          description { state: "default" 0.0;
37             color: 0 0 0 38;
38          }
39       }
40       part { name: "right.pad"; type: SPACER; mouse_events: 0;
41          scale: 1;
42          description { state: "default" 0.0;
43             rel1.to: "base";
44             rel2.to: "base";
45             min: 50 50;
46             max: 50 -1;
47             align: 1.0 0.0;
48          }
49       }
50       part { name: "left.pad"; type: SPACER; mouse_events: 0;
51          scale: 1;
52          description { state: "default" 0.0;
53             rel1.to: "base";
54             rel2.to: "base";
55             min: 50 50;
56             max: 50 -1;
57             align: 0.0 0.0;
58          }
59       }
60       part { name: "base.pad"; type: SPACER; mouse_events: 0;
61          scale: 1;
62          description { state: "default" 0.0;
63             rel1.to: "left.pad";
64             rel1.relative: 1.0 0.0;
65             rel2.to: "right.pad";
66             rel2.relative: 0 1.0;
67             min: 0 70;
68             max: -1 70;
69             align: 0.0 0.5;
70           }
71       }
72
73       part { name: "elm.text"; type: TEXT; mouse_events: 0;
74          scale: 1;
75          multiline: 1;
76          description { state: "default" 0.0;
77             rel1.to: "base.pad";
78             rel2.to: "base.pad";
79             color: 211 211 211 255;
80             align: 0 0;
81             min: 0 40;
82             max: -1 40;
83             text {
84                size: FONT_SIZE;
85                min: 0 0;
86                font: FONT_M;
87             }
88          }
89       }
90       part { name: "elm.text.1"; type: TEXT; mouse_events: 0;
91          scale: 1;
92          multiline: 1;
93          description { state: "default" 0.0;
94             rel1.to: "elm.text";
95             rel1.relative: 0.0 1.0;
96             rel2.to: "right.pad";
97             rel2.relative: 0.0 1.0;
98             color: 134 134 134 255;
99             min: 0 30;
100             max: -1 30;
101             align: 0 0;
102             text {
103                font: FONT_M;
104                size: FONT_SIZE_SMALL;
105                min: 0 0;
106             }
107          }
108       }
109    }
110 }
111
112 /***********************************************************************************************
113 Document: "Tizen TV_General Guide_GUI Guideline_v1.0_140430.ppt" page no. 48, name:"nocontent.1"
114 ***********************************************************************************************/
115 group { name: "elm/layout/application/nocontent.1";
116    inherit:"elm/layout/application/nocontent";
117    parts {
118       part { name: "right.pad"; type: SPACER; mouse_events: 0;
119          scale: 1;
120          description { state: "default" 0.0;
121             min: 30 30;
122             max: 30 -1;
123          }
124       }
125       part { name: "left.pad"; type: SPACER; mouse_events: 0;
126          scale: 1;
127          description { state: "default" 0.0;
128             min: 30 30;
129             max: 30 -1;
130          }
131       }
132    }
133 }