tizen 2.3.1 release
[apps/home/settings.git] / resource / setting-power.edc
1 /*
2  * setting
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
5  *
6  * Contact: MyoungJune Park <mj2004.park@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21
22 #include "../setting-common/include/setting-common-data-edj-define.h"
23
24 collections
25 {
26         styles
27         {
28                 style { name: "textblock_style_center_23";
29 base: "font=Tizen:style=Regular font_size=23 align=left color=#E8E8E8 wrap=word text_class=tizen";
30 tag:  "br" "\n";
31 tag:  "hilight" "+ font=Tizen:style=Bold";
32 tag:  "b" "+ font=Tizen:style=Bold";
33 tag:  "whitecolor" "+ color=#E8E8E8";
34 tag:  "tab" "\t";
35                 }
36                 style { name: "textblock_style_center_30";
37 base: "font=Tizen:style=Regular font_size=30 align=left color=#E8E8E8 wrap=word text_class=tizen";
38 tag:  "br" "\n";
39 tag:  "hilight" "+ font=Tizen:style=Bold";
40 tag:  "b" "+ font=Tizen:style=Bold";
41 tag:  "whitecolor" "+ color=#E8E8E8";
42 tag:  "tab" "\t";
43                 }
44                 style { name: "textblock_style_center_24";
45 base: "font=Tizen:style=Regular font_size=24 align=left color=#E8E8E8 wrap=word text_class=tizen";
46 tag:  "br" "\n";
47 tag:  "hilight" "+ font=Tizen:style=Bold";
48 tag:  "b" "+ font=Tizen:style=Bold";
49 tag:  "whitecolor" "+ color=#E8E8E8";
50 tag:  "tab" "\t";
51                 }
52         }
53
54         group {
55 name: "efficiency_layout";
56           parts {
57                   part {
58 name: "bg";
59 type: RECT;
60 scale: 1;
61            description {
62 state: "default" 0.0;
63            rel1 { relative: 0.0 0.0; offset: 0 0;}
64            rel2 { relative: 1.0 1.0; offset: 0 0;}
65            }
66                   }
67                   part { name: "left.default";
68 type: SWALLOW;
69 mouse_events: 0;
70                           description { state: "default" 0.0;
71 visible: 0;
72 align: 0.0 0.5;
73            rel1{ relative: 0.0 0.0; offset: 0 0; to: "bg";}
74            rel2{ relative: 0.0 1.0; offset: 36 0; to: "bg";}
75                           }
76                   }
77                   /* effect rate rect */
78                   part {
79 name: "img_1";
80 type: SWALLOW;
81           //mouse_events: 1;
82 scale: 1;
83 color: 80 80 80 100;    // grey
84            description {
85 align: 0.0 0.5;
86 min: 48 100;
87 max: 48 100;
88 fixed: 1 1;
89 state: "default" 0.0;
90            rel1 { relative: 0.0 0.0; offset: 4 0; to: "left.default";}
91            rel2 { relative: 1.0 1.0; offset: 104 0; to: "left.default";}
92            }
93                   }
94                   part {
95 name: "img_2";
96 type: SWALLOW;
97           //mouse_events: 1;
98 scale: 1;
99 color: 80 80 80 100;    // grey
100            description {
101 align: 0.0 0.5;
102 min: 48 100;
103 max: 48 100;
104 fixed: 1 1;
105 state: "default" 0.0;
106            rel1 { relative: 0.0 0.0; offset: 4 0; to: "img_1";}
107            rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_1";}
108            }
109                   }
110                   part {
111 name: "img_3";
112 type: SWALLOW;
113           //mouse_events: 1;
114 scale: 1;
115 color: 80 80 80 100;    // grey
116            description {
117 align: 0.0 0.5;
118 min: 48 100;
119 max: 48 100;
120 fixed: 1 1;
121 state: "default" 0.0;
122            rel1 { relative: 0.0 0.0; offset: 4 0; to: "img_2";}
123            rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_2";}
124            }
125                   }
126                   part {
127 name: "img_4";
128 type: SWALLOW;
129           //mouse_events: 1;
130 scale: 1;
131 color: 80 80 80 100;    // grey
132            description {
133 align: 0.0 0.5;
134 min: 48 100;
135 max: 48 100;
136 fixed: 1 1;
137 state: "default" 0.0;
138            rel1 { relative: 0.0 0.0; offset: 4 0; to: "img_3";}
139            rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_3";}
140            }
141                   }
142                   part {
143 name: "img_5";
144 type: SWALLOW;
145           //mouse_events: 1;
146 scale: 1;
147 color: 80 80 80 100;    // grey
148            description {
149 align: 0.0 0.5;
150 min: 48 100;
151 max: 48 100;
152 fixed: 1 1;
153 state: "default" 0.0;
154            rel1 { relative: 0.0 0.0; offset: 4 0; to: "img_4";}
155            rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_4";}
156            }
157                   }
158                   part {
159 name: "rate";
160 type: SWALLOW;
161           //mouse_events: 1;
162 scale: 1;
163 color: 80 80 80 100;    // grey
164            description {
165 align: 0.0 0.5;
166 min: 70 90;
167 max: 70 90;
168 fixed: 1 1;
169 state: "default" 0.0;
170            rel1 { relative: 0.0 0.0; offset: 4 0; to: "img_5";}
171            rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_5";}
172            }
173                   }
174
175                   /* text */
176                   part {
177 name: "bottom.text";
178 type: TEXTBLOCK;
179 scale: 1;
180            description {
181 min: 38 70;
182 max: 38 70;
183 color: 255 255 255 255;
184 state: "default" 0.0;
185            rel1 { relative: 0.0 0.0; offset: 0 5; to: "img_1";}
186            rel2 { relative: 1.0 1.0; offset: 0 43; to: "img_1";}
187
188            text {
189                    //align: 0.5 0.5;
190 min: 0 1;
191          //font: "Tizen:style=Bold";
192          //size: 30;
193          //text_class:"tizen";
194 style: textblock_style_center_30;
195            }
196            }
197                   }     //text end
198           }     //parts end
199         } //    group end
200 }       //collention end