tizen 2.3 release
[apps/home/settings.git] / resource / setting-theme.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 #include "setting-genlist-macro.edc"
24
25
26 #define SLIDER_SWALLOW_BAR_MIN_WIDTH_INC  72
27 #define SLIDER_SWALLOW_BAR_HEIGHT_INC  74
28 #define SLIDER_BASE_HEIGHT_INC  34
29 #define SLIDER_BASE_MIN_WIDTH_INC 375
30 #define PROGRESS_BG_IMAGE_BORDER_INC  17 17 17 17
31 #define PROGRESS_BAR_IMAGE_BORDER_INC  8 8 15 18
32 #define PROGRESS_BAR_IMAGE_PADDING_SIZE_INC  9 0
33 #define SLIDER_UNITS_TEXT_COLOR_INC      8 8 8 255
34 #define SLIDER_UNITS_TEXT_SIZE_INC  30
35 #define SLIDER_INDICATOR_TEXT_COLOR_INC      59 115 182 255
36 #define SLIDER_INDICATOR_TEXT_PRESSED_COLOR_INC      255 255 255 255
37 #define SLIDER_INDICATOR_WIDTH_INC 72
38 #define SLIDER_INDICATOR_HEIGHT_INC 72
39 #define SLIDER_INDICATOR_MAX_WIDTH_INC 90
40 #define SLIDER_INDICATOR_TEXT_SIZE_INC  40
41
42 #define NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC "#FAFAFA"
43 #define NOCONTENT_TEXT_BLOCK_STYLE_COLOR_DIM_INC "#A2A5AE"
44 #define NOCONTENT_HELP_TEXT_BLOCK_STYLE_COLOR_INC "#9A9BA0"
45 #define NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC   36
46 #define NOCONTENT_HELP_TEXT_BLOCK_TEXT_SIZE_INC 32
47 #define NOCONTENT_IMAGE_WIDTH_HEIGHT_INC     252 252
48 #define NOCONTENT_BG_COLOR_INC               0 0 0 0
49 #define NOCONTENT_TEXT_STYLE_BG_MIN_INC      0 68
50 #define NOCONTENT_BASE_SEARCH_PADDING_INC    40
51 #define NOCONTENT_PORTRAIT_HELP_TEXT_STYLE_BG_MIN_INC 0 156
52 #define NOCONTENT_LANDSCAPE_HELP_TEXT_STYLE_BG_MIN_INC 0 80
53 #define NOCONTENT_IMAGE_COLOR_INC            250 250 250 255
54 #define NOCONTENT_SWALLOW_AREA_MIN_INC       0 80
55 #define NOCONTENT_PORTRAIT_AFTER_HELP_TEXT_PADDING_INC 70 90
56 #define NOCONTENT_LANDSCAPE_AFTER_HELP_TEXT_PADDING_INC 180 16
57 #define NOCONTENT_PORTRAIT_AFTER_TEXT_PADDING_INC    70 96
58 #define NOCONTENT_LANDSCAPE_AFTER_TEXT_PADDING_INC    180 16
59 #define NOCONTENT_BASE_PORTRAIT_MIN_WIDTH_HEIGHT_INC 0 320
60 #define NOCONTENT_BASE_LANDS_MIN_WIDTH_HEIGHT_INC 0 320
61 #define NOCONTENT_BASE_PORTRAIT_MIN_WIDTH_HEIGHT_WITH_TEXT 0 742
62 #define NOCONTENT_BASE_LANDS_MIN_WIDTH_HEIGHT_WITH_TEXT 0 510
63 #define NOCONTENT_PORTRAIT_BUTTON_PADDING_INC 16 80
64 #define NOCONTENT_LANDSCAPE_BUTTON_PADDING_INC 180 80
65
66 images {
67         image: "org.tizen.setting.png" COMP;
68         image: "simple_password_bg.#.png" COMP;
69 }
70 collections
71 {
72         base_scale: 2.4;
73         ADD_PART_CLICKED_SOUND_HEADER
74         styles
75         {
76                 //color: 8 8 8 255;
77                 style
78                 {
79                         name: "textblock_smarttop";
80                         base: "font=Tizen:style=Regular font_size=36 align=left color=#080808 wrap=word text_class=tizen";
81                         tag:  "br" "\n";
82                         tag:  "hilight" "+ font=Tizen:style=Medium";
83                         tag:  "b" "+ font=Tizen:style=Medium";
84                         tag:  "whitecolor" "+ color=#ffffff";
85                         tag:  "tab" "\t";
86                 }
87                 style
88                 {
89                         name: "textblock_moveicon";
90                         base: "font=Tizen:style=Regular font_size=36 align=center color=#080808 wrap=word text_class=tizen";
91                         tag:  "br" "\n";
92                         tag:  "hilight" "+ font=Tizen:style=Medium";
93                         tag:  "b" "+ font=Tizen:style=Medium";
94                         tag:  "whitecolor" "+ color=#ffffff";
95                         tag:  "tab" "\t";
96                 }
97                 style
98                 {
99                         name: "textblock_style";
100                         base: "font=Tizen:style=Roman font_size=30 align=left color=#ffffff wrap=word text_class=tizen";
101                         tag:  "br" "\n";
102                         tag:  "hilight" "+ font=Tizen:style=Regular";
103                         tag:  "b" "+ font=Tizen:style=Regular";
104                         tag:  "whitecolor" "+ color=#ffffff";
105                         tag:  "tab" "\t";
106                 }
107                 style
108                 {
109                         name: "textblock_style_right";
110                         base: "font=Tizen:style=Roman font_size=30 align=right color=#ffffff wrap=word text_class=tizen";
111                         tag:  "br" "\n";
112                         tag:  "hilight" "+ font=Tizen:style=Regular";
113                         tag:  "b" "+ font=Tizen:style=Regular";
114                         tag:  "whitecolor" "+ color=#ffffff";
115                         tag:  "tab" "\t";
116                 }
117                 style
118                 {
119                         name: "textblock_black_style";
120                         base: "font=Tizen:style=Roman font_size=32 align=left color=#808080 wrap=word text_class=tizen";
121                         tag:  "br" "\n";
122                         tag:  "hilight" "+ font=Tizen:style=Regular";
123                         tag:  "b" "+ font=Tizen:style=Regular";
124                         tag:  "whitecolor" "+ color=#ffffff";
125                         tag:  "tab" "\t";
126                 }
127                 style
128                 {
129                         name: "textblock_black_style_right";
130                         base: "font=Tizen:style=Roman font_size=32 align=right color=#808080 wrap=word text_class=tizen";
131                         tag:  "br" "\n";
132                         tag:  "hilight" "+ font=Tizen:style=Regular";
133                         tag:  "b" "+ font=Tizen:style=Regular";
134                         tag:  "whitecolor" "+ color=#ffffff";
135                         tag:  "tab" "\t";
136                 }
137
138                 style
139                 {
140                         name: "textblock_blue_style";
141                         base: "font=Tizen:style=Roman font_size=24 align=left color=#ffffff color_class=T027 wrap=word text_class=T027";
142                         tag:  "br" "\n";
143                         tag:  "hilight" "+ font=Tizen:style=Regular";
144                         tag:  "b" "+ font=Tizen:style=Regular";
145                         tag:  "whitecolor" "+ color=#ffffff";
146                         tag:  "tab" "\t";
147                 }
148                 style
149                 {
150                         name: "textblock_gray_style";
151                         base: "font=Tizen:style=Roman font_size=30 align=left color=#808080 wrap=word";
152                         tag:  "br" "\n";
153                         tag:  "hilight" "+ font=Tizen:style=Regular";
154                         tag:  "b" "+ font=Tizen:style=Regular";
155                         tag:  "whitecolor" "+ color=#ffffff";
156                         tag:  "tab" "\t";
157                 }
158                 style
159                 {
160                         name: "datausage_limitgraph_style";
161                         base: "font=Tizen:style=Roman font_size=26 align=left color=#ffffff wrap=word text_class=tizen";
162                         tag:  "br" "\n";
163                         tag:  "hilight" "+ font=Tizen:style=Regular";
164                         tag:  "b" "+ font=Tizen:style=Regular";
165                         tag:  "whitecolor" "+ color=#ffffff";
166                         tag:  "tab" "\t";
167                 }
168                 style
169                 {
170                         name: "datausage_desp_style";
171                         base: "font=Tizen:style=Roman font_size=32 align=left color=#ffffff wrap=word text_class=tizen";
172                         tag:  "br" "\n";
173                         tag:  "hilight" "+ font=Tizen:style=Regular";
174                         tag:  "b" "+ font=Tizen:style=Regular";
175                         tag:  "whitecolor" "+ color=#ffffff";
176                         tag:  "tab" "\t";
177                 }
178                 style
179                 {
180                         name: "small_datausage_desp_style";
181                         base: "font=Tizen:style=Roman font_size=24 align=left color=#ffffff wrap=word text_class=tizen";
182                         tag:  "br" "\n";
183                         tag:  "hilight" "+ font=Tizen:style=Regular";
184                         tag:  "b" "+ font=Tizen:style=Regular";
185                         tag:  "whitecolor" "+ color=#ffffff";
186                         tag:  "tab" "\t";
187                 }
188                 style
189                 {
190                     name: "description_style";
191                     base: "font=Tizen:style=Roman font_size=24 align=left color=#ff0000 wrap=mixed";
192                     tag:  "br" "\n";
193                     tag:  "hilight" "+ font=Tizen:style=Regular";
194                     tag:  "b" "+ font=Tizen:style=Regular";
195                     tag:  "whitecolor" "+ color=#ffffff";
196                     tag:  "tab" "\t";
197                 }
198                 style
199                 {
200                     name: "storage_pie_style";
201                     base: "font=Tizen:style=Roman font_size=24 align=left color=#808080 wrap=word text_class=tizen";
202                     tag:  "br" "\n";
203                     tag:  "hilight" "+ font=Tizen:style=Regular";
204                     tag:  "b" "+ font=Tizen:style=Regular";
205                     tag:  "whitecolor" "+ color=#ffffff";
206                     tag:  "tab" "\t";
207                 }
208                 style
209                 {
210                     name: "storage_pie_style_right";
211                     base: "font=Tizen:style=Roman font_size=26 align=right color=#808080 wrap=word text_class=tizen";
212                     tag:  "br" "\n";
213                     tag:  "hilight" "+ font=Tizen:style=Regular";
214                     tag:  "b" "+ font=Tizen:style=Regular";
215                     tag:  "whitecolor" "+ color=#ffffff";
216                     tag:  "tab" "\t";
217                 }
218                 style
219                 {
220                     name: "small_storage_pie_style";
221                     base: "font=Tizen:style=Roman font_size=20 align=left color=#ffffff wrap=mixed";
222                     tag:  "br" "\n";
223                     tag:  "hilight" "+ font=Tizen:style=Regular";
224                     tag:  "b" "+ font=Tizen:style=Regular";
225                     tag:  "whitecolor" "+ color=#ffffff";
226                     tag:  "tab" "\t";
227                 }
228                 style
229                 {
230                     name: "vibration_create_style";
231                     base: "font=Tizen:style=Roman font_size=50 align=center color=#ffffff wrap=word text_class=tizen";
232                     tag:  "br" "\n";
233                     tag:  "hilight" "+ font=Tizen:style=Regular";
234                     tag:  "b" "+ font=Tizen:style=Regular";
235                     tag:  "whitecolor" "+ color=#ffffff";
236                     tag:  "tab" "\t";
237                 }
238                 style
239                 {
240                     name: "data_usage_graph_style";
241                     base: "font=Tizen:style=Roman font_size=20 align=center color=#ffffff wrap=word text_class=tizen";
242                     tag:  "br" "\n";
243                     tag:  "hilight" "+ font=Tizen:style=Regular";
244                     tag:  "b" "+ font=Tizen:style=Regular";
245                     tag:  "whitecolor" "+ color=#ffffff";
246                     tag:  "tab" "\t";
247                 }
248                 style
249                 {
250                     name: "small_vibration_create_style";
251                     base: "font=Tizen:style=Roman font_size=40 align=right color=#ffffff wrap=word text_class=tizen";
252                     tag:  "br" "\n";
253                     tag:  "hilight" "+ font=Tizen:style=Regular";
254                     tag:  "b" "+ font=Tizen:style=Regular";
255                     tag:  "whitecolor" "+ color=#ffffff";
256                     tag:  "tab" "\t";
257                 }
258                 style
259                 {
260                         name: "textblock_tutorial_style";
261                         base: "font=Tizen:style=Roman font_size=115 align=left color=#ffffff wrap=word";
262                         tag:  "br" "\n";
263                         tag:  "hilight" "+ font=Tizen:style=Bold";
264                         tag:  "b" "+ font=Tizen:style=Regular";
265                         tag:  "whitecolor" "+ color=#ffffff";
266                         tag:  "tab" "\t";
267                 }
268                 style
269                 {
270                         name: "textblock_tutorial_black_style";
271                         base: "font=Tizen:style=Regular font_size=30 align=left color=#808080 wrap=word text_class=tizen";
272                         tag:  "br" "\n";
273                         tag:  "hilight" "+ font=Tizen:style=Medium";
274                         tag:  "b" "+ font=Tizen:style=Medium";
275                         tag:  "whitecolor" "+ color=#ffffff";
276                         tag:  "tab" "\t";
277                 }
278                 style
279                 {
280                         name: "textblock_simple_pw_title_style";
281                         base: "font=Tizen:style=Regular font_size=24 align=left color=#808080 wrap=word text_class=tizen";
282                         tag:  "br" "\n";
283                         tag:  "hilight" "+ font=Tizen:style=Medium";
284                         tag:  "b" "+ font=Tizen:style=Medium";
285                         tag:  "whitecolor" "+ color=#ffffff";
286                         tag:  "tab" "\t";
287                 }
288                 style
289                 {
290                         name: "textblock_magazine_style";
291                         base: "font=Tizen:style=Bold font_size=30 align=center color=#ffffff wrap=word text_class=tizen";
292                         tag:  "br" "\n";
293                         tag:  "hilight" "+ font=Tizen:style=Medium";
294                         tag:  "b" "+ font=Tizen:style=Medium";
295                         tag:  "whitecolor" "+ color=#ffffff";
296                         tag:  "tab" "\t";
297                 }
298                 style
299                 {
300                         name: "textblock_efficiency_style";
301                         base: "font=Tizen:style=Roman font_size=32 align=center color=#191919 wrap=word text_class=tizen";
302                         tag:  "br" "\n";
303                         tag:  "hilight" "+ font=Tizen:style=Regular";
304                         tag:  "b" "+ font=Tizen:style=Regular";
305                         tag:  "whitecolor" "+ color=#ffffff";
306                         tag:  "tab" "\t";
307                 }
308                 style
309                 {
310                         name: "textblock_white_style";
311                         base: "font=Tizen:style=Roman font_size=90 align=center color=#ffffff wrap=word text_class=tizen";
312                         tag:  "br" "\n";
313                         tag:  "hilight" "+ font=Tizen:style=Regular";
314                         tag:  "b" "+ font=Tizen:style=Regular";
315                         tag:  "whitecolor" "+ color=#ffffff";
316                         tag:  "tab" "\t";
317                 }
318         }
319          group {
320                 name: "camera_preview_layout";
321                 parts {
322                         part { name: "bg";
323                                 type: RECT;
324                                 mouse_events: 1;
325                                 description {
326                                         state: "default" 0.0;
327                                         fixed: 1 1;
328                                         rel1 { relative: 0.0 0.0;}
329                                         rel2 { relative: 1.0 1.0;}
330                                         color : 8 8 8 8;
331                                 }
332                         }
333                         part { name: "transparent";
334                                 type: SWALLOW;
335                                 scale: 1;
336                                 description {
337                                         state: "default" 0.0;
338                                         fixed: 1 1;
339                                         rel1 { relative: 0.0 0.0; to: "bg";}
340                                         rel2 { relative: 1.0 1.0; to: "bg";}
341                                 }
342                         }
343                         part { name: "color_slider";
344                                 type: SWALLOW;
345                                 mouse_events: 1;
346                                 scale: 1;
347                                 description {
348                                         state: "default" 0.0;
349                                         min: 1000 60;
350                                         visible: 1;
351                                         rel1{ relative: 0.0 1.0; offset: 24 -100; to: "bg";}
352                                         rel2{ relative: 1.0 1.0; offset: -24 0; to: "bg";}
353                                 }
354                         }
355                 }
356         }
357         group {
358                 name: "popup_center_image";
359                 parts {
360                         part {
361                                 name: "base";
362                                 type: SPACER;
363                                 scale: 1;
364                                 description {
365                                         state: "default" 0.0;
366                                         min: 618 436;
367                                 }
368                         }
369                         part {
370                                 name: "elm.swallow.content";
371                                 type: SWALLOW;
372                                 scale: 1;
373                                 description {
374                                         state: "default" 0.0;
375                                         align: 0.5 0.5;
376                                         fixed: 1 1;
377                                         min: 618 436;
378                                         rel1{relative: 0.0 0.0; to: "base";}
379                                         rel2{relative: 1.0 1.0; to: "base";}
380                                 }
381                         }
382                 }
383         }
384
385         group {
386                 name: "image_preview_layout";
387                 parts {
388                         part { name: "bg";
389                                 type: RECT;
390                                 mouse_events: 1;
391                                 description {
392                                                                         state: "default" 0.0;
393                                                                         fixed: 1 1;
394                                                                         rel1 { relative: 0.0 0.0;}
395                                                                         rel2 { relative: 1.0 1.0;}
396                                                                         color : 8 8 8 8;
397                                 }
398                         }
399                         part { name: "content";
400                                                            type: SWALLOW;
401                                                            mouse_events: 1;
402                                                            description {
403                                                                         state: "default" 0.0;
404                                                                         fixed: 0 1;
405                                                                         min: 1000 450;
406                                                                         max: 1000 450;
407                                                                         visible: 1;
408                                                                         color : 8 8 8 8;
409                                                                         rel1{ relative: 140/1280 80/720; to: "bg";}
410                                                                         rel2{ relative: 1140/1280 530/720; to: "bg";}
411                                                                 }
412                                                 }
413                                                 part { name: "color_slider";
414                                                         type: SWALLOW;
415                                                         mouse_events: 1;
416                                                         description {
417                                                                 state: "default" 0.0;
418                                                                 fixed: 0 1;
419                                                                 min: 1000 50;
420                                                                 color: 0 0 255 0;
421                                                                 visible: 1;
422                                                                 rel1{ relative: 140/1280 650/720; to: "bg";}
423                                                                 rel2{ relative: 1140/1280 700/720; to: "bg";}
424                                                         }
425                                                 }
426                                 }
427         }
428         group {
429                 name: "search_layout";
430
431                 parts {
432                         /* background */
433                         part {
434                                 name: "bg";
435                                 type: RECT;
436                                 scale: 1;
437                                 description {
438                                         state: "default" 0.0;
439                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
440                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
441                                         color: 8 8 8 8;
442                                 }
443                         }
444                         part {
445                                 name: "bg_swallow";
446                                 type: SWALLOW;
447                                 mouse_events: 1;
448                                 scale: 1;
449                                 description {
450                                         state: "default" 0.0;
451                                         align: 0.5 0.5;
452                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
453                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
454                                 }
455                         }
456                         part {
457                                 name: "bg_swallow2";
458                                 type: SWALLOW;
459                                 mouse_events: 1;
460                                 scale: 1;
461                                 description {
462                                         state: "default" 0.0;
463                                         align: 0.5 0.5;
464                                         rel1 { relative: 0.0 0.0; offset: -7000 -5000; to: "bg";}
465                                         rel2 { relative: 1.0 1.0; offset: 7000 5000; to: "bg";}
466                                 }
467                         }
468
469                         /* search area swallow */
470                         part {
471                                 name: "search_bar";
472                                 type: SWALLOW;
473                                 mouse_events: 1;
474                                 scale: 1;
475                                 description {
476                                         state: "default" 0.0;
477                                         min: 0 ITEM_Y_DEN;
478                                         fixed: 1 1;
479                                         align: 0.0 0.0;
480                                         rel1 { relative: 0.0 0.0; offset: 0 21; to: "bg"; }
481                                         rel2 { relative: 1.0 0.0; offset: 0 0; to: "bg"; }
482                                 }
483                         }
484                 ///////////////////////////////////////////
485                 //1011
486
487                         part {
488                                 name: "invisible_rect1";
489                                 type: SWALLOW;
490                                 mouse_events: 1;
491                                 scale: 1;
492                                 description {
493                                         state: "default" 0.0;
494                                         //fixed: 1 1;
495                                         align: 0.0 0.0;
496                                         rel1 { relative: 0.0 0.0; offset: 0 0; to_x: "bg_swallow2"; }
497                                         rel2 { relative: 1.0 0.26; offset: 0 0; to_x: "bg_swallow2"; }
498                                 }
499                         }
500                         part {
501                                 name: "search_bar2";
502                                 type: SWALLOW;
503                                 mouse_events: 1;
504                                 scale: 1;
505                                 description {
506                                         state: "default" 0.0;
507                                         min: 0 ITEM_Y_DEN;
508                                         fixed: 1 1;
509                                         align: 0.0 0.0;
510                                         rel1 { relative: 0.0 0.032; offset: 0 0; to: "bg"; }//y_offset = 32
511                                         rel2 { relative: 1.0 0.17; offset: 0 0; to: "bg"; }
512                                 }
513                         }
514
515                         part {
516                                 name: "invisible_rect2";
517                                 type: SWALLOW;
518                                 mouse_events: 1;
519                                 scale: 1;
520                                 description {
521                                         state: "default" 0.0;
522                                         //fixed: 1 1;
523                                         align: 0.0 0.0;
524                                         rel1 { relative: 0.0 0.95; offset: 0 0; to: "bg"; }
525                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
526                                 }
527                         }
528                 ///////////////////////////////////////////
529                         /* genlist swallow */
530                         part {
531                                 name: "search_list";
532                                 type: SWALLOW;
533                                 mouse_events: 1;
534                                 scale: 1;
535                                 description {
536                                         state: "default" 0.0;
537                                         align: 0.0 0.0;
538                                         rel1 { relative: 0.0 1.0; offset: 0 5; to: "search_bar"; }
539                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
540                                 }
541                         }
542
543                         part {
544                                 name: "search_list2";
545                                 type: SWALLOW;
546                                 mouse_events: 1;
547                                 scale: 1;
548                                 description {
549                                         state: "default" 0.0;
550                                         align: 0.0 0.0;
551                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg"; }
552                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
553
554                                 }
555                         }
556                 ///////////////////////////////////////////
557                         part {
558                                 name: "select_all";
559                                 type: SWALLOW;
560                                 mouse_events: 1;
561                                 scale: 1;
562                                 description {
563                                         state: "default" 0.0;
564                                         min: 0 94;
565                                         fixed: 0 1;
566                                         align: 0.0 0.0;
567                                         rel1 { relative: 0.0 0.0; offset: 0 8; to: "bg"; }
568                                         rel2 { relative: 1.0 0.0; offset: -3 0; to: "bg"; }
569                                 }
570                         }
571                         part {
572                                 name: "select_list";
573                                 type: SWALLOW;
574                                 mouse_events: 1;
575                                 scale: 1;
576                                 description {
577                                         state: "default" 0.0;
578                                         align: 0.0 0.0;
579                                         rel1 { relative: 0.0 1.0; offset: 0 0; to: "select_all"; }
580                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
581                                 }
582                         }
583
584                 } // end of parts
585         }
586         group {
587                 name: "ly_zoom";
588
589                 parts {
590                         /* background */
591                         part {
592                                 name: "bg";
593                                 type: RECT;
594                                 scale: 1;
595                                 description {
596                                         state: "default" 0.0;
597                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
598                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
599                                         color: 8 8 8 8;
600                                 }
601                         }
602
603                         part {
604                                 name: "bg_swallow2";
605                                 type: SWALLOW;
606                                 mouse_events: 1;
607                                 scale: 1;
608                                 description {
609                                         state: "default" 0.0;
610                                         align: 0.5 0.5;
611                                         rel1 { relative: 0.0 0.0; offset: -7000 -4000; to: "bg";}
612                                         rel2 { relative: 1.0 1.0; offset: 7000 4000; to: "bg";}
613                                 }
614                         }
615
616                         part {
617                                 name: "search_bar2";
618                                 type: SWALLOW;
619                                 mouse_events: 1;
620                                 scale: 1;
621                                 description {
622                                         state: "default" 0.0;
623                                         min: 0 ITEM_Y_DEN;
624                                         fixed: 1 1;
625                                         align: 0.0 0.0;
626                                         rel1 { relative: 0.0 0.032; offset: 0 0; to: "bg"; }//y_offset = 32
627                                         rel2 { relative: 1.0 0.17; offset: 0 0; to: "bg"; }
628                                 }
629                         }
630                         part {
631                                 name: "toppopup";
632                                 type: IMAGE;
633                                 scale: 1;
634                                 description {
635                                         state: "default" 0.0;
636                                         visible: 0;
637                                         align: 0.5 0.5;
638                                         rel1 { relative: 0.1 0.1; offset: 0 0; to: "bg"; }
639                                         rel2 { relative: 0.9 0.3; offset: 0 0; to: "bg"; }
640                                         image {
641                                                 normal: "org.tizen.setting.png";
642                                                 border: 13 13 9 9;
643                                                 border_scale: 1;
644                                         }
645                                 }
646                                 description {
647                                         state: "show" 0.0;
648                                         inherit: "default" 0.0;
649                                         visible: 1;
650                                 }
651                         }
652                         part { name: "toppopup.text";/*middle allign*/
653                                     type: TEXTBLOCK;
654                                     scale: 1;
655                                     description { state: "default" 0.0;
656                                            visible: 0;
657                                            align: 0.5 0.5;
658                                            min: 0 26;
659                                            fixed: 0 1;
660                                            rel1 { relative: 0.1 0.1; offset: 10 0; to: "bg"; }
661                                            rel2 { relative: 0.9 0.3; offset: -10 0; to: "bg"; }
662
663                                        //color: 8 8 8 255;
664                                        text
665                                            {
666                                                 //align: 0.5 0.5;
667                                                 min: 0 1;
668                                                 //font: "Tizen:style=Bold";
669                                                 //size: 26;
670                                                 //text_class:"tizen";
671                                                 style: textblock_moveicon;
672                                         }
673                                     }
674                                     description {
675                                             state: "show" 0.0;
676                                             inherit: "default" 0.0;
677                                             visible: 1;
678                                     }
679                         }
680
681                         part {
682                                 name: "circle1";
683                                 type: SWALLOW;
684                                 mouse_events: 1;
685                                 scale: 1;
686                                 description {
687                                         state: "default" 0.0;
688                                         max: ITEM_Y_DEN ITEM_Y_DEN;
689                                         align: 1.0 0.5;
690                                         rel1 { relative: 0.2 0.4; offset: 0 0; to: "bg"; }//y_offset = 32
691                                         rel2 { relative: 0.5 0.6; offset: -70 0; to: "bg"; }
692                                 }
693                         }
694
695                         part {
696                                 name: "circle2";
697                                 type: SWALLOW;
698                                 mouse_events: 1;
699                                 scale: 1;
700                                 description {
701                                         state: "default" 0.0;
702                                         align: 0.0 0.5;
703                                         max: ITEM_Y_DEN ITEM_Y_DEN;
704                                         rel1 { relative: 0.5 0.4; offset: 70 0; to: "bg"; }//y_offset = 32
705                                         rel2 { relative: 0.8 0.6; offset: 0 0; to: "bg"; }
706                                 }
707                         }
708                         part {
709                                 name: "popup";
710                                 type: IMAGE;
711                                 scale: 1;
712                                 description {
713                                         state: "default" 0.0;
714                                         align: 0.5 0.5;
715                                         rel1 { relative: 0.1 0.7; offset: 0 0; to: "bg"; }
716                                         rel2 { relative: 0.9 0.85; offset: 0 0; to: "bg"; }
717                                         image {
718                                                 normal: "org.tizen.setting.png";
719                                                 border: 13 13 9 9;
720                                                 border_scale: 1;
721                                         }
722                                 }
723                                 description {
724                                         state: "hide" 0.0;
725                                         inherit: "default" 0.0;
726                                         visible: 0;
727                                 }
728                         }
729                         part { name: "popup.text";/*middle allign*/
730                                     type: TEXTBLOCK;
731                                     scale: 1;
732                                     description { state: "default" 0.0;
733                                            align: 0.5 0.5;
734                                            min: 0 26;
735                                            fixed: 0 1;
736                                            rel1 { relative: 0.1 0.7; offset: 10 0; to: "bg"; }
737                                            rel2 { relative: 0.9 0.85; offset: -10 0; to: "bg"; }
738
739                                        //color: 8 8 8 255;
740                                        text
741                                            {
742                                                 //align: 0.5 0.5;
743                                                 min: 0 1;
744                                                 style: textblock_moveicon;
745                                         }
746                                     }
747                                     description {
748                                             state: "hide" 0.0;
749                                             inherit: "default" 0.0;
750                                             visible: 0;
751                                     }
752                         }
753
754                 } // end of parts
755
756                 programs {
757                         program { name: "show_popup";
758                                 action: STATE_SET "default" 0.0;
759                                 target: "popup";
760                                 target: "popup.text";
761                         }
762                         program { name: "hide_popup";
763                                 action: STATE_SET "hide" 0.0;
764                                 target: "popup";
765                                 target: "popup.text";
766                         }
767                         program { name: "mouse_down";
768                                 signal: "ZOOM_START";
769                                 source: "elm";
770                                 action: STATE_SET "show" 0.0;
771                                 target: "toppopup";
772                                 target: "toppopup.text";
773                                 after: "hide_popup";
774                         }
775                         program { name: "mouse_up";
776                                 signal: "ZOOM_STOP";
777                                 source: "elm";
778                                 action: STATE_SET "default" 0.0;
779                                 target: "toppopup";
780                                 target: "toppopup.text";
781                                 after: "show_popup";
782                         }
783                 }
784
785         }
786         group {
787                 name: "ly_browser";
788
789                 parts {
790                         /* background */
791                         part {
792                                 name: "bg";
793                                 type: RECT;
794                                 scale: 1;
795                                 description {
796                                         state: "default" 0.0;
797                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
798                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
799                                         color: 8 8 8 8;
800                                 }
801                         }
802                         part {
803                                 name: "bg_swallow";
804                                 type: SWALLOW;
805                                 mouse_events: 1;
806                                 scale: 1;
807                                 description {
808                                         state: "default" 0.0;
809                                         align: 0.5 0.5;
810                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
811                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
812                                 }
813                         }
814                         part {
815                                 name: "toppopup";
816                                 type: IMAGE;
817                                 scale: 1;
818                                 description {
819                                         state: "default" 0.0;
820                                         visible: 0;
821                                         align: 0.5 0.5;
822                                         rel1 { relative: 0.1 0.05; offset: 0 0; to: "bg"; }
823                                         rel2 { relative: 0.9 0.21; offset: 0 0; to: "bg"; }
824                                         image {
825                                                 normal: "org.tizen.setting.png";
826                                                 border: 13 13 9 9;
827                                                 border_scale: 1;
828                                         }
829                                 }
830                                 description {
831                                         state: "show" 0.0;
832                                         inherit: "default" 0.0;
833                                         visible: 1;
834                                 }
835                         }
836                         part { name: "toppopup.text";/*middle allign*/
837                                     type: TEXTBLOCK;
838                                     scale: 1;
839                                     description { state: "default" 0.0;
840                                            visible: 0;
841                                            align: 0.5 0.5;
842                                            min: 0 26;
843                                            fixed: 0 1;
844                                            rel1 { relative: 0.1 0.05; offset: 10 0; to: "bg"; }
845                                            rel2 { relative: 0.9 0.21; offset: -10 0; to: "bg"; }
846
847                                        //color: 8 8 8 255;
848                                        text
849                                            {
850                                                 //align: 0.5 0.5;
851                                                 min: 0 1;
852                                                 //font: "Tizen:style=Bold";
853                                                 //size: 26;
854                                                 //text_class:"tizen";
855                                                 style: textblock_moveicon;
856                                         }
857                                     }
858                                     description {
859                                             state: "show" 0.0;
860                                             inherit: "default" 0.0;
861                                             visible: 1;
862                                     }
863                         }
864
865                         part {
866                                 name: "circle";
867                                 type: SWALLOW;
868                                 mouse_events: 1;
869                                 scale: 1;
870                                 description {
871                                         state: "default" 0.0;
872                                         align: 0.5 0.5;
873                                         max: ITEM_Y_DEN ITEM_Y_DEN;
874                                         rel1 { relative: 0.4 0.4; offset: 0 0; to: "bg"; }//y_offset = 32
875                                         rel2 { relative: 0.6 0.6; offset: 0 0; to: "bg"; }
876                                 }
877                                 description {
878                                         state: "hide" 0.0;
879                                         inherit: "default" 0.0;
880                                         visible: 0;
881                                 }
882                         }
883                         //128
884
885                         part {
886                                 name: "up_arrow1";
887                                 type: SWALLOW;
888                                 mouse_events: 1;
889                                 scale: 1;
890                                 description {
891                                         state: "default" 0.0;
892                                         visible: 0;
893                                         rel1 { relative: 0.32 0.27; offset: 0 0; to: "bg"; }//y_offset = 32
894                                         rel2 { relative: 0.68 0.34; offset: 0 0; to: "bg"; }
895                                 }
896                                 description {
897                                         state: "show" 0.0;
898                                         inherit: "default" 0.0;
899                                         visible: 1;
900                                 }
901                         }
902
903                         part {
904                                 name: "up_arrow2";
905                                 type: SWALLOW;
906                                 mouse_events: 1;
907                                 scale: 1;
908                                 description {
909                                         state: "default" 0.0;
910                                         visible: 0;
911                                         rel1 { relative: 0.32 0.33; offset: 0 0; to: "bg"; }//y_offset = 32
912                                         rel2 { relative: 0.68 0.4; offset: 0 0; to: "bg"; }
913                                 }
914                                 description {
915                                         state: "show" 0.0;
916                                         inherit: "default" 0.0;
917                                         visible: 1;
918                                 }
919                         }
920                         part {
921                                 name: "down_arrow1";
922                                 type: SWALLOW;
923                                 mouse_events: 1;
924                                 scale: 1;
925                                 description {
926                                         state: "default" 0.0;
927                                         visible: 0;
928                                         rel1 { relative: 0.32 0.66; offset: 0 0; to: "bg"; }//y_offset = 32
929                                         rel2 { relative: 0.68 0.73; offset: 0 0; to: "bg"; }
930                                 }
931                                 description {
932                                         state: "show" 0.0;
933                                         inherit: "default" 0.0;
934                                         visible: 1;
935                                 }
936                         }
937                         part {
938                                 name: "down_arrow2";
939                                 type: SWALLOW;
940                                 mouse_events: 1;
941                                 scale: 1;
942                                 description {
943                                         state: "default" 0.0;
944                                         visible: 0;
945                                         rel1 { relative: 0.32 0.6; offset: 0 0; to: "bg"; }//y_offset = 32
946                                         rel2 { relative: 0.68 0.67; offset: 0 0; to: "bg"; }
947                                 }
948                                 description {
949                                         state: "show" 0.0;
950                                         inherit: "default" 0.0;
951                                         visible: 1;
952                                 }
953                         }
954
955                         //720*1280-----(86.4,256)
956                         part {
957                                 name: "left_arrow1";
958                                 type: SWALLOW;
959                                 mouse_events: 1;
960                                 scale: 1;
961                                 description {
962                                         state: "default" 0.0;
963                                         visible: 0;
964                                         rel1 { relative: 0.05 0.4; offset: 0 0; to: "bg"; }//y_offset = 32
965                                         rel2 { relative: 0.17 0.6; offset: 0 0; to: "bg"; }
966                                 }
967                                 description {
968                                         state: "show" 0.0;
969                                         inherit: "default" 0.0;
970                                         visible: 1;
971                                 }
972                         }
973                         part {
974                                 name: "left_arrow2";
975                                 type: SWALLOW;
976                                 mouse_events: 1;
977                                 scale: 1;
978                                 description {
979                                         state: "default" 0.0;
980                                         visible: 0;
981                                         rel1 { relative: 0.14 0.4; offset: 0 0; to: "bg"; }//y_offset = 32
982                                         rel2 { relative: 0.26 0.6; offset: 0 0; to: "bg"; }
983                                 }
984                                 description {
985                                         state: "show" 0.0;
986                                         inherit: "default" 0.0;
987                                         visible: 1;
988                                 }
989                         }
990                         part {
991                                 name: "right_arrow2";
992                                 type: SWALLOW;
993                                 mouse_events: 1;
994                                 scale: 1;
995                                 description {
996                                         state: "default" 0.0;
997                                         visible: 0;
998                                         rel1 { relative: 0.74 0.4; offset: 0 0; to: "bg"; }//y_offset = 32
999                                         rel2 { relative: 0.86 0.6; offset: 0 0; to: "bg"; }
1000                                 }
1001                                 description {
1002                                         state: "show" 0.0;
1003                                         inherit: "default" 0.0;
1004                                         visible: 1;
1005                                 }
1006                         }
1007                         part {
1008                                 name: "right_arrow1";
1009                                 type: SWALLOW;
1010                                 mouse_events: 1;
1011                                 scale: 1;
1012                                 description {
1013                                         state: "default" 0.0;
1014                                         visible: 0;
1015                                         rel1 { relative: 0.83 0.4; offset: 0 0; to: "bg"; }//y_offset = 32
1016                                         rel2 { relative: 0.95 0.6; offset: 0 0; to: "bg"; }
1017                                 }
1018                                 description {
1019                                         state: "show" 0.0;
1020                                         inherit: "default" 0.0;
1021                                         visible: 1;
1022                                 }
1023                         }
1024
1025                         part {
1026                                 name: "popup";
1027                                 type: IMAGE;
1028                                 scale: 1;
1029                                 description {
1030                                         state: "default" 0.0;
1031                                         align: 0.5 0.5;
1032                                         rel1 { relative: 0.1 0.64; offset: 0 0; to: "bg"; }
1033                                         rel2 { relative: 0.9 0.74; offset: 0 0; to: "bg"; }
1034                                         image {
1035                                                 normal: "org.tizen.setting.png";
1036                                                 border: 13 13 9 9;
1037                                                 border_scale: 1;
1038                                         }
1039                                 }
1040                                 description {
1041                                         state: "hide" 0.0;
1042                                         inherit: "default" 0.0;
1043                                         visible: 0;
1044                                 }
1045                         }
1046                         part { name: "popup.text";/*middle allign*/
1047                                     type: TEXTBLOCK;
1048                                     scale: 1;
1049                                     description { state: "default" 0.0;
1050                                            align: 0.5 0.5;
1051                                            min: 0 26;
1052                                            fixed: 0 1;
1053                                            rel1 { relative: 0.0 0.0; offset: 10 0; to: "popup"; }
1054                                            rel2 { relative: 1.0 1.0; offset: -10 0; to: "popup"; }
1055
1056                                        //color: 8 8 8 255;
1057                                        text
1058                                            {
1059                                                 //align: 0.5 0.5;
1060                                                 min: 0 1;
1061                                                 //font: "Tizen:style=Bold";
1062                                                 //size: 26;
1063                                                 //text_class:"tizen";
1064                                                 style: textblock_moveicon;
1065                                         }
1066                                     }
1067                                     description {
1068                                             state: "hide" 0.0;
1069                                             inherit: "default" 0.0;
1070                                             visible: 0;
1071                                     }
1072                         }
1073                 } // end of parts
1074                 programs {
1075                         program { name: "show_circle";
1076                                 action: STATE_SET "default" 0.0;
1077                                 target: "circle";
1078                                 target: "popup";
1079                                 target: "popup.text";
1080                         }
1081                         program { name: "hide_circle";
1082                                 action: STATE_SET "hide" 0.0;
1083                                 target: "circle";
1084                                 target: "popup";
1085                                 target: "popup.text";
1086                         }
1087                         program { name: "mouse_down";
1088                                 signal: "MOUSE_DOWN_BROWSER";
1089                                 source: "elm";
1090                                 action: STATE_SET "show" 0.0;
1091                                 target: "toppopup";
1092                                 target: "toppopup.text";
1093                                 target: "left_arrow1";
1094                                 target: "left_arrow2";
1095                                 target: "right_arrow1";
1096                                 target: "right_arrow2";
1097                                 target: "up_arrow1";
1098                                 target: "up_arrow2";
1099                                 target: "down_arrow1";
1100                                 target: "down_arrow2";
1101                                 after: "hide_circle";
1102                         }
1103                         program { name: "mouse_up";
1104                                 signal: "MOUSE_UP_BROWSER";
1105                                 source: "elm";
1106                                 action: STATE_SET "default" 0.0;
1107                                 target: "toppopup";
1108                                 target: "toppopup.text";
1109                                 target: "left_arrow1";
1110                                 target: "left_arrow2";
1111                                 target: "right_arrow1";
1112                                 target: "right_arrow2";
1113                                 target: "up_arrow1";
1114                                 target: "up_arrow2";
1115                                 target: "down_arrow1";
1116                                 target: "down_arrow2";
1117                                 after: "show_circle";
1118                         }
1119                 }
1120         }
1121         group {
1122                 name: "ly_move_icon";
1123
1124                 parts {
1125                         /* background */
1126                         part {
1127                                 name: "bg";
1128                                 type: RECT;
1129                                 scale: 1;
1130                                 description {
1131                                         state: "default" 0.0;
1132                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
1133                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
1134                                         color: 8 8 8 8;
1135                                 }
1136                         }
1137                         part {
1138                                 name: "bg_swallow";
1139                                 type: SWALLOW;
1140                                 mouse_events: 1;
1141                                 scale: 1;
1142                                 description {
1143                                         state: "default" 0.0;
1144                                         align: 0.5 0.5;
1145                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
1146                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
1147                                 }
1148                         }
1149
1150                         part {
1151                                 name: "invisible_rect1";
1152                                 type: SWALLOW;
1153                                 mouse_events: 1;
1154                                 scale: 1;
1155                                 description {
1156                                         state: "default" 0.0;
1157                                         //fixed: 1 1;
1158                                         align: 0.0 0.0;
1159                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg"; }
1160                                         rel2 { relative: 1.0 0.24; offset: 0 0; to: "bg"; }
1161                                 }
1162                         }
1163                         part {
1164                                 name: "invisible_rect1.1";
1165                                 type: SWALLOW;
1166                                 mouse_events: 1;
1167                                 scale: 1;
1168                                 description {
1169                                         state: "default" 0.0;
1170                                         //fixed: 1 1;
1171                                         align: 0.0 0.0;
1172                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg"; }
1173                                         rel2 { relative: 1.0 0.05; offset: 0 0; to: "bg"; }
1174                                 }
1175                         }
1176
1177                         part {
1178                                 name: "search_bar2";
1179                                 type: SWALLOW;
1180                                 mouse_events: 1;
1181                                 scale: 1;
1182                                 description {
1183                                         state: "default" 0.0;
1184                                         min: 0 ITEM_Y_DEN;
1185                                         fixed: 1 1;
1186                                         align: 0.0 0.0;
1187                                         rel1 { relative: 0.0 0.032; offset: 0 0; to: "bg"; }//y_offset = 32
1188                                         rel2 { relative: 1.0 0.17; offset: 0 0; to: "bg"; }
1189                                 }
1190                         }
1191
1192                         part {
1193                                 name: "invisible_rect2";
1194                                 type: SWALLOW;
1195                                 mouse_events: 1;
1196                                 scale: 1;
1197                                 description {
1198                                         state: "default" 0.0;
1199                                         //fixed: 1 1;
1200                                         align: 0.0 0.0;
1201                                         rel1 { relative: 0.0 0.95; offset: 0 0; to: "bg"; }
1202                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
1203                                 }
1204                         }
1205
1206                         part {
1207                                 name: "middle_icon";
1208                                 type: SWALLOW;
1209                                 mouse_events: 1;
1210                                 scale: 1;
1211                                 description {
1212                                         state: "default" 0.0;
1213                                         //min: 80 80;
1214                                         fixed: 1 1;
1215                                         align: 0.5 1.0;
1216                                         rel1 { relative: 0.37 0.37); offset: 0 0; to: "bg"; }
1217                                         rel2 { relative: 0.63 0.63; offset: 0 0; to: "bg"; }
1218                                 }
1219                         }
1220
1221                         part {
1222                                 name: "popup";
1223                                 type: IMAGE;
1224                                 scale: 1;
1225                                 description {
1226                                         state: "default" 0.0;
1227                                         align: 0.5 0.5;
1228                                         fixed: 0 1;
1229                                         rel1 { relative: 0.03 0.632; offset: 0 0; to: "bg"; }
1230                                         rel2 { relative: 0.97 0.77; offset: 0 0; to: "bg"; }
1231                                         image {
1232                                                 normal: "org.tizen.setting.png";
1233                                                 border: 13 13 9 9;
1234                                                 border_scale: 1;
1235                                         }
1236                                 }
1237                                 description {
1238                                         state: "hide" 0.0;
1239                                         inherit: "default" 0.0;
1240                                         visible: 0;
1241                                 }
1242                         }
1243                         part { name: "bubble.text";/*middle allign*/
1244                                     type: TEXTBLOCK;
1245                                     scale: 1;
1246                                     description { state: "default" 0.0;
1247                                            align: 0.5 0.5;
1248                                            //min: 0 26;
1249                                            fixed: 0 1;
1250                                            rel1 { relative: 0.03 0.632; offset: 0 0; to: "bg"; }
1251                                            rel2 { relative: 0.97 0.77; offset: 0 0; to: "bg"; }
1252
1253                                        //color: 8 8 8 255;
1254                                        text
1255                                            {
1256                                                 //align: 0.5 0.5;
1257                                                 min: 0 1;
1258                                                 //font: "Tizen:style=Bold";
1259                                                 //size: 26;
1260                                                 //text_class:"tizen";
1261                                                 style: textblock_moveicon;
1262                                         }
1263                                     }
1264                                     description {
1265                                             state: "hide" 0.0;
1266                                             inherit: "default" 0.0;
1267                                             visible: 0;
1268                                     }
1269                         }
1270
1271                 } // end of parts
1272         }
1273
1274         group {
1275                         name: "storage_search_layout";
1276
1277                         parts {
1278                                 /* background */
1279                                 part {
1280                                         name: "bg";
1281                                         type: RECT;
1282                                         scale: 1;
1283                                         description {
1284                                                 state: "default" 0.0;
1285                                                 rel1 { relative: 0.0 0.0; offset: 0 0;}
1286                                                 rel2 { relative: 1.0 1.0; offset: 0 0;}
1287                                                 color: 8 8 8 8;
1288                                         }
1289                                 }
1290                                 part {
1291                                         name: "bg_swallow";
1292                                         type: SWALLOW;
1293                                         mouse_events: 1;
1294                                         scale: 1;
1295                                         description {
1296                                                 state: "default" 0.0;
1297                                                 align: 0.5 0.5;
1298                                                 rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
1299                                                 rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
1300                                         }
1301                                 }
1302                                 /******End adding middle icon and its text*******/
1303
1304                                 /* search area swallow */
1305                                 part {
1306                                         name: "search_bar";
1307                                         type: SWALLOW;
1308                                         mouse_events: 1;
1309                                         scale: 1;
1310                                         description {
1311                                                 state: "default" 0.0;
1312                                                 min: 0 ITEM_Y_DEN;
1313                                                 fixed: 1 1;
1314                                                 align: 0.0 0.0;
1315                                                 rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg"; }
1316                                                 rel2 { relative: 1.0 0.0; offset: 0 0; to: "bg"; }
1317                                         }
1318                                 }
1319
1320                         ///////////////////////////////////////////
1321                                 /* genlist swallow */
1322                                 part {
1323                                         name: "search_list";
1324                                         type: SWALLOW;
1325                                         mouse_events: 1;
1326                                         scale: 1;
1327                                         description {
1328                                                 state: "default" 0.0;
1329                                                 align: 0.0 0.0;
1330                                                 //rel1 { relative: 0.0 1.0; offset: 0 0; to: "search_bar"; }
1331                                                 rel1 { relative: 0.0 1.0; offset: 0 5; to: "search_bar"; }
1332                                                 rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
1333                                         }
1334                                 }
1335                         } // end of parts
1336         }
1337         group
1338         {
1339                 name:"thumbnail_icon2";
1340                 min: 110 50;
1341                 max: 121 55;
1342                 parts
1343                 {
1344                         part
1345                         {
1346                                 name:"checkbox";
1347                                 type:SWALLOW;
1348                                 scale: 1;
1349                                 description
1350                                 {
1351                                         state: "default" 0.0;
1352                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
1353                                         rel2 { relative: 0.45 1.0; offset: 0 0;}
1354                                 }
1355                         }
1356                         part
1357                         {
1358                                 name: "space";
1359                                 type: RECT;
1360                                 scale: 1;
1361                                 description
1362                                 { state: "default" 0.0;
1363                                    min: 45 0;
1364                                    fixed: 1 0;
1365                                    rel1
1366                                    {
1367                                           relative: 1.0 0.0;
1368                                           to_x: "checkbox";
1369                                    }
1370                                    rel2.to_x: "checkbox";
1371                                    color: 8 8 8 8;
1372                                    align: 0.0 0.0;
1373                                 }
1374
1375                         }
1376                         part
1377                         {
1378                                 name:"thumbnail";
1379                                 type:SWALLOW;
1380                                 scale: 1;
1381                                 description
1382                                 {
1383                                         state: "default" 0.0;
1384                                         rel1 { relative: 0.45 0.0; offset: 0 0;}
1385                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
1386                                 }
1387                         }
1388                 }
1389         }
1390         group
1391         {
1392                 name: "nocontents";
1393                 parts {
1394                         part {
1395                         name: "contents";
1396                         type: SWALLOW;
1397                                 description {
1398                                 state: "default" 0.0;
1399                                 }
1400                         }
1401                 }
1402         }
1403         group
1404         {
1405         name: "selinfo_bottom";
1406
1407         parts {
1408                 part {
1409                         name: "background";
1410                         type: RECT;
1411                         scale: 1;
1412                         description {
1413                                 state: "default" 0.0;
1414                                 rel1 { relative: 0.0 0.0; }
1415                                 rel2 { relative: 1.0 1.0; }
1416                                 color: 8 8 8 8;
1417                         }
1418                 }
1419
1420                 part {
1421                         name: "elm.swallow.contents";
1422                         type: SWALLOW;
1423                         scale: 1;
1424                         description {
1425                                 state: "default" 0.0;
1426                                 rel1 { relative: 0.0 0.0; to: "background"; }
1427                                 rel2 { relative: 1.0 0.0; to_x: "background"; to_y:"bottom_padding"; }
1428                         }
1429                 }
1430
1431                 part {
1432                         name: "bottom_padding";
1433                         type: RECT;
1434                         scale: 1;
1435                         description {
1436                                 state: "default" 0.0;
1437                                 min: 0 0;
1438                                 fixed: 0 1;
1439                                 align: 0.5 1.0;
1440                                 rel1 { relative: 0.0 1.0; to: "background"; }
1441                                 rel2 { relative: 1.0 1.0; to: "background"; }
1442                                 color: 8 8 8 8;
1443                         }
1444                         description {
1445                                 state: "padding" 0.0;
1446                                 inherit: "default" 0.0;
1447                                 min: 0 5; // 66+4+12
1448                         }
1449                 }
1450         }
1451
1452         programs {
1453                 program {
1454                         name: "bottom_padding_content_area";
1455                         signal: "elm,layout,content,bottom_padding";
1456                         source: "layout";
1457                         action: STATE_SET "padding" 0.0;
1458                         target: "bottom_padding";
1459                 }
1460                 program {
1461                         name: "default_content_area";
1462                         signal: "elm,layout,content,default";
1463                         source: "layout";
1464                         action: STATE_SET "default" 0.0;
1465                         target: "bottom_padding";
1466                 }
1467         }
1468         }
1469         group { name: "popup_checkview";
1470            parts {
1471               part { name: "pad_t";
1472                  type: SPACER;
1473                  scale: 1;
1474                  description { state: "default" 0.0;
1475                     align: 0.5 0.0;
1476                     min: 0 32;
1477                     fixed: 0 1;
1478                     rel1 {
1479                        relative: 1.0 0.0;to_x: "pad_l";
1480                     }
1481                     rel2 {
1482                        relative: 0.0 0.0;to_x: "pad_r";
1483                     }
1484                  }
1485               }
1486               part { name: "pad_l";
1487                  type: SPACER;
1488                  scale: 1;
1489                  description { state: "default" 0.0;
1490                     min: 65 0;
1491                     max: 65 0;
1492                     fixed: 1 0;
1493                     rel1 {
1494                        relative: 0.0 0.0;
1495                     }
1496                     rel2 {
1497                        relative: 0.0 1.0;
1498                     }
1499                     align: 0.0 0.0;
1500                  }
1501               }
1502               part { name: "pad_r";
1503                  type: SPACER;
1504                  scale: 1;
1505                  description { state: "default" 0.0;
1506                     min: 65 0;
1507                     max: 65 0;
1508                     fixed: 1 0;
1509                     rel1 {
1510                        relative: 1.0 0.0;
1511                     }
1512                     rel2 {
1513                        relative: 1.0 1.0;
1514                     }
1515                     align: 1.0 0.0;
1516                  }
1517               }
1518               part { name: "elm.swallow.content";
1519                  type: SWALLOW;
1520                  scale: 1;
1521                  description { state: "default" 0.0;
1522                     fixed: 1 0;
1523                     rel1 {
1524                        relative: 1.0 1.0;
1525                        to_x: "pad_l";
1526                        to_y: "pad_t";
1527                     }
1528                     rel2 {
1529                        relative: 0.0 0.0;
1530                        to_x: "pad_r";
1531                        to_y: "pad_b";
1532                     }
1533                  }
1534               }
1535               part { name: "bottom_pad";
1536                  type: SPACER;
1537                  scale: 1;
1538                  description { state: "default" 0.0;
1539                     align: 0.0 1.0;
1540                     min: 0 32;
1541                     fixed: 0 1;
1542                     rel1 {
1543                        relative: 1.0 1.0;
1544                        to_x: "pad_l";
1545                     }
1546                     rel2 {
1547                        relative: 0.0 1.0;
1548                        to_x: "pad_r";
1549                     }
1550                  }
1551               }
1552               part { name: "pad_b";
1553                  type: SPACER;
1554                  scale: 1;
1555                  description { state: "default" 0.0;
1556                     align: 0.0 1.0;
1557                     min: 0 121;
1558                     fixed: 0 1;
1559                     rel1 {
1560                        relative: 0.0 0.0;
1561                        to: "bottom_pad";
1562                     }
1563                     rel2 {
1564                        relative: 1.0 0.0;
1565                        to: "bottom_pad";
1566                     }
1567                  }
1568               }
1569               part { name: "end_field";
1570                  type: SPACER;
1571                  scale: 1;
1572                  description { state: "default" 0.0;
1573                     align: 0.0 1.0;
1574                     min: 0 100;
1575                     fixed: 0 1;
1576                     rel1 {
1577                        relative: 0.0 1.0;
1578                        to: "pad_b";
1579                     }
1580                     rel2 {
1581                        relative: 0.0 1.0;
1582                        to: "pad_b";
1583                     }
1584                  }
1585               }
1586               part { name: "elm.swallow.end";
1587                  type: SWALLOW;
1588                  scale: 1;
1589                  description { state: "default" 0.0;
1590                     fixed: 1 1;
1591                     align: 0.0 0.5;
1592                     rel1.to: "end_field";
1593                     rel2.to: "end_field";
1594                  }
1595               }
1596            }
1597         }
1598
1599
1600         group { name: "popup_checkview_image";
1601            parts {
1602               part { name: "pad_t";
1603               type: RECT;
1604                  scale: 1;
1605                  mouse_events: 0;
1606                  repeat_events: 1;
1607                  description { state: "default" 0.0;
1608                     align: 0.5 0.0;
1609                     min: 0 2;
1610                     fixed: 0 1;
1611                     visible: 0;
1612                     rel1 {
1613                        relative: 1.0 0.0;to_x: "pad_l";
1614                     }
1615                     rel2 {
1616                        relative: 0.0 0.0;to_x: "pad_r";
1617                     }
1618                  }
1619               }
1620               part { name: "pad_l";
1621               type: RECT;
1622                  scale: 1;
1623                  description { state: "default" 0.0;
1624                     min : 2 0;
1625                     fixed: 1 0;
1626                     visible: 0;
1627                     rel1 {
1628                        relative: 0.0 0.0;
1629                     }
1630                     rel2 {
1631                        relative: 0.0 1.0;
1632                     }
1633                     align: 0.0 0.0;
1634                  }
1635               }
1636               part { name: "pad_r";
1637               type: RECT;
1638                  scale: 1;
1639                  description { state: "default" 0.0;
1640                     min : 2 0;
1641                     fixed: 1 0;
1642                     visible: 0;
1643                     rel1 {
1644                        relative: 1.0 0.0;
1645                     }
1646                     rel2 {
1647                        relative: 1.0 1.0;
1648                     }
1649                     align: 1.0 0.0;
1650                  }
1651               }
1652               part { name:"elm.swallow.content";
1653                  type: SWALLOW;
1654                  scale : 1;
1655                  mouse_events: 1;
1656                  repeat_events: 1;
1657                  description { state: "default" 0.0;
1658                     min: 680 350;
1659                     align: 0.0 1.0;
1660                     fixed: 0 0;
1661                     rel1 {
1662                        relative: 0.0 1.0;
1663                        to: "pad_t";
1664                     }
1665                     rel2 {
1666                        relative: 1.0 0.0;
1667                        to: "pad_b";
1668                     }
1669                  }
1670               }
1671               part { name: "pad_b";
1672                  scale : 1;
1673                  mouse_events: 0;
1674                  type: RECT;
1675                  description { state: "default" 0.0;
1676                     align: 0.5 1.0;
1677                     min: 0 66;
1678                     visible: 0;
1679                     fixed: 0 1;
1680                     rel1 {
1681                        relative: 1.0 1.0;to_x: "pad_l";
1682                     }
1683                     rel2 {
1684                        relative: 0.0 1.0;to_x: "pad_r";
1685                     }
1686                  }
1687               }
1688               part { name: "elm.swallow.end";
1689                  type: SWALLOW;
1690                  scale : 1;
1691                  mouse_events: 1;
1692                  repeat_events: 1;
1693                  description { state: "default" 0.0;
1694                     align: 0.0 0.5;
1695                     min: 64 64;
1696                     max: 64 64;
1697                     fixed: 1 1;
1698                     rel1 {
1699                        relative: 0.0 0.0;
1700                        to: "pad_b";
1701                     }
1702                     rel2 {
1703                        relative: 0.0 1.0;
1704                        to: "pad_b";
1705                     }
1706                  }
1707               }
1708               part { name: "elm.text";
1709                  type: TEXT;
1710                  scale : 1;
1711                  description { state: "default" 0.0;
1712                     text {
1713                        font: "Tizen:style=Medium";
1714                        size: 38;
1715                        min: 0 0;
1716                        align: 0.0 0.5;
1717                        text_class: "tizen";
1718                     }
1719                     color: 8 8 8 255;
1720                     align: 0.0 0.5;
1721                     rel1 {
1722                        relative: 1.0 0.0;
1723                        to_x:"elm.swallow.end"; to_y: "pad_b";
1724                     }
1725                     rel2 {
1726                        relative: 1.0 1.0;
1727                        to: "pad_b";
1728                     }
1729                  }
1730               }
1731            }
1732         }
1733
1734         group {
1735                 name: "popup_smartscreen_internal";
1736                 parts {
1737                         part {
1738                                 name: "elm.swallow.content1";
1739                                 type: SWALLOW;
1740                                 scale : 1;
1741                                 description {
1742                                         state: "default" 0.0;
1743                                         align: 0.0 0.0;
1744                                         rel2.relative: 1.0 0.0;
1745                                         fixed: 0 1;
1746                                 }
1747                         }
1748                         part {
1749                                 name: "elm.content.bg";
1750                                 type: RECT;
1751                                 scale : 1;
1752                                 description {
1753                                         state: "default" 0.0;
1754                                         min: 0 443;
1755                                         fixed: 0 1;
1756                                         visible: 0;
1757                                         align: 0.0 0.0;
1758                                         rel1 {
1759                                                 relative: 0.0 1.0;
1760                                                 to: "elm.swallow.content1";
1761                                         }
1762                                         rel2.to: "elm.swallow.content1";
1763                                 }
1764                         }
1765                         part {
1766                                 name: "elm.swallow.content2";
1767                                 type: SWALLOW;
1768                                 scale : 1;
1769                                 description {
1770                                         state: "default" 0.0;
1771                                         min: 390 390;
1772                                         max: 390 390;
1773                                         fixed: 1 1;
1774                                         aspect: 1.0 1.0;
1775                                         aspect_preference: VERTICAL;
1776                                         rel1.to: "elm.content.bg";
1777                                         rel2.to: "elm.content.bg";
1778                                 }
1779                         }
1780                         part {
1781                                 name: "elm.swallow.content3";
1782                                 type: SWALLOW;
1783                                 scale : 1;
1784                                 description {
1785                                         state: "default" 0.0;
1786                                         align: 0.0 1.0;
1787                                         rel1 {
1788                                                 relative: 0.0 1.0;
1789                                                 to: "elm.content.bg";
1790                                         }
1791                                 }
1792                         }
1793                 }
1794         }
1795         group {
1796                 name: "motion_gyroscope_layout";
1797                 parts {
1798                         /* background */
1799                         part {
1800                                 name: "bg";
1801                                 type: RECT;
1802                                 mouse_events: 1;
1803                                 scale: 1;
1804                                 description {
1805                                         state: "default" 0.0;
1806                                         min:0 900;
1807                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
1808                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
1809                                         color: 8 8 8 8;
1810                                 }
1811                         }
1812                         part { name: "elm.padding.top";
1813                                 type: RECT;
1814                                 scale: 1;
1815                                 description {
1816                                         state: "default" 0.0;
1817                                         min: 0 32;
1818                                         fixed: 0 1;
1819                                         visible: 0;
1820                                         rel2.relative: 1.0 0.0;
1821                                         align: 0.0 0.0;
1822                                 }
1823                         }
1824                         part {
1825                                 name: "text_desc_area";
1826                                 type: SWALLOW;
1827                                 mouse_events: 0;
1828                                 scale: 1;
1829                                 description {
1830                                         state: "default" 0.0;
1831                                         fixed: 1 1;
1832                                         align: 0.5 0.0;
1833                                         min: 0 76;
1834                                         rel1 {
1835                                                 relative: 0.0 1.0;
1836                                                 to_y: "elm.padding.top";
1837                                         }
1838                                         rel2 {
1839                                                 relative: 1.0 1.0;
1840                                                 to_y: "elm.padding.top";
1841                                         }
1842                                 }
1843                         }
1844                         part { name: "elm.padding.middle_1";
1845                                 type: RECT;
1846                                 scale: 1;
1847                                 description {
1848                                         state: "default" 0.0;
1849                                         min: 0 83;
1850                                         fixed: 0 1;
1851                                         visible: 0;
1852                                         align: 0.0 0.0;
1853                                         rel1 {
1854                                                 relative: 0.0 1.0;
1855                                                 to_y: "text_desc_area";
1856                                         }
1857                                         rel2 {
1858                                                 relative: 1.0 1.0;
1859                                                 to_y: "text_desc_area";
1860                                         }
1861                                 }
1862                         }
1863                         part {
1864                                 name: "image_circle_bg";
1865                                 type: SWALLOW;
1866                                 scale: 1;
1867                                 mouse_events: 1;
1868                                 description {
1869                                         state: "default" 0;
1870                                         fixed: 1 1;
1871                                         align: 0.5 0.0;
1872                                         rel1 {
1873                                                 relative: 0.0 1.0; to_y: "elm.padding.middle_1";
1874                                         }
1875                                         rel2 {
1876                                                 relative: 1.0 1.0; to_y: "elm.padding.middle_1";
1877                                         }
1878                                 }
1879                         }
1880                         part {
1881                                 name: "image_circle_layer";
1882                                 type: SWALLOW;
1883                                 scale: 1;
1884                                 mouse_events: 1;
1885                                 description {
1886                                         state: "default" 0;
1887                                         fixed: 1 1;
1888                                         align: 0.5 0.0;
1889                                         rel1 {
1890                                                 relative: 0.0 1.0; to_y: "elm.padding.middle_1";
1891                                         }
1892                                         rel2 {
1893                                                 relative: 1.0 1.0; to_y: "elm.padding.middle_1";
1894                                         }
1895                                 }
1896                         }
1897                         part {
1898                                 name: "image_circle_ball";
1899                                 type: SWALLOW;
1900                                 scale: 1;
1901                                 description {
1902                                         state: "default" 0.0;
1903                                         align: 0.5 0.5;
1904                                         min:100 100;
1905                                         rel1{ relative: 0.0 0.0; offset: 310 298; to: "image_circle_bg"; }
1906                                         rel2{ relative: 1.0 1.0; offset: -310 -298; to: "image_circle_bg"; }
1907                                 }
1908                         }
1909                         part {
1910                                 name: "text_circle_number";
1911                                 type: TEXT;
1912                                 scale: 1;
1913                                 description {
1914                                         state: "default" 0.0;
1915                                         align: 0.5 0.5;
1916                                         min:100 100;
1917                                         rel1{ relative: 0.0 0.0; offset: 310 298; to: "image_circle_bg"; }
1918                                         rel2{ relative: 1.0 1.0; offset: -310 -298; to: "image_circle_bg"; }
1919                                         text {
1920                                                 font: "Tizen:style=Bold";
1921                                                 text_class:"tizen";
1922                                                 size: 40;
1923                                                 min: 0 0;
1924                                                 align: 0.5 0.5;
1925                                         }
1926                                 }
1927                         }
1928                 }
1929         }
1930         group {
1931                 name: "personal_vib_layout";
1932
1933                 parts {
1934                         /* background */
1935                         part {
1936                                 name: "bg";
1937                                 type: RECT;
1938                                 mouse_events: 1;
1939                                 scale: 1;
1940                                 description {
1941                                         state: "default" 0.0;
1942                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
1943                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
1944                                         color: 8 8 8 8;
1945                                 }
1946                         }
1947
1948                         part { name: "elm.padding.top";
1949                                 type: RECT;
1950                                 scale: 1;
1951                                 description {
1952                                         state: "default" 0.0;
1953                                         min: 0 30;
1954                                         fixed: 0 1;
1955                                         visible: 0;
1956                                         rel2.relative: 1.0 0.0;
1957                                         align: 0.0 0.0;
1958                                 }
1959                         }
1960
1961                         part {
1962                                 name: "icon_crea";
1963                                 type: RECT;
1964                                 scale: 1;
1965                                 description {
1966                                         state: "default" 0.0;
1967                                         fixed: 0 1;
1968                                         visible: 0;
1969                                         rel1 {
1970                                                 relative: 0 1.0;
1971                                                 offset: 0 0;
1972                                                 to_x: "bg";
1973                                                 to_y: "elm.padding.top";
1974                                         }
1975                                         rel2 {
1976                                                 relative: 1.0 1.0;
1977                                                 offset: 0 0;
1978                                                 to: "bg";
1979                                         }
1980                                 }
1981                         }
1982
1983                         part {
1984                                 name: "bg_icon";
1985                                 type: SWALLOW;
1986                                 mouse_events: 1;
1987                                 scale: 1;
1988                                 description {
1989                                         state: "default" 0.0;
1990                                         fixed: 1 1;
1991                                         align: 0.5 0.5;
1992                                         rel1 {
1993                                                 relative: 0 140/PERSONAL_VIBRATION_LAYOUT_H;
1994                                                 offset: 0 0;
1995                                                 to: "icon_crea";
1996                                         }
1997                                         rel2 {
1998                                                 relative: 1.0 812/PERSONAL_VIBRATION_LAYOUT_H;
1999                                                 offset: 0 0;
2000                                                 to: "icon_crea";
2001                                         }
2002                                 }
2003                         }
2004
2005                         part {
2006                                 name: "time_pass";
2007                                 type: SWALLOW;
2008                                 scale: 1;
2009                                 mouse_events: 1;
2010                                 description {
2011                                         state: "default" 0;
2012                                         visible: 1;
2013                                         rel1 {
2014                                                 relative: 0.0 0.0; to: "bg_icon";
2015                                         }
2016                                         rel2 {
2017                                                 relative: 1.0 1.0; to: "bg_icon";
2018                                         }
2019                                 }
2020                                 description {
2021                                         state: "hide" 0.0;
2022                                         inherit: "default" 0.0;
2023                                         visible: 0;
2024                                 }
2025                         }
2026
2027                         part {
2028                                 name: "recording_icon";
2029                                 type: SWALLOW;
2030                                 mouse_events: 1;
2031                                 scale: 1;
2032                                 description {
2033                                         state: "default" 0.0;
2034                                         fixed: 1 1;
2035                                         align: 0.5 0.5;
2036                                         visible: 0;
2037                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg_icon"; }
2038                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg_icon"; }
2039                                 }
2040                                 description {
2041                                         state: "show" 0.0;
2042                                         inherit: "default" 0.0;
2043                                         visible: 1;
2044                                 }
2045                         }
2046
2047                         part {
2048                                 name: "tap_create";
2049                                 type: RECT;
2050                                 mouse_events: 1;
2051                                 scale: 1;
2052                                 description {
2053                                         state: "default" 0.0;
2054                                         align: 0.5 0.5;
2055                                         rel1 { relative: 0.0 860/PERSONAL_VIBRATION_LAYOUT_H; offset: 0 0;}
2056                                         rel2 { relative: 1.0 920/PERSONAL_VIBRATION_LAYOUT_H; offset: 0 0;}
2057                                         color: 255 255 255 0;
2058                                 }
2059                         }
2060
2061                         part { name: "tap_create.text";
2062                                 type: TEXTBLOCK;
2063                                 scale: 1;
2064                                 description {
2065                                         state: "default" 0.0;
2066                                         min: 0 44;
2067                                         fixed: 0 1;
2068                                         visible: 1;
2069                                         align: 0.5 0.5;
2070                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "tap_create"; }
2071                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "tap_create"; }
2072                                         color: 255 255 255 255;
2073                                         text {
2074                                                 style: vibration_create_style;
2075                                                 min: 0 0;
2076                                                 align: 0.5 0.5;
2077                                         }
2078                                 }
2079                         }
2080
2081                         part {
2082                                 name: "tap_create_landscape";
2083                                 type: RECT;
2084                                 mouse_events: 1;
2085                                 scale: 1;
2086                                 description {
2087                                         state: "default" 0.0;
2088                                         align: 0.5 0.5;
2089                                         rel1 { relative: 0.0 202/484; offset: 0 0;}
2090                                         rel2 { relative: 400/1280 282/484; offset: 0 0;}
2091                                         color: 255 255 255 0;
2092                                 }
2093                         }
2094
2095                         part { name: "tap_create_landscape.text";
2096                                 type: TEXTBLOCK;
2097                                 scale: 1;
2098                                 description {
2099                                         state: "default" 0.0;
2100                                         min: 0 44;
2101                                         fixed: 0 1;
2102                                         visible: 1;
2103                                         align: 0.5 0.5;
2104                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "tap_create_landscape"; }
2105                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "tap_create_landscape"; }
2106                                         color: 255 255 255 255;
2107                                         text {
2108                                                 style: small_vibration_create_style;
2109                                                 min: 0 0;
2110                                                 align: 0.5 0.5;
2111                                         }
2112                                 }
2113                         }
2114
2115
2116                 } // end of parts
2117
2118                 programs {
2119                         program {
2120                                 name : "show_recording_icon";
2121                                 signal : "SHOW_RECORDING_ICON";
2122                                 source : "personal_vib";
2123                                 action : STATE_SET "show" 0.0;
2124                                 target : "recording_icon";
2125                         }
2126                         program {
2127                                 name : "hide_recording_icon";
2128                                 signal : "HIDE_RECORDING_ICON";
2129                                 source : "personal_vib";
2130                                 action : STATE_SET "default" 0.0;
2131                                 target : "recording_icon";
2132                         }
2133                         program {
2134                                 name : "show_time_pass";
2135                                 signal : "SHOW_TIME_PASS";
2136                                 source : "personal_vib";
2137                                 action : STATE_SET "default" 0.0;
2138                                 target : "time_pass";
2139                         }
2140                         program {
2141                                 name : "hide_time_pass";
2142                                 signal : "HIDE_TIME_PASS";
2143                                 source : "personal_vib";
2144                                 action : STATE_SET "hide" 0.0;
2145                                 target : "time_pass";
2146                         }
2147                 } //end of programs
2148         }
2149
2150         group {
2151                 name: "screen_mode";
2152
2153                 parts {
2154                         part {
2155                                 name: "bg";
2156                                 type: RECT;
2157                                 scale: 1;
2158                                 description {
2159                                         state: "default" 0.0;
2160                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
2161                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
2162                                         color: 8 8 8 8;
2163                                 }
2164                         }
2165                         part {
2166                                 name: "background";
2167                                 type: RECT;
2168                                 scale: 1;
2169                                 description {
2170                                         state: "default" 0.0;
2171                                         align: 0.5 0.5;
2172                                         max: 720 336;
2173                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
2174                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
2175                                         color: 8 8 8 8;
2176                                 }
2177                         }
2178                         part {
2179                                 name: "content";
2180                                 type: SWALLOW;
2181                                 mouse_events: 1;
2182                                 scale: 1;
2183                                 description {
2184                                         state: "default" 0.0;
2185                                         align: 0.5 0.5;
2186                                         rel1 {
2187                                                 relative: 0 0;
2188                                         }
2189                                         rel2 {
2190                                                 relative: 1 304/336;
2191                                         }
2192                                 }
2193                         }
2194                         part { name: "content.text1";
2195                                 type: TEXTBLOCK;
2196                                 scale: 1;
2197                                 description {
2198                                         state: "default" 0.0;
2199                                         min: 0 44;
2200                                         fixed: 0 1;
2201                                         visible: 1;
2202                                         align: 0 0;
2203                                         rel1 { relative: 54/720 304/336; offset: 0 0; to: "background";}
2204                                         rel2 { relative: 144/720 1; offset: 0 0; to: "background";}
2205                                         text {
2206                                                 style: data_usage_graph_style;
2207                                                 min: 0 0;
2208                                                 align: 0 0;
2209                                         }
2210                                 }
2211                         }
2212                         part { name: "content.text2";
2213                                 type: TEXTBLOCK;
2214                                 scale: 1;
2215                                 description {
2216                                         state: "default" 0.0;
2217                                         min: 0 44;
2218                                         fixed: 0 1;
2219                                         visible: 1;
2220                                         align: 0 0;
2221                                         rel1 { relative: 144/720 304/336; offset: 0 0; to: "background";}
2222                                         rel2 { relative: 234/720 1; offset: 0 0; to: "background";}
2223                                         text {
2224                                                 style: data_usage_graph_style;
2225                                                 min: 0 0;
2226                                                 align: 0 0;
2227                                         }
2228                                 }
2229                         }
2230                         part { name: "content.text3";
2231                                 type: TEXTBLOCK;
2232                                 scale: 1;
2233                                 description {
2234                                         state: "default" 0.0;
2235                                         min: 0 44;
2236                                         fixed: 0 1;
2237                                         visible: 1;
2238                                         align: 0 0;
2239                                         rel1 { relative: 234/720 304/336; offset: 0 0; to: "background";}
2240                                         rel2 { relative: 324/720 1; offset: 0 0; to: "background";}
2241                                         text {
2242                                                 style: data_usage_graph_style;
2243                                                 min: 0 0;
2244                                                 align: 0 0;
2245                                         }
2246                                 }
2247                         }
2248                         part { name: "content.text4";
2249                                 type: TEXTBLOCK;
2250                                 scale: 1;
2251                                 description {
2252                                         state: "default" 0.0;
2253                                         min: 0 44;
2254                                         fixed: 0 1;
2255                                         visible: 1;
2256                                         align: 0 0;
2257                                         rel1 { relative: 324/720 304/336; offset: 0 0; to: "background";}
2258                                         rel2 { relative: 414/720 1; offset: 0 0; to: "background";}
2259                                         text {
2260                                                 style: data_usage_graph_style;
2261                                                 min: 0 0;
2262                                                 align: 0 0;
2263                                         }
2264                                 }
2265                         }
2266                         part { name: "content.text5";
2267                                 type: TEXTBLOCK;
2268                                 scale: 1;
2269                                 description {
2270                                         state: "default" 0.0;
2271                                         min: 0 44;
2272                                         fixed: 0 1;
2273                                         visible: 1;
2274                                         align: 0 0;
2275                                         rel1 { relative: 414/720 304/336; offset: 0 0; to: "background";}
2276                                         rel2 { relative: 504/720 1; offset: 0 0; to: "background";}
2277                                         text {
2278                                                 style: data_usage_graph_style;
2279                                                 min: 0 0;
2280                                                 align: 0 0;
2281                                         }
2282                                 }
2283                         }
2284                         part { name: "content.text6";
2285                                 type: TEXTBLOCK;
2286                                 scale: 1;
2287                                 description {
2288                                         state: "default" 0.0;
2289                                         min: 0 44;
2290                                         fixed: 0 1;
2291                                         visible: 1;
2292                                         align: 0 0;
2293                                         rel1 { relative: 504/720 304/336; offset: 0 0; to: "background";}
2294                                         rel2 { relative: 594/720 1; offset: 0 0; to: "background";}
2295                                         text {
2296                                                 style: data_usage_graph_style;
2297                                                 min: 0 0;
2298                                                 align: 0 0;
2299                                         }
2300                                 }
2301                         }
2302                         part { name: "content.text7";
2303                                 type: TEXTBLOCK;
2304                                 scale: 1;
2305                                 description {
2306                                         state: "default" 0.0;
2307                                         min: 0 44;
2308                                         fixed: 0 1;
2309                                         visible: 1;
2310                                         align: 0 0;
2311                                         rel1 { relative: 594/720 304/336; offset: 0 0; to: "background";}
2312                                         rel2 { relative: 684/720 1; offset: 0 0; to: "background";}
2313                                         text {
2314                                                 style: data_usage_graph_style;
2315                                                 min: 0 0;
2316                                                 align: 0 0;
2317                                         }
2318                                 }
2319                         }
2320                 }
2321         }
2322         group {
2323                 name: "default_storage";
2324
2325                 parts {
2326                         part {
2327                                 name: "bg";
2328                                 type: RECT;
2329                                 scale: 1;
2330                                 description {
2331                                         state: "default" 0.0;
2332                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
2333                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
2334                                         color: 8 8 8 8;
2335                                 }
2336                         }
2337                         part { name: "application_desp.text";
2338                                 type: TEXTBLOCK;
2339                                 scale: 1;
2340                                 description {
2341                                         state: "default" 0.0;
2342                                         min: 0 44;
2343                                         fixed: 1 1;
2344                                         visible: 1;
2345                                         align: 0 0;
2346                                         rel1 { relative: 36/720 0.0; offset: 0 0;}
2347                                         rel2 { relative: 684/720 1.0; offset: 0 0;}
2348                                         text {
2349                                                 style: datausage_desp_style;
2350                                                 min: 0 0;
2351                                                 align: 0 0;
2352                                         }
2353                                 }
2354                         }
2355                 }
2356         }
2357         group {
2358                 name: "graph_desp";
2359
2360                 parts {
2361                         part {
2362                                 name: "bg";
2363                                 type: RECT;
2364                                 scale: 1;
2365                                 description {
2366                                         state: "default" 0.0;
2367                                         min: 720 216;
2368                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
2369                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
2370                                         color: 8 8 8 8;
2371                                 }
2372                         }
2373                         part {
2374                                 name: "content_desp_used";
2375                                 type: RECT;
2376                                 mouse_events: 1;
2377                                 scale: 1;
2378                                 description {
2379                                         state: "default" 0.0;
2380                                         align: 0.0 0.0;
2381                                         rel1 {
2382                                                 relative: 38/720 0;
2383                                         }
2384                                         rel2 {
2385                                                 relative: 682/720 38/216;
2386                                         }
2387                                         color: 8 8 8 8;
2388                                 }
2389                         }
2390                         part { name: "content_desp_used.text";
2391                                 type: TEXTBLOCK;
2392                                 scale: 1;
2393                                 description {
2394                                         state: "default" 0.0;
2395                                         min: 0 44;
2396                                         fixed: 0 1;
2397                                         visible: 1;
2398                                         align: 0.5 0.5;
2399                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "content_desp_used"; }
2400                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "content_desp_used"; }
2401                                         text {
2402                                                 style: small_datausage_desp_style;
2403                                                 min: 0 0;
2404                                         }
2405                                 }
2406                         }
2407                         /*part {
2408                                 name: "content_desp";
2409                                 type: SWALLOW;
2410                                 mouse_events: 1;
2411                                 scale: 1;
2412                                 description {
2413                                         state: "default" 0.0;
2414                                         align: 0.5 0.5;
2415                                         rel1 {
2416                                                 relative: 38/720 59/216;
2417                                         }
2418                                         rel2 {
2419                                                 relative: 682/720 173/216;
2420                                         }
2421                                         color: 255 255 255 0;
2422                                 }
2423                         }*/
2424                         part {
2425                                 name: "content_desp_str";
2426                                 type: RECT;
2427                                 mouse_events: 1;
2428                                 scale: 1;
2429                                 description {
2430                                         state: "default" 0.0;
2431                                         align: 0.0 0.0;
2432                                         rel1 {
2433                                                 relative: 38/720 59/216;
2434                                         }
2435                                         rel2 {
2436                                                 relative: 682/720 173/216;
2437                                         }
2438                                         color: 8 8 8 8;
2439                                 }
2440                         }
2441                         part { name: "content_desp_str.text";
2442                                 type: TEXTBLOCK;
2443                                 scale: 1;
2444                                 description {
2445                                         state: "default" 0.0;
2446                                         min: 0 44;
2447                                         fixed: 0 1;
2448                                         visible: 1;
2449                                         align: 0.5 0.5;
2450                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "content_desp_str"; }
2451                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "content_desp_str"; }
2452                                         text {
2453                                                 style: datausage_desp_style;
2454                                                 min: 0 0;
2455                                         }
2456                                 }
2457                         }
2458                 }
2459         }
2460         group {
2461                 name: "limit_graph";
2462
2463                 parts {
2464                         part {
2465                                 name: "bg";
2466                                 type: RECT;
2467                                 scale: 1;
2468                                 description {
2469                                         state: "default" 0.0;
2470                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
2471                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
2472                                         color: 8 8 8 8;
2473                                 }
2474                         }
2475                         part {
2476                                 name: "back_ground";
2477                                 type: SWALLOW;
2478                                 mouse_events: 1;
2479                                 scale: 1;
2480                                 description {
2481                                         state: "default" 0.0;
2482                                         align: 0.5 0.5;
2483                                         max:  720 125;
2484                                         rel1 {
2485                                                 relative: 0 46/171;
2486                                         }
2487                                         rel2 {
2488                                                 relative: 1 1;
2489                                         }
2490                                         color: 255 255 255 255;
2491                                 }
2492                         }
2493                         part {
2494                                 name: "content_graph";
2495                                 type: SWALLOW;
2496                                 mouse_events: 1;
2497                                 scale: 1;
2498                                 description {
2499                                         state: "default" 0.0;
2500                                         align: 0.5 0.5;
2501                                         rel1 {
2502                                                 relative: 0 0/125;
2503                                                 to: "back_ground";
2504                                         }
2505                                         rel2 {
2506                                                 relative: 1 63/125;
2507                                                 to: "back_ground";
2508                                         }
2509                                 }
2510                         }
2511                         part {
2512                                 name: "content_text_used";
2513                                 type: RECT;
2514                                 mouse_events: 1;
2515                                 scale: 1;
2516                                 description {
2517                                         state: "default" 0.0;
2518                                         align: 0.0 0.0;
2519                                         rel1 {
2520                                                 relative: 32/720 63/125;
2521                                                 to: "back_ground";
2522                                         }
2523                                         rel2 {
2524                                                 relative: 1 93/125;
2525                                                 to: "back_ground";
2526                                         }
2527                                         color: 8 8 8 8;
2528                                 }
2529                         }
2530                         part { name: "content_text_used.text";
2531                                 type: TEXTBLOCK;
2532                                 scale: 1;
2533                                 description {
2534                                         state: "default" 0.0;
2535                                         min: 0 44;
2536                                         fixed: 0 1;
2537                                         visible: 1;
2538                                         align: 0.5 0.5;
2539                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "content_text_used"; }
2540                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "content_text_used"; }
2541                                         text {
2542                                                 style: datausage_limitgraph_style;
2543                                                 min: 0 0;
2544                                         }
2545                                 }
2546                         }
2547                         part {
2548                                 name: "content_text_remaining";
2549                                 type: RECT;
2550                                 mouse_events: 1;
2551                                 scale: 1;
2552                                 description {
2553                                         state: "default" 0.0;
2554                                         align: 0.0 0.0;
2555                                         rel1 {
2556                                                 relative: 32/720 93/125;
2557                                                 to: "back_ground";
2558                                         }
2559                                         rel2 {
2560                                                 relative: 1 123/125;
2561                                                 to: "back_ground";
2562                                         }
2563                                         color: 8 8 8 8;
2564                                 }
2565                         }
2566                         part { name: "content_text_remaining.text";
2567                                 type: TEXTBLOCK;
2568                                 scale: 1;
2569                                 description {
2570                                         state: "default" 0.0;
2571                                         min: 0 44;
2572                                         fixed: 0 1;
2573                                         visible: 1;
2574                                         align: 0.5 0.5;
2575                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "content_text_remaining"; }
2576                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "content_text_remaining"; }
2577                                         text {
2578                                                 style: datausage_limitgraph_style;
2579                                                 min: 0 0;
2580                                         }
2581                                 }
2582                         }
2583                 }
2584         }
2585         group {
2586                 name: "psmode_graph";
2587
2588                 parts {
2589                         part {
2590                                 name: "bg";
2591                                 type: RECT;
2592                                 scale: 1;
2593                                 description {
2594                                         state: "default" 0.0;
2595                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
2596                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
2597                                         color: 8 8 8 8;
2598                                 }
2599                         }
2600                         part {
2601                                 name: "content";
2602                                 type: SWALLOW;
2603                                 scale: 1;
2604                                 mouse_events: 1;
2605                                 description {
2606                                         align: 0.5 0.0;
2607                                         state: "default" 0.0;
2608                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
2609                                         rel2 { relative: 1.0 0.0; offset: 0 470; to: "bg";}
2610                                         //color: 8 8 8 8;
2611                                 }
2612                         }
2613                         part {
2614                                 name: "graph";
2615                                 type: SWALLOW;
2616                                 mouse_events: 0;
2617                                 scale: 1;
2618                                 description {
2619                                         align: 0.5 0.0;
2620                                         state: "default" 0.0;
2621                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
2622                                         rel2 { relative: 1.0 0.0; offset: 0 470; to: "bg";}
2623                                         //color: 8 8 8 8;
2624                                 }
2625                         }
2626                         part { name: "text_100";
2627                                 type: TEXT;
2628                                 scale: 1;
2629                                 description {
2630                                         state: "default" 0.0;
2631                                         rel1 { relative: 0.5 0.0; offset: -360 32+36+42-14; to: "content";}
2632                                         rel2 { relative: 0.5 0.0; offset: -342+37 32+36+42+14; to: "content";}
2633                                         color: 101 101 101 255;
2634                                         text {
2635                                                 font: "Tizen:style=Bold";
2636                                                 text_class:"tizen";
2637                                                 size: 18;
2638                                                 align: 1.0 0.5;
2639                                         }
2640                                 }
2641                         }
2642                         part { name: "text_80";
2643                                 type: TEXT;
2644                                 scale: 1;
2645                                 description {
2646                                         state: "default" 0.0;
2647                                         rel1 { relative: 0.5 0.0; offset: -342 (32+36+42-14)+(54*1); to: "content";}
2648                                         rel2 { relative: 0.5 0.0; offset: -342+37 (32+36+42+14)+(54*1); to: "content";}
2649                                         color: 101 101 101 255;
2650                                         text {
2651                                                 font: "Tizen:style=Bold";
2652                                                 text_class:"tizen";
2653                                                 size: 18;
2654                                                 align: 1.0 0.5;
2655                                         }
2656                                 }
2657                         }
2658                         part { name: "text_60";
2659                                 type: TEXT;
2660                                 scale: 1;
2661                                 description {
2662                                         state: "default" 0.0;
2663                                         rel1 { relative: 0.5 0.0; offset: -342 (32+36+42-14)+(54*2); to: "content";}
2664                                         rel2 { relative: 0.5 0.0; offset: -342+37 (32+36+42+14)+(54*2); to: "content";}
2665                                         color: 101 101 101 255;
2666                                         text {
2667                                                 font: "Tizen:style=Bold";
2668                                                 text_class:"tizen";
2669                                                 size: 18;
2670                                                 align: 1.0 0.5;
2671                                         }
2672                                 }
2673                         }
2674                         part { name: "text_40";
2675                                 type: TEXT;
2676                                 scale: 1;
2677                                 description {
2678                                         state: "default" 0.0;
2679                                         rel1 { relative: 0.5 0.0; offset: -342 (32+36+42-14)+(54*3); to: "content";}
2680                                         rel2 { relative: 0.5 0.0; offset: -342+37 (32+36+42+14)+(54*3); to: "content";}
2681                                         color: 101 101 101 255;
2682                                         text {
2683                                                 font: "Tizen:style=Bold";
2684                                                 text_class:"tizen";
2685                                                 size: 18;
2686                                                 align: 1.0 0.5;
2687                                         }
2688                                 }
2689                         }
2690                         part { name: "text_20";
2691                                 type: TEXT;
2692                                 scale: 1;
2693                                 description {
2694                                         state: "default" 0.0;
2695                                         rel1 { relative: 0.5 0.0; offset: -342 (32+36+42-14)+(54*4); to: "content";}
2696                                         rel2 { relative: 0.5 0.0; offset: -342+37 (32+36+42+14)+(54*4); to: "content";}
2697                                         color: 101 101 101 255;
2698                                         text {
2699                                                 font: "Tizen:style=Bold";
2700                                                 text_class:"tizen";
2701                                                 size: 18;
2702                                                 align: 1.0 0.5;
2703                                         }
2704                                 }
2705                         }
2706                         part { name: "text_0";
2707                                 type: TEXT;
2708                                 scale: 1;
2709                                 description {
2710                                         state: "default" 0.0;
2711                                         rel1 { relative: 0.5 0.0; offset: -342 (32+36+42-14)+(54*5); to: "content";}
2712                                         rel2 { relative: 0.5 0.0; offset: -342+37 (32+36+42+14)+(54*5); to: "content";}
2713                                         color: 101 101 101 255;
2714                                         text {
2715                                                 font: "Tizen:style=Bold";
2716                                                 text_class:"tizen";
2717                                                 size: 18;
2718                                                 align: 1.0 0.5;
2719                                         }
2720                                 }
2721                         }
2722                         part { name: "text_now";
2723                                 type: TEXT;
2724                                 scale: 1;
2725                                 description {
2726                                         state: "default" 0.0;
2727                                         rel1 { relative: 0.5 0.0; offset: 360-(16+52)-(574/13*2) (32+36+42+270+14); to: "content";}
2728                                         rel2 { relative: 0.5 0.0; offset: 360-(16+52) (32+36+42+270+14+26); to: "content";}
2729                                         color: 239 112 43 255;
2730                                         text {
2731                                                 font: "Tizen:style=Bold";
2732                                                 text_class:"tizen";
2733                                                 size: 22;
2734                                                 align: 0.5 0.5;
2735                                         }
2736                                 }
2737                         }
2738                         part { name: "title";
2739                                 type: TEXT;
2740                                 scale: 1;
2741                                 description {
2742                                         state: "default" 0.0;
2743                                         rel1 { relative: 0.5 0.0; offset: -342 32; to: "content";}
2744                                         rel2 { relative: 1.0 0.0; offset: 0 32+36; to: "content";}
2745                                         color: 101 101 101 255;
2746                                         text {
2747                                                 font: "Tizen:style=Bold";
2748                                                 text_class:"tizen";
2749                                                 size: 24;
2750                                                 align: 0.0 0.5;
2751                                         }
2752                                 }
2753                         }
2754                         part { name: "desc";
2755                                 type: TEXT;
2756                                 scale: 1;
2757                                 description {
2758                                         state: "default" 0.0;
2759                                         rel1 { relative: 0.0 0.0; offset: 0 470-36;}
2760                                         rel2 { relative: 5.0 1.0; offset: 360-52 0;}
2761                                         color: 101 101 101 255;
2762                                         text {
2763                                                 font: "Tizen:style=Bold";
2764                                                 text_class:"tizen";
2765                                                 size: 24;
2766                                                 align: 1.0 0.5;
2767                                         }
2768                                 }
2769                         }
2770                 }
2771         }
2772
2773         group {
2774                 name: "layout_with_title";
2775                 parts {
2776                  part {
2777                            name: "bg";
2778                            type: RECT;
2779                            scale: 1;
2780                            description {
2781                                    state: "default" 0.0;
2782                                    rel1 { relative: 0.0 0.0; offset: 0 0;}
2783                                    rel2 { relative: 1.0 1.0; offset: 0 0;}
2784                                    color: 8 8 8 8;
2785                            }
2786                    }
2787                         part {
2788                                 name: "title";
2789                                 type: TEXT;
2790                                 mouse_events: 0;
2791                                 scale: 1;
2792                                 description {
2793                                     state: "default" 0.0;
2794                                     min: 0 60;
2795                                     fixed: 0 1;
2796                                     align: 0.5 0.0;
2797                                     rel1 { relative: 0.0 0.0;}
2798                                     rel2 { relative: 1.0 0.0;}
2799                                     color: 173 170 165 255;
2800                                     text {
2801                                      font: "Tizen:style=Roman";
2802                                      size: 24;
2803                                      //min:  1 0;
2804                                      align: 0.0 0.0;
2805                                      text_class:"tizen";
2806                                     }
2807                                  }
2808                                 /*Support other theme display*/
2809                                 description {
2810                                         state: "white" 0.0;
2811                                         inherit: "default" 0.0;
2812                                         color: 255 255 255 255;
2813                                 }
2814
2815                         }
2816
2817                         part {
2818                                 name: "layout";
2819                                 type: SWALLOW;
2820                                 mouse_events: 1;
2821                                 scale: 1;
2822                                 description {
2823                                         state: "default" 0.0;
2824                                         rel1 { relative: 0.0 0.3; }
2825                                         rel2 { relative: 1.0 1.0; offset: 0 -15;} // -15
2826                                 }
2827                         }
2828                         part { name: "padding";
2829                                 type: SWALLOW;
2830                                 scale: 1;
2831                                 description { state: "default" 0.0;
2832                                         rel1 { relative: 0.0 0.0;}
2833                                         rel2 { relative: 1.0 1.0;}
2834                                         color: 8 8 8 8;
2835                                 }
2836                         }
2837                 }
2838
2839                 /*Support other theme display*/
2840                 programs {
2841                         program {//black theme need white text
2842                                 name: "Change_black_theme";
2843                                 signal: "change,black,theme";
2844                                 source: "title";
2845                                 action: STATE_SET "white" 0.0;
2846                                 target: "title";
2847                         }
2848                 }
2849         }
2850
2851         /* for encryption */
2852         group {
2853                 name: "encryption_layout";
2854                 parts {
2855                         part { name: "bg";
2856                                 type: RECT;
2857                                 mouse_events: 0;
2858                                 description { state: "default" 0.0;
2859                                         color: 8 8 8 255;
2860                                         visible: 1;
2861                                         min: 720 1280;
2862                                         rel1{ relative: 0.0 0.0; }
2863                                         rel2{ relative: 1.0 1.0; }
2864                                 }
2865                         }
2866                         part { name: "title";
2867                                 type: TEXT;
2868                                 mouse_events: 0;
2869                                 description { state: "default" 0.0;
2870                                         min: 0 60;
2871                                         fixed: 0 1;
2872                                         color: 0 0 255 255;
2873                                         text {
2874                                                 font: "Tizen:style=Bold";
2875                                                 size: 52;
2876                                                 align: 0.0 0.5;
2877                                                 text_class:"tizen";
2878                                         }
2879                                         rel1{ relative: 0.0 0.0; offset: 16 100; to: "bg"; }
2880                                         rel2{ relative: 1.0 0.0; offset: -16 170; to: "bg"; }
2881                                 }
2882                         }
2883                         part { name: "progressbar";
2884                                 type: SWALLOW;
2885                                 mouse_events: 0;
2886                                 description {
2887                                         state: "default" 0.0;
2888                                         min: 0 50;
2889                                         rel1{ relative: 0.0 1.0; offset: 0 0; to: "title";}
2890                                         rel2{ relative: 1.0 1.0; offset: -16 100; to: "title";}
2891                                 }
2892                         }
2893                         part { name: "description";
2894                                 type: TEXTBLOCK;
2895                                 mouse_events: 0;
2896                                 description {
2897                                         text {
2898                                                 style: "textblock_style";
2899                                                 min: 0 1;
2900                                                 align: 0.0 0.0;
2901                                         }
2902                                         rel1{ relative: 0.0 1.0; offset: 0 0; to: "progressbar";}
2903                                         rel2{ relative: 1.0 1.0; offset: -16 0; to: "bg";}
2904                                 }
2905                         }
2906                 }
2907         }
2908
2909         /* device encryption horizontal*/
2910         group {
2911                 name: "layout.2icon.hor";
2912                 parts {
2913                         part { name: "bg";
2914                                 type: RECT;
2915                                 scale : 1;
2916                                 mouse_events: 0;
2917                                 description { state: "default" 0.0;
2918                                         color: 8 8 8 8;
2919                                         //max: 500 500;
2920                                         rel1{ relative: 0.0 0.0;}
2921                                         rel2{ relative: 1.0 1.0;}
2922                                 }
2923                         }
2924                         part { name: "content1.hor";
2925                                 type: SWALLOW;
2926                                 scale : 1;
2927                                 mouse_events: 1;
2928                                 description { state: "default" 0.0;
2929                                         rel1{ relative: 0.02 0.02;}
2930                                         rel2{ relative: 0.98 0.71;}
2931                                 }
2932                         }
2933                         part { name: "content2.hor";
2934                                 type: SWALLOW;
2935                                 scale : 1;
2936                                 mouse_events: 1;
2937                                 description { state: "default" 0.0;
2938                                         rel1{ relative: 0.02 0.72;}
2939                                         rel2{ relative: 0.98 0.98;}
2940                                 }
2941                         }
2942                 }
2943         }
2944
2945         /* device encryption vertical*/
2946         group {
2947                 name: "layout.2icon.ver";
2948                 parts {
2949                         part { name: "bg";
2950                                 type: RECT;
2951                                 scale : 1;
2952                                 mouse_events: 0;
2953                                 description { state: "default" 0.0;
2954                                         color: 8 8 8 8;
2955                                         //max: 500 500;
2956                                         rel1{ relative: 0.0 0.0;}
2957                                         rel2{ relative: 1.0 1.0;}
2958                                 }
2959                         }
2960                         part { name: "content1.ver";
2961                                 type: SWALLOW;
2962                                 scale : 1;
2963                                 mouse_events: 1;
2964                                 description { state: "default" 0.0;
2965                                         rel1{ relative: 0.02 0.02;}
2966                                         rel2{ relative: 0.98 0.85;}
2967                                 }
2968                         }
2969                         part { name: "content2.ver";
2970                                 type: SWALLOW;
2971                                 scale : 1;
2972                                 mouse_events: 1;
2973                                 description { state: "default" 0.0;
2974                                         rel1{ relative: 0.02 0.86;}
2975                                         rel2{ relative: 0.98 0.99;}
2976                                 }
2977                         }
2978                 }
2979         }
2980
2981         group {
2982                 name: "encryption_guide_layout";
2983                 parts {
2984                         part { name: "bg";
2985                                 type: RECT;
2986                                 mouse_events: 1;
2987                                 scale: 1;
2988                                 description {
2989                                         state: "default" 0.0;
2990                                         color: 8 8 8 8;
2991                                         rel1{ relative: 0.0 0.0; offset: 0 0;}
2992                                         rel2{ relative: 1.0 1.0; offset: 0 0;}
2993                                 }
2994                         }
2995                         part { name: "description";
2996                                 type: TEXTBLOCK;
2997                                 mouse_events: 0;
2998                                 scale: 1;
2999                                 description { state: "default" 0.0;
3000                                         text {
3001                                                 style: "textblock_black_style";
3002                                                 text_class:"tizen";
3003                                                 align: 0.0 0.0;
3004                                         }
3005                                         align: 0.0 0.0;
3006                                         rel1{ relative: 0.0 0.0; offset: 20 20; to: "bg"; }
3007                                         rel2{ relative: 1.0 1.0; offset: -20 0; to: "bg"; }
3008                                 }
3009                         }
3010                         part { name: "button";
3011                                 type: SWALLOW;
3012                                 mouse_events: 1;
3013                                 scale: 1;
3014                                 description {
3015                                         state: "default" 0.0;
3016                                         //min: 660 80;
3017                                         rel1{ relative: 0.0 1.0; offset: 38 -100; to: "bg";}
3018                                         rel2{ relative: 1.0 1.0; offset: -38 -20; to: "bg";}
3019                                 }
3020                         }
3021                 }
3022         }
3023
3024         group {
3025                 name: "encryption_confirm_layout";
3026                 parts {
3027                         part { name: "bg";
3028                                 type: RECT;
3029                                 mouse_events: 0;
3030                                 scale: 1;
3031                                 description { state: "default" 0.0;
3032                                         visible: 1;
3033                                         color: 8 8 8 8;
3034                                         fixed: 0 0;
3035                                         rel1{ relative: 0.0 0.0; }
3036                                         rel2{ relative: 1.0 1.0; }
3037                                 }
3038                         }
3039                         part { name: "description";
3040                                 type: TEXTBLOCK;
3041                                 mouse_events: 0;
3042                                 scale: 1;
3043                                 description { state: "default" 0.0;
3044                                         visible: 1;
3045                                         fixed: 0 0;
3046                                         text {
3047                                                 style: "textblock_black_style";
3048                                                 min: 0 1;
3049                                                 align: 0.0 0.0;
3050                                         }
3051                                         align: 0.0 0.0;
3052                                         rel1{ relative: 0.0 0.0; offset: 20 20; to: "bg"; }
3053                                         rel2{ relative: 1.0 1.0; offset: -20 0; to_x: "bg"; }
3054                                 }
3055                         }
3056                         part { name: "fast.check";
3057                                 type: SWALLOW;
3058                                 mouse_events: 1;
3059                                 description { state: "default" 0.0;
3060                                         visible: 1;
3061                                         fixed: 1 1;
3062                                         min: 64 64;
3063                                         max: 64 64;
3064                                         rel1{ relative: 0.0 1.0; offset: 38 -240; to: "bg";}
3065                                         rel2{ relative: 0.0 1.0; offset: 102 -176; to: "bg";}
3066                                 }
3067                         }
3068                         part { name: "fast.text";
3069                                 type: TEXTBLOCK;
3070                                 mouse_events: 0;
3071                                 scale: 1;
3072                                 description { state: "default" 0.0;
3073                                         visible: 1;
3074                                         fixed: 0 0;
3075                                         min: 564 0;
3076                                         text {
3077                                                 style: "textblock_black_style";
3078                                                 min: 0 1;
3079                                                 align: 0.0 0.0;
3080                                         }
3081                                         rel1{ relative: 1.0 0.0; offset: 16 0; to: "fast.check";}
3082                                         rel2{ relative: 1.0 1.0; offset: -38 -94; to: "bg";}
3083                                 }
3084                         }
3085
3086                         part { name: "button";
3087                                 type: SWALLOW;
3088                                 mouse_events: 1;
3089                                 description {
3090                                         state: "default" 0.0;
3091                                         fixed: 0 1;
3092                                         min: 660 74;
3093                                         visible: 1;
3094                                         rel1{ relative: 0.0 1.0; offset: 38 -94; to: "bg";}
3095                                         rel2{ relative: 1.0 1.0; offset: -38 -20; to: "bg";}
3096                                 }
3097                         }
3098                 }
3099         }
3100
3101         group {
3102                 name: "chip_layout";
3103                 images {
3104                         image : "org.tizen.setting.png" COMP;
3105                 }
3106                 parts {
3107                         part { name: "bg";
3108                                 type: RECT;
3109                                 mouse_events: 0;
3110                                 description { state: "default" 0.0;
3111                                         visible: 0;
3112                                         color: 255 255 255 255;
3113                                         min: 1140 206;
3114                                         max: 1140 206;
3115                                         rel1{ relative: 0.0 0.0; }
3116                                         rel2{ relative: 1.0 1.0; }
3117                                 }
3118                         }
3119                         part { name: "chip.1.blank";
3120                                 type: IMAGE;
3121                                 mouse_events: 1;
3122                                 description { state: "default" 0.0;
3123                                         visible: 1;
3124                                         min: 90 90;
3125                                         max: 90 90;
3126                                         rel1{ relative: 0.0 0.0; offset: 0 0; to: "bg";}
3127                                         rel2{ relative: 0.0 0.0; offset: 90 90; to: "bg";}
3128                                         image.normal: "org.tizen.setting.png";
3129                                 }
3130                         }
3131                         part { name: "chip.1";
3132                                 type: SWALLOW;
3133                                 mouse_events: 1;
3134                                 description { state: "default" 0.0;
3135                                         visible: 1;
3136                                         min: 90 90;
3137                                         max: 90 90;
3138                                         rel1{ relative: 0.0 0.0; offset: 0 0; to: "bg";}
3139                                         rel2{ relative: 0.0 0.0; offset: 90 90; to: "bg";}
3140                                 }
3141                         }
3142                         part { name: "chip.2.blank";
3143                                 type: IMAGE;
3144                                 mouse_events: 1;
3145                                 description { state: "default" 0.0;
3146                                         visible: 1;
3147                                         min: 90 90;
3148                                         max: 90 90;
3149                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.1";}
3150                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.1";}
3151                                         image.normal: "org.tizen.setting.png";
3152                                 }
3153                         }
3154                         part { name: "chip.2";
3155                                 type: SWALLOW;
3156                                 mouse_events: 1;
3157                                 description { state: "default" 0.0;
3158                                         visible: 1;
3159                                         min: 90 90;
3160                                         max: 90 90;
3161                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.1";}
3162                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.1";}
3163                                 }
3164                         }
3165                         part { name: "chip.3.blank";
3166                                 type: IMAGE;
3167                                 mouse_events: 1;
3168                                 description { state: "default" 0.0;
3169                                         visible: 1;
3170                                         min: 90 90;
3171                                         max: 90 90;
3172                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.2";}
3173                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.2";}
3174                                         image.normal: "org.tizen.setting.png";
3175                                 }
3176                         }
3177                         part { name: "chip.3";
3178                                 type: SWALLOW;
3179                                 mouse_events: 1;
3180                                 description { state: "default" 0.0;
3181                                         visible: 1;
3182                                         min: 90 90;
3183                                         max: 90 90;
3184                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.2";}
3185                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.2";}
3186                                 }
3187                         }
3188                         part { name: "chip.4.blank";
3189                                 type: IMAGE;
3190                                 mouse_events: 1;
3191                                 description { state: "default" 0.0;
3192                                         visible: 1;
3193                                         min: 90 90;
3194                                         max: 90 90;
3195                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.3";}
3196                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.3";}
3197                                         image.normal: "org.tizen.setting.png";
3198                                 }
3199                         }
3200                         part { name: "chip.4";
3201                                 type: SWALLOW;
3202                                 mouse_events: 1;
3203                                 description { state: "default" 0.0;
3204                                         visible: 1;
3205                                         min: 90 90;
3206                                         max: 90 90;
3207                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.3";}
3208                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.3";}
3209                                 }
3210                         }
3211                         part { name: "chip.5.blank";
3212                                 type: IMAGE;
3213                                 mouse_events: 1;
3214                                 description { state: "default" 0.0;
3215                                         visible: 1;
3216                                         min: 90 90;
3217                                         max: 90 90;
3218                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.4";}
3219                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.4";}
3220                                         image.normal: "org.tizen.setting.png";
3221                                 }
3222                         }
3223                         part { name: "chip.5";
3224                                 type: SWALLOW;
3225                                 mouse_events: 1;
3226                                 description { state: "default" 0.0;
3227                                         visible: 1;
3228                                         min: 90 90;
3229                                         max: 90 90;
3230                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.4";}
3231                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.4";}
3232                                 }
3233                         }
3234                         part { name: "chip.6.blank";
3235                                 type: IMAGE;
3236                                 mouse_events: 1;
3237                                 description { state: "default" 0.0;
3238                                         visible: 1;
3239                                         min: 90 90;
3240                                         max: 90 90;
3241                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.5";}
3242                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.5";}
3243                                         image.normal: "org.tizen.setting.png";
3244                                 }
3245                         }
3246                         part { name: "chip.6";
3247                                 type: SWALLOW;
3248                                 mouse_events: 1;
3249                                 description { state: "default" 0.0;
3250                                         visible: 1;
3251                                         min: 90 90;
3252                                         max: 90 90;
3253                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.5";}
3254                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.5";}
3255                                 }
3256                         }
3257                         part { name: "chip.7.blank";
3258                                 type: IMAGE;
3259                                 mouse_events: 1;
3260                                 description { state: "default" 0.0;
3261                                         visible: 1;
3262                                         min: 90 90;
3263                                         max: 90 90;
3264                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.6";}
3265                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.6";}
3266                                         image.normal: "org.tizen.setting.png";
3267                                 }
3268                         }
3269                         part { name: "chip.7";
3270                                 type: SWALLOW;
3271                                 mouse_events: 1;
3272                                 description { state: "default" 0.0;
3273                                         visible: 1;
3274                                         min: 90 90;
3275                                         max: 90 90;
3276                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.6";}
3277                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.6";}
3278                                 }
3279                         }
3280                         part { name: "chip.8.blank";
3281                                 type: IMAGE;
3282                                 mouse_events: 1;
3283                                 description { state: "default" 0.0;
3284                                         visible: 1;
3285                                         min: 90 90;
3286                                         max: 90 90;
3287                                         rel1{ relative: 0.0 1.0; offset: 0 -90; to: "bg";}
3288                                         rel2{ relative: 0.0 1.0; offset: 90 0; to: "bg";}
3289                                         image.normal: "org.tizen.setting.png";
3290                                 }
3291                         }
3292                         part { name: "chip.8";
3293                                 type: SWALLOW;
3294                                 mouse_events: 1;
3295                                 description { state: "default" 0.0;
3296                                         visible: 1;
3297                                         min: 90 90;
3298                                         max: 90 90;
3299                                         rel1{ relative: 0.0 1.0; offset: 0 -90; to: "bg";}
3300                                         rel2{ relative: 0.0 1.0; offset: 90 0; to: "bg";}
3301                                 }
3302                         }
3303                         part { name: "chip.9.blank";
3304                                 type: IMAGE;
3305                                 mouse_events: 1;
3306                                 description { state: "default" 0.0;
3307                                         visible: 1;
3308                                         min: 90 90;
3309                                         max: 90 90;
3310                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.8";}
3311                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.8";}
3312                                         image.normal: "org.tizen.setting.png";
3313                                 }
3314                         }
3315                         part { name: "chip.9";
3316                                 type: SWALLOW;
3317                                 mouse_events: 1;
3318                                 description { state: "default" 0.0;
3319                                         visible: 1;
3320                                         min: 90 90;
3321                                         max: 90 90;
3322                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.8";}
3323                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.8";}
3324                                 }
3325                         }
3326                         part { name: "chip.10.blank";
3327                                 type: IMAGE;
3328                                 mouse_events: 1;
3329                                 description { state: "default" 0.0;
3330                                         visible: 1;
3331                                         min: 90 90;
3332                                         max: 90 90;
3333                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.9";}
3334                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.9";}
3335                                         image.normal: "org.tizen.setting.png";
3336                                 }
3337                         }
3338                         part { name: "chip.10";
3339                                 type: SWALLOW;
3340                                 mouse_events: 1;
3341                                 description { state: "default" 0.0;
3342                                         visible: 1;
3343                                         min: 90 90;
3344                                         max: 90 90;
3345                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.9";}
3346                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.9";}
3347                                 }
3348                         }
3349                         part { name: "chip.11.blank";
3350                                 type: IMAGE;
3351                                 mouse_events: 1;
3352                                 description { state: "default" 0.0;
3353                                         visible: 1;
3354                                         min: 90 90;
3355                                         max: 90 90;
3356                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.10";}
3357                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.10";}
3358                                         image.normal: "org.tizen.setting.png";
3359                                 }
3360                         }
3361                         part { name: "chip.11";
3362                                 type: SWALLOW;
3363                                 mouse_events: 1;
3364                                 description { state: "default" 0.0;
3365                                         visible: 1;
3366                                         min: 90 90;
3367                                         max: 90 90;
3368                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.10";}
3369                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.10";}
3370                                 }
3371                         }
3372                         part { name: "chip.12.blank";
3373                                 type: IMAGE;
3374                                 mouse_events: 1;
3375                                 description { state: "default" 0.0;
3376                                         visible: 1;
3377                                         min: 90 90;
3378                                         max: 90 90;
3379                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.11";}
3380                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.11";}
3381                                         image.normal: "org.tizen.setting.png";
3382                                 }
3383                         }
3384                         part { name: "chip.12";
3385                                 type: SWALLOW;
3386                                 mouse_events: 1;
3387                                 description { state: "default" 0.0;
3388                                         visible: 1;
3389                                         min: 90 90;
3390                                         max: 90 90;
3391                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.11";}
3392                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.11";}
3393                                 }
3394                         }
3395                         part { name: "chip.13.blank";
3396                                 type: IMAGE;
3397                                 mouse_events: 1;
3398                                 description { state: "default" 0.0;
3399                                         visible: 1;
3400                                         min: 90 90;
3401                                         max: 90 90;
3402                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.12";}
3403                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.12";}
3404                                         image.normal: "org.tizen.setting.png";
3405                                 }
3406                         }
3407                         part { name: "chip.13";
3408                                 type: SWALLOW;
3409                                 mouse_events: 1;
3410                                 description { state: "default" 0.0;
3411                                         visible: 1;
3412                                         min: 90 90;
3413                                         max: 90 90;
3414                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.12";}
3415                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.12";}
3416                                 }
3417                         }
3418                         part { name: "chip.14.blank";
3419                                 type: IMAGE;
3420                                 mouse_events: 1;
3421                                 description { state: "default" 0.0;
3422                                         visible: 1;
3423                                         min: 90 90;
3424                                         max: 90 90;
3425                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.13";}
3426                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.13";}
3427                                         image.normal: "org.tizen.setting.png";
3428                                 }
3429                         }
3430                         part { name: "chip.14";
3431                                 type: SWALLOW;
3432                                 mouse_events: 1;
3433                                 description { state: "default" 0.0;
3434                                         visible: 1;
3435                                         min: 90 90;
3436                                         max: 90 90;
3437                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.13";}
3438                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.13";}
3439                                 }
3440                         }
3441                         part { name: "chip.15.blank";
3442                                 type: IMAGE;
3443                                 mouse_events: 1;
3444                                 description { state: "default" 0.0;
3445                                         visible: 1;
3446                                         min: 90 90;
3447                                         max: 90 90;
3448                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.14";}
3449                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.14";}
3450                                         image.normal: "org.tizen.setting.png";
3451                                 }
3452                         }
3453                         part { name: "chip.15";
3454                                 type: SWALLOW;
3455                                 mouse_events: 1;
3456                                 description { state: "default" 0.0;
3457                                         visible: 1;
3458                                         min: 90 90;
3459                                         max: 90 90;
3460                                         rel1{ relative: 1.0 0.0; offset: 60 0; to: "chip.14";}
3461                                         rel2{ relative: 1.0 1.0; offset: 150 0; to: "chip.14";}
3462                                 }
3463                         }
3464                 }
3465         }
3466         group {
3467                 name: "chip_result_layout";
3468                 parts {
3469                         part { name: "bg";
3470                                 type: RECT;
3471                                 mouse_events: 0;
3472                                 description { state: "default" 0.0;
3473                                         visible: 1;
3474                                         color: 8 8 8 8;
3475                                         min: 1240 69;
3476                                         max: 1240 69;
3477                                         rel1{ relative: 0.0 0.0; }
3478                                         rel2{ relative: 1.0 1.0; }
3479                                 }
3480                         }
3481                         part { name: "chip.default";
3482                                 type: SWALLOW;
3483                                 mouse_events: 0;
3484                                 description { state: "default" 0.0;
3485                                         visible: 1;
3486                                         min: 69 69;
3487                                         max: 69 69;
3488                                         rel1{ relative: 0.0 0.0; offset: 0 0; to: "bg";}
3489                                         rel2{ relative: 0.0 1.0; offset: 69 0; to: "bg";}
3490                                 }
3491                         }
3492                         part { name: "chip.1";
3493                                 type: SWALLOW;
3494                                 mouse_events: 1;
3495                                 description { state: "default" 0.0;
3496                                         visible: 1;
3497                                         min: 69 69;
3498                                         max: 69 69;
3499                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.default";}
3500                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.default";}
3501                                 }
3502                         }
3503                         part { name: "chip.2";
3504                                 type: SWALLOW;
3505                                 mouse_events: 1;
3506                                 description { state: "default" 0.0;
3507                                         visible: 1;
3508                                         min: 69 69;
3509                                         max: 69 69;
3510                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.1";}
3511                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.1";}
3512                                 }
3513                         }
3514                         part { name: "chip.3";
3515                                 type: SWALLOW;
3516                                 mouse_events: 1;
3517                                 description { state: "default" 0.0;
3518                                         visible: 1;
3519                                         min: 69 69;
3520                                         max: 69 69;
3521                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.2";}
3522                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.2";}
3523                                 }
3524                         }
3525                         part { name: "chip.4";
3526                                 type: SWALLOW;
3527                                 mouse_events: 1;
3528                                 description { state: "default" 0.0;
3529                                         visible: 1;
3530                                         min: 69 69;
3531                                         max: 69 69;
3532                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.3";}
3533                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.3";}
3534                                 }
3535                         }
3536                         part { name: "chip.5";
3537                                 type: SWALLOW;
3538                                 mouse_events: 1;
3539                                 description { state: "default" 0.0;
3540                                         visible: 1;
3541                                         min: 69 69;
3542                                         max: 69 69;
3543                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.4";}
3544                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.4";}
3545                                 }
3546                         }
3547                         part { name: "chip.6";
3548                                 type: SWALLOW;
3549                                 mouse_events: 1;
3550                                 description { state: "default" 0.0;
3551                                         visible: 1;
3552                                         min: 69 69;
3553                                         max: 69 69;
3554                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.5";}
3555                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.5";}
3556                                 }
3557                         }
3558                         part { name: "chip.7";
3559                                 type: SWALLOW;
3560                                 mouse_events: 1;
3561                                 description { state: "default" 0.0;
3562                                         visible: 1;
3563                                         min: 69 69;
3564                                         max: 69 69;
3565                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.6";}
3566                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.6";}
3567                                 }
3568                         }
3569                         part { name: "chip.8";
3570                                 type: SWALLOW;
3571                                 mouse_events: 1;
3572                                 description { state: "default" 0.0;
3573                                         visible: 1;
3574                                         min: 69 69;
3575                                         max: 69 69;
3576                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.7";}
3577                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.7";}
3578                                 }
3579                         }
3580                         part { name: "chip.9";
3581                                 type: SWALLOW;
3582                                 mouse_events: 1;
3583                                 description { state: "default" 0.0;
3584                                         visible: 1;
3585                                         min: 69 69;
3586                                         max: 69 69;
3587                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.8";}
3588                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.8";}
3589                                 }
3590                         }
3591                         part { name: "chip.10";
3592                                 type: SWALLOW;
3593                                 mouse_events: 1;
3594                                 description { state: "default" 0.0;
3595                                         visible: 1;
3596                                         min: 69 69;
3597                                         max: 69 69;
3598                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.9";}
3599                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.9";}
3600                                 }
3601                         }
3602                         part { name: "chip.11";
3603                                 type: SWALLOW;
3604                                 mouse_events: 1;
3605                                 description { state: "default" 0.0;
3606                                         visible: 1;
3607                                         min: 69 69;
3608                                         max: 69 69;
3609                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.10";}
3610                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.10";}
3611                                 }
3612                         }
3613                         part { name: "chip.12";
3614                                 type: SWALLOW;
3615                                 mouse_events: 1;
3616                                 description { state: "default" 0.0;
3617                                         visible: 1;
3618                                         min: 69 69;
3619                                         max: 69 69;
3620                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.11";}
3621                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.11";}
3622                                 }
3623                         }
3624                         part { name: "chip.13";
3625                                 type: SWALLOW;
3626                                 mouse_events: 1;
3627                                 description { state: "default" 0.0;
3628                                         visible: 1;
3629                                         min: 69 69;
3630                                         max: 69 69;
3631                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.12";}
3632                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.12";}
3633                                 }
3634                         }
3635                         part { name: "chip.14";
3636                                 type: SWALLOW;
3637                                 mouse_events: 1;
3638                                 description { state: "default" 0.0;
3639                                         visible: 1;
3640                                         min: 69 69;
3641                                         max: 69 69;
3642                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.13";}
3643                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.13";}
3644                                 }
3645                         }
3646                         part { name: "chip.15";
3647                                 type: SWALLOW;
3648                                 mouse_events: 1;
3649                                 description { state: "default" 0.0;
3650                                         visible: 1;
3651                                         min: 69 69;
3652                                         max: 69 69;
3653                                         rel1{ relative: 1.0 0.0; offset: 9 0; to: "chip.14";}
3654                                         rel2{ relative: 1.0 1.0; offset: 78 0; to: "chip.14";}
3655                                 }
3656                         }
3657                 }
3658         }
3659         group {
3660                 name: "test_of_colorblind";
3661                 parts {
3662                         part { name: "bg";
3663                                 type: RECT;
3664                                 mouse_events: 0;
3665                                 scale: 1;
3666                                 description { state: "default" 0.0;
3667                                         visible: 1;
3668                                         color: 8 8 8 8;
3669                                         //fixed: 0 0;
3670                                         rel1{ relative: 0.0 0.0; }
3671                                         rel2{ relative: 1.0 1.0; }
3672                                 }
3673                         }
3674                         part { name: "description";
3675                                 type: TEXTBLOCK;
3676                                 mouse_events: 0;
3677                                 description { state: "default" 0.0;
3678                                         visible: 1;
3679                                         fixed: 0 1;
3680                                         min: 0 63;
3681                                         text {
3682                                                 style: "textblock_gray_style";
3683                                                 align: 0.0 0.0;
3684                                         }
3685                                         align: 0.0 0.0;
3686                                         rel1{ relative: 0.0 0.0; offset: 24 12; to: "bg"; }
3687                                         rel2{ relative: 1.0 1.0; offset: -24 0; to_x: "bg"; }
3688                                 }
3689                         }
3690                         part { name: "chip.array.bg";
3691                                 type: RECT;
3692                                 mouse_events: 0;
3693                                 description { state: "default" 0.0;
3694                                         visible: 1;
3695                                         color: 80 80 80 100;    // grey
3696                                         rel1{ relative: 0.0 1.0; offset: 0 -150; to: "bg"; }
3697                                         rel2{ relative: 1.0 1.0; to: "bg"; }
3698                                 }
3699                         }
3700                         part { name: "chip.array.layout";
3701                                 type: SWALLOW;
3702                                 mouse_events: 1;
3703                                 description { state: "default" 0.0;
3704                                         visible: 1;
3705                                         rel1{ relative: 0.0 0.0; offset: 20 45; to: "chip.array.bg"; }
3706                                         rel2{ relative: 1.0 1.0; offset: -20 -36; to: "chip.array.bg"; }
3707                                 }
3708                         }
3709                         part { name: "chip.layout";
3710                                 type: SWALLOW;
3711                                 mouse_events: 1;
3712                                 scale: 1;
3713                                 description { state: "default" 0.0;
3714                                         visible: 1;
3715                                         rel1{ relative: 0.0 0.0; offset: 64 101; to: "bg"; }
3716                                         rel2{ relative: 1.0 1.0; offset: -64 -150; to: "bg"; }
3717                                 }
3718                         }
3719                 }
3720         }
3721         group {
3722                 name: "preview_of_colorblind";
3723                 parts {
3724                         part { name: "bg";
3725                                 type: RECT;
3726                                 mouse_events: 0;
3727                                 scale: 1;
3728                                 description { state: "default" 0.0;
3729                                         visible: 1;
3730                                         color: 8 8 8 8;
3731                                         rel1{ relative: 0.0 0.0; }
3732                                         rel2{ relative: 1.0 1.0; }
3733                                 }
3734                         }
3735                         part { name: "button_camera";
3736                                 type: SWALLOW;
3737                                 mouse_events: 1;
3738                                 description {
3739                                         state: "default" 0.0;
3740                                         fixed: 0 1;
3741                                         min: 404.5 280;
3742                                         visible: 1;
3743                                         rel1{ relative: 0.0 0.0; offset: 198 68; to: "bg";}
3744                                         rel2{ relative: 602.5/1280 0.0; offset: 0 348; to: "bg";}
3745                                 }
3746                         }
3747                         part { name: "button_image";
3748                                 type: SWALLOW;
3749                                 mouse_events: 1;
3750                                 description {
3751                                         state: "default" 0.0;
3752                                         fixed: 0 1;
3753                                         min: 404.5 280;
3754                                         visible: 1;
3755                                         rel1{ relative: 0.0 0.0; offset: 677.5 68; to: "bg";}
3756                                         rel2{ relative: 1.0 0.0; offset: -198 348; to: "bg";}
3757                                 }
3758                         }
3759                         part { name: "text";
3760                                 type: TEXTBLOCK;
3761                                 mouse_events: 0;
3762                                 description {
3763                                         state: "default" 0.0;
3764                                         min: 0 60;
3765                                         text {
3766                                                 style: "textblock_gray_style";
3767                                                 align: 0.0 0.5;
3768                                         }
3769                                         align: 0.0 0.0;
3770                                         rel1{ relative: 0.0 1.0; offset: 0 64; to: "button_camera";}
3771                                         rel2{ relative: 1.0 1.0; offset: 0 134; to: "button_image";}
3772                                 }
3773                         }
3774                 }
3775         }
3776         group {
3777                 name: "colorblind_camera_preview";
3778                 parts {
3779                         part { name: "bg";
3780                                 type: RECT;
3781                                 mouse_events: 0;
3782                                 scale: 1;
3783                                 description { state: "default" 0.0;
3784                                         visible: 1;
3785                                         color: 8 8 8 8;
3786                                         fixed: 0 0;
3787                                         rel1{ relative: 0.0 0.0; }
3788                                         rel2{ relative: 1.0 1.0; }
3789                                 }
3790                         }
3791                         part { name: "content";
3792                                 type: SWALLOW;
3793                                 mouse_events: 1;
3794                                 scale: 1;
3795                                 description {
3796                                         state: "default" 0.0;
3797                                         min: 1000 500;
3798                                         visible: 1;
3799                                         rel1{ relative: 140/1280 80/720; to: "bg";}
3800                                         rel2{ relative: 1140/1280 580/720; to: "bg";}
3801                                 }
3802                         }
3803                         part { name: "padding";
3804                                 type: RECT;
3805                                 mouse_events: 1;
3806                                 scale: 1;
3807                                 description {
3808                                         state: "default" 0.0;
3809                                         fixed: 0 1;
3810                                         min: 1000 40;
3811                                         visible: 1;
3812                                         color:0 0 255 255;
3813                                         rel1{ relative: 140/1280 580/720; to: "bg";}
3814                                         rel2{ relative: 1140/1280 620/720; to: "bg";}
3815                                 }
3816                         }
3817                         part { name: "color_slider";
3818                                 type: SWALLOW;
3819                                 mouse_events: 1;
3820                                 scale: 1;
3821                                 description {
3822                                         state: "default" 0.0;
3823                                         fixed: 0 1;
3824                                         min: 1000 60;
3825                                         visible: 1;
3826                                         rel1{ relative: 140/1280 600/720; to: "bg";}
3827                                         rel2{ relative: 1140/1280 680/720; to: "bg";}
3828                                 }
3829                         }
3830                 }
3831         }
3832         group {
3833                 name: "custom_popup";
3834                 parts {
3835                         part {
3836                                 name: "pad_t";
3837                                 type: RECT;
3838                                 scale : 1;
3839                                 mouse_events: 0;
3840                                 repeat_events: 1;
3841                                 description {
3842                                         state: "default" 0.0;
3843                                         align: 0.5 0.0;
3844                                         min: 0 0;
3845                                         fixed: 0 1;
3846                                         visible: 0;
3847                                         rel1 {
3848                                                 relative: 1.0 0.0;
3849                                                 to_x: "pad_l";
3850                                         }
3851                                         rel2 {
3852                                                 relative: 0.0 0.0;
3853                                                 to_x: "pad_r";
3854                                         }
3855                                 }
3856                         }
3857                         part {
3858                                 name: "pad_l";
3859                                 type: RECT;
3860                                 scale: 1;
3861                                 description {
3862                                         state: "default" 0.0;
3863                                         min : 0 0;
3864                                         fixed: 1 0;
3865                                         visible: 0;
3866                                         rel1 {
3867                                                 relative: 0.0 0.0;
3868                                         }
3869                                         rel2 {
3870                                                 relative: 0.0 1.0;
3871                                         }
3872                                         align: 0.0 0.0;
3873                                 }
3874                         }
3875                         part {
3876                                 name: "pad_r";
3877                                 type: RECT;
3878                                 scale: 1;
3879                                 description {
3880                                         state: "default" 0.0;
3881                                         min : 0 0;
3882                                         fixed: 1 0;
3883                                         visible: 0;
3884                                         rel1 {
3885                                                 relative: 1.0 0.0;
3886                                         }
3887                                         rel2 {
3888                                                 relative: 1.0 1.0;
3889                                         }
3890                                         align: 1.0 0.0;
3891                                 }
3892                         }
3893                         part{
3894                                 name:"elm.swallow.content";
3895                                 type: SWALLOW;
3896                                 scale : 1;
3897                                 description {
3898                                         state: "default" 0.0;
3899                                         min: 660 0;
3900                                         //max: 648 0;
3901                                         align: 0.5 0.5;
3902                                         fixed: 1 0;
3903                                         rel1 {
3904                                                 relative: 0.5 1.0;
3905                                                 offset: 0 0;
3906                                                 to: "pad_t";
3907                                         }
3908                                         rel2 {
3909                                                 relative: 0.5 0.0;
3910                                                 to: "pad_b";
3911                                         }
3912                                 }
3913                         }
3914                         part {
3915                                 name: "pad_b";
3916                                 type: RECT;
3917                                 scale : 1;
3918                                 mouse_events: 0;
3919                                 repeat_events: 1;
3920                                 description {
3921                                         state: "default" 0.0;
3922                                         align: 0.5 1.0;
3923                                         min: 0 54;
3924                                         fixed: 0 1;
3925                                         visible: 0;
3926                                         rel1 {
3927                                                 relative: 1.0 0.0;
3928                                                 to_x: "pad_l";
3929                                                 to_y: "pad_bm";
3930                                         }
3931                                         rel2 {
3932                                                 relative: 0.0 0.0;
3933                                                 to_x: "pad_r";
3934                                                 to_y: "pad_bm";
3935                                         }
3936                                 }
3937                         }
3938                         part {
3939                                 name: "elm.swallow.end";
3940                                 type: SWALLOW;
3941                                 scale : 1;
3942                                 mouse_events: 1;
3943                                 repeat_events: 1;
3944                                 description {
3945                                         state: "default" 0.0;
3946                                         align: 0.5 0.5;
3947                                         fixed: 1 1;
3948                                         rel1 {
3949                                                 relative: 0.0 1.1;
3950                                                 to: "elm.swallow.content";
3951                                         }
3952                                         rel2 {
3953                                                 relative: 1.0 1.0;
3954                                                 to: "pad_b";
3955                                         }
3956                                 }
3957                         }
3958
3959                         part {
3960                                 name: "pad_bm";
3961                                 type: RECT;
3962                                 scale : 1;
3963                                 mouse_events: 0;
3964                                 repeat_events: 1;
3965                                 description {
3966                                         state: "default" 0.0;
3967                                         align: 0.0 1.0;
3968                                         min: 0 10;
3969                                         fixed: 0 1;
3970                                         visible: 0;
3971                                         rel1 {
3972                                                 relative: 0.0 1.0;
3973                                                 to_x: "pad_l";
3974                                         }
3975                                         rel2 {
3976                                                 relative: 1.0 1.0;
3977                                                 to_x: "pad_r";
3978                                         }
3979                                 }
3980                         }
3981                 }
3982         }
3983
3984         group {
3985                 name: "input_popup";
3986                 parts {
3987                         part {
3988                                 name: "pad_t";
3989                                 type: RECT;
3990                                 scale : 1;
3991                                 mouse_events: 0;
3992                                 repeat_events: 1;
3993                                 description {
3994                                         state: "default" 0.0;
3995                                         align: 0.5 0.0;
3996                                         min: 0 0;
3997                                         fixed: 0 1;
3998                                         visible: 0;
3999                                         rel1 {
4000                                                 relative: 1.0 0.0;
4001                                                 to_x: "pad_l";
4002                                         }
4003                                         rel2 {
4004                                                 relative: 0.0 0.0;
4005                                                 to_x: "pad_r";
4006                                         }
4007                                 }
4008                         }
4009                         part {
4010                                 name: "pad_l";
4011                                 type: RECT;
4012                                 scale: 1;
4013                                 description {
4014                                         state: "default" 0.0;
4015                                         min : 0 0;
4016                                         fixed: 1 0;
4017                                         visible: 0;
4018                                         rel1 {
4019                                                 relative: 0.0 0.0;
4020                                         }
4021                                         rel2 {
4022                                                 relative: 0.0 1.0;
4023                                         }
4024                                         align: 0.0 0.0;
4025                                 }
4026                         }
4027                         part {
4028                                 name: "pad_r";
4029                                 type: RECT;
4030                                 scale: 1;
4031                                 description {
4032                                         state: "default" 0.0;
4033                                         min : 0 0;
4034                                         fixed: 1 0;
4035                                         visible: 0;
4036                                         rel1 {
4037                                                 relative: 1.0 0.0;
4038                                         }
4039                                         rel2 {
4040                                                 relative: 1.0 1.0;
4041                                         }
4042                                         align: 1.0 0.0;
4043                                 }
4044                         }
4045                         part{
4046                                 name:"elm.swallow.content";
4047                                 type: SWALLOW;
4048                                 scale : 1;
4049                                 description {
4050                                         state: "default" 0.0;
4051                                         min: 660 0;
4052                                         //max: 648 0;
4053                                         align: 0.5 0.5;
4054                                         fixed: 1 0;
4055                                         rel1 {
4056                                                 relative: 0.5 1.0;
4057                                                 offset: 0 0;
4058                                                 to: "pad_t";
4059                                         }
4060                                         rel2 {
4061                                                 relative: 0.5 0.0;
4062                                                 to: "pad_b";
4063                                         }
4064                                 }
4065                         }
4066                         part {
4067                                 name: "pad_b";
4068                                 type: RECT;
4069                                 scale : 1;
4070                                 mouse_events: 0;
4071                                 repeat_events: 1;
4072                                 description {
4073                                         state: "default" 0.0;
4074                                         align: 0.5 1.0;
4075                                         min: 0 0;
4076                                         fixed: 0 1;
4077                                         visible: 0;
4078                                         rel1 {
4079                                                 relative: 1.0 0.0;
4080                                                 to_x: "pad_l";
4081                                                 to_y: "pad_bm";
4082                                         }
4083                                         rel2 {
4084                                                 relative: 0.0 0.0;
4085                                                 to_x: "pad_r";
4086                                                 to_y: "pad_bm";
4087                                         }
4088                                 }
4089                         }
4090                         part {
4091                                 name: "elm.swallow.end";
4092                                 type: SWALLOW;
4093                                 scale : 1;
4094                                 mouse_events: 1;
4095                                 repeat_events: 1;
4096                                 description {
4097                                         state: "default" 0.0;
4098                                         align: 0.5 0.5;
4099                                         fixed: 1 1;
4100                                         rel1 {
4101                                                 relative: 0.0 1.1;
4102                                                 to: "elm.swallow.content";
4103                                         }
4104                                         rel2 {
4105                                                 relative: 1.0 1.0;
4106                                                 to: "pad_b";
4107                                         }
4108                                 }
4109                         }
4110
4111                         part {
4112                                 name: "pad_bm";
4113                                 type: RECT;
4114                                 scale : 1;
4115                                 mouse_events: 0;
4116                                 repeat_events: 1;
4117                                 description {
4118                                         state: "default" 0.0;
4119                                         align: 0.0 1.0;
4120                                         min: 0 0;
4121                                         fixed: 0 1;
4122                                         visible: 0;
4123                                         rel1 {
4124                                                 relative: 0.0 1.0;
4125                                                 to_x: "pad_l";
4126                                         }
4127                                         rel2 {
4128                                                 relative: 1.0 1.0;
4129                                                 to_x: "pad_r";
4130                                         }
4131                                 }
4132                         }
4133                 }
4134         }
4135         group {
4136                 name: "silder_text_layout";
4137                 parts {
4138                         part {
4139                                 name: "padding1";
4140                                 type: RECT;
4141                                 scale: 1;
4142                                 description {
4143                                         state: "default" 0.0;
4144                                         min: 0 13;
4145                                         fixed: 0 1;
4146                                         align: 0.5 0.0;
4147                                         rel1 { relative: 0 0; }
4148                                         rel2 { relative: 1 0; }
4149                                         color: 8 8 8 8;
4150                                 }
4151                         }
4152                         part {
4153                                 name: "text1";
4154                                 type: SWALLOW;
4155                                 scale: 1;
4156                                 description {
4157                                         state: "default" 0.0;
4158                                         min: 60 60;
4159                                         max: 100 -1;
4160                                         fixed: 1 1;
4161                                         align: 0.5 0.0;
4162                                         rel1 { relative: 0 1; to: padding1; }
4163                                         rel2 { relative: 1 1; to: padding1; }
4164                                 }
4165                         }
4166                 }
4167         }
4168
4169         group {
4170                 name: "sound_balance";
4171                 parts {
4172                         part {
4173                                 name: "bg";
4174                                 type: RECT;
4175                                 mouse_events: 1;
4176                                 scale: 1;
4177                                 description {
4178                                         state: "default" 0.0;
4179                                         min: 0 900;
4180                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
4181                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
4182                                         color: 8 8 8 8;
4183                                 }
4184                         }
4185
4186                         part { name: "elm.padding.top";
4187                                 type: RECT;
4188                                 scale: 1;
4189                                 description {
4190                                         state: "default" 0.0;
4191                                         min: 0 108;
4192                                         fixed: 0 1;
4193                                         visible: 0;
4194                                         rel2.relative: 1.0 0.0;
4195                                         align: 0.0 0.0;
4196                                 }
4197                         }
4198
4199                         part {
4200                                 name: "elm.swallow.content1";
4201                                 type: SWALLOW;
4202                                 mouse_events: 1;
4203                                 scale: 1;
4204                                 description {
4205                                         state: "default" 0.0;
4206                                         fixed: 1 1;
4207                                         align: 0.5 0.0;
4208                                         min: 0 112;
4209                                         rel1 {
4210                                                 relative: 0.0 1.0;
4211                                                 to_y: "elm.padding.top";
4212                                         }
4213                                         rel2 {
4214                                                 relative: 1.0 1.0;
4215                                                 to_y: "elm.padding.top";
4216                                         }
4217                                 }
4218                         }
4219
4220                         part { name: "elm.padding.middle_1";
4221                                 type: RECT;
4222                                 scale: 1;
4223                                 description {
4224                                         state: "default" 0.0;
4225                                         min: 0 32;
4226                                         fixed: 0 1;
4227                                         visible: 0;
4228                                         align: 0.0 0.0;
4229                                         rel1 {
4230                                                 relative: 0.0 1.0;
4231                                                 to_y: "elm.swallow.content1";
4232                                         }
4233                                         rel2 {
4234                                                 relative: 1.0 1.0;
4235                                                 to_y: "elm.swallow.content1";
4236                                         }
4237                                 }
4238                         }
4239
4240                         part {
4241                                 name: "elm.swallow.content2";
4242                                 type: SWALLOW;
4243                                 scale: 1;
4244                                 mouse_events: 1;
4245                                 description {
4246                                         state: "default" 0;
4247                                         fixed: 1 1;
4248                                         align: 0.5 0.0;
4249                                         min: 0 76;
4250                                         rel1 {
4251                                                 relative: 0.0 1.0; to_y: "elm.padding.middle_1";
4252                                         }
4253                                         rel2 {
4254                                                 relative: 1.0 1.0; to_y: "elm.padding.middle_1";
4255                                         }
4256                                 }
4257                         }
4258
4259                         part { name: "elm.padding.middle_2";
4260                                 type: RECT;
4261                                 scale: 1;
4262                                 description {
4263                                         state: "default" 0.0;
4264                                         min: 0 70;
4265                                         fixed: 0 1;
4266                                         visible: 0;
4267                                         align: 0.0 0.0;
4268                                         rel1 {
4269                                                 relative: 0.0 1.0;
4270                                                 to_y: "elm.swallow.content2";
4271                                         }
4272                                         rel2 {
4273                                                 relative: 1.0 1.0;
4274                                                 to_y: "elm.swallow.content2";
4275                                         }
4276                                 }
4277                         }
4278
4279                         part {
4280                                 name: "elm.swallow.content3";
4281                                 type: SWALLOW;
4282                                 scale: 1;
4283                                 mouse_events: 1;
4284                                 description {
4285                                         state: "default" 0;
4286                                         align: 0.5 0.0;
4287                                         min: 380 380;
4288                                         rel1 {
4289                                                 relative: 170/720 1.0; to_y: "elm.padding.middle_2";
4290                                         }
4291                                         rel2 {
4292                                                 relative: 550/720 1.0; to_y: "elm.padding.middle_2";
4293                                         }
4294                                 }
4295                         }
4296                 } // end of parts
4297         }
4298
4299
4300         group { name: "elm/genlist/item/setting.1text.2icon/default";
4301            alias: "elm/genlist/item_odd/setting.1text.2icon/default";
4302            alias: "elm/genlist/item_compress/setting.1text.2icon/default";
4303            alias: "elm/genlist/item_compress_odd/setting.1text.2icon/default";
4304
4305            SETTING_GENLIST_DATA_ITEM_NORMAL
4306            data.item: "texts" "elm.text";
4307            data.item: "contents" "elm.icon.1 elm.icon.2";
4308            images {
4309               image : "org.tizen.setting.png" COMP;
4310            }
4311
4312            parts {
4313
4314               SETTING_GENLIST_PART_BG_IMAGE
4315               SETTING_GENLIST_PART_BASE
4316               SETTING_GENLIST_PART_BOTTOM_LINE
4317               SETTING_GENLIST_PART_PADDING_LEFT
4318               SETTING_GENLIST_PART_PADDING_RIGHT
4319
4320               part { name: "btm_line";
4321                       type: RECT;
4322                       scale: 1;
4323                       mouse_events: 0;
4324                       description { state: "default" 0.0;
4325                               min: 0 SETTING_GENLIST_PART_LIST_LINE_HEIGHT;
4326                               max: -1 SETTING_GENLIST_PART_LIST_LINE_HEIGHT;
4327                               //fixed: 0 1;
4328                               align: 0.5 1;
4329                               color: SETTING_GENLIST_LIST_LINE1_COLOR;
4330                               //rel1.to: "bottom_line2";
4331                               //rel2.to: "bottom_line2";
4332                               //rel2.relative: 1 0;
4333                               rel1 {relative: 0.0 0.0; offset: 0 -1;}
4334                               rel2 {relative: 1.0 0.0; offset: 0 0;}
4335                       }
4336               }
4337               SETTING_GENLIST_PART_ICON_BIG_L( "elm.icon.1", "elm.padding.left")
4338               SETTING_GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1")
4339               SETTING_GENLIST_PART_LISTITEM_LR("elm.text", SETTING_GENLIST_HEIGHT_1LINE, "elm.padding.icon1.right", "elm.padding.icon2.left",)
4340               SETTING_GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2")
4341               //SETTING_GENLIST_PART_ICON_BTN_01_R("elm.icon.2", "elm.padding.right")
4342               SETTING_GENLIST_PART_ICON("elm.icon.2",
4343                  SETTING_GENLIST_DESCRIPTION_R("elm.padding.right",
4344                       min: 1 SETTING_GENLIST_BTN_01_HEIGHT;
4345                       max: 1 SETTING_GENLIST_BTN_01_HEIGHT;
4346                  )
4347               )
4348
4349
4350              SETTING_LAYOUT_FOCUS_PART("bg_image")
4351               //SETTING_GENLIST_PART_FLIP
4352            }
4353            SETTING_GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; )
4354         }
4355
4356         group { name: "elm/genlist/item/setting.1text.2icon.1/default";
4357            alias: "elm/genlist/item_odd/setting.1text.2icon.1/default";
4358            alias: "elm/genlist/item_compress/setting.1text.2icon.1/default";
4359            alias: "elm/genlist/item_compress_odd/setting.1text.2icon.1/default";
4360
4361            SETTING_GENLIST_DATA_ITEM_NORMAL
4362            data.item: "texts" "elm.text";
4363            data.item: "contents" "elm.icon.1 elm.icon.2";
4364            images {
4365               image : "org.tizen.setting.png" COMP;
4366            }
4367
4368            parts {
4369
4370               SETTING_GENLIST_PART_BG_IMAGE
4371               SETTING_GENLIST_PART_BASE
4372               SETTING_GENLIST_PART_BOTTOM_LINE
4373               SETTING_GENLIST_PART_PADDING_LEFT
4374               SETTING_GENLIST_PART_PADDING_RIGHT
4375
4376               part { name: "btm_line";
4377                       type: RECT;
4378                       scale: 1;
4379                       mouse_events: 0;
4380                       description { state: "default" 0.0;
4381                               min: 0 SETTING_GENLIST_PART_LIST_LINE_HEIGHT;
4382                               max: -1 SETTING_GENLIST_PART_LIST_LINE_HEIGHT;
4383                               //fixed: 0 1;
4384                               align: 0.5 1;
4385                               color: SETTING_GENLIST_LIST_LINE1_COLOR;
4386                               //rel1.to: "bottom_line2";
4387                               //rel2.to: "bottom_line2";
4388                               //rel2.relative: 1 0;
4389                               rel1 {relative: 0.0 0.0; offset: 0 -1;}
4390                               rel2 {relative: 1.0 0.0; offset: 0 0;}
4391                       }
4392               }
4393               SETTING_GENLIST_PART_ICON_BIG_L( "elm.icon.1", "elm.padding.left")
4394               SETTING_GENLIST_PART_PADDING_L("elm.padding.icon1.right", "elm.icon.1")
4395               SETTING_GENLIST_PART_LISTITEM_LR("elm.text", 97, "elm.padding.icon1.right", "elm.padding.icon2.left",)
4396               SETTING_GENLIST_PART_PADDING_R("elm.padding.icon2.left", "elm.icon.2")
4397               //SETTING_GENLIST_PART_ICON_BTN_01_R("elm.icon.2", "elm.padding.right")
4398               SETTING_GENLIST_PART_ICON("elm.icon.2",
4399                  SETTING_GENLIST_DESCRIPTION_R("elm.padding.right",
4400                       min: 1 SETTING_GENLIST_BTN_01_HEIGHT;
4401                       max: 1 SETTING_GENLIST_BTN_01_HEIGHT;
4402                  )
4403               )
4404
4405
4406              SETTING_LAYOUT_FOCUS_PART("bg_image")
4407               //SETTING_GENLIST_PART_FLIP
4408            }
4409            SETTING_GENLIST_PROGRAMS_NORMAL( target: "elm.text"; target: "elm.icon.1"; target: "elm.icon.2"; )
4410         }
4411
4412         // Dialogue group
4413 #define SETTING_GENLIST_DIALOGUE_GROUP_TITLE_SIZE           32
4414 #define SETTING_GENLIST_DIALOGUE_GROUP_TITLE_COLOR          59 115 182 255
4415
4416                 // Group Title
4417 #define SETTING_GENLIST_PARAM_DIALOGUE_GROUP_TITLE \
4418                    color: 255 255 255 255; \
4419                    text { \
4420                       align: 0.0 0.5; \
4421                       min: 0 1;\
4422                       font: "Tizen:style=Bold"; \
4423                       size: SETTING_GENLIST_DIALOGUE_GROUP_TITLE_SIZE; \
4424                       /*text_class: "list_item";*/ \
4425                       text_class:"tizen";\
4426                    }
4427
4428         group { name: "elm/genlist/item/dialogue/mygrouptitle/default";
4429            alias: "elm/genlist/item_odd/dialogue/mygrouptitle/default";
4430            alias: "elm/genlist/item_compress/dialogue/mygrouptitle/default";
4431            alias: "elm/genlist/item_compress_odd/dialogue/mygrouptitle/default";
4432            alias: "elm/layout/dialogue/mygrouptitle";
4433            alias : "elm/genlist/item/dialogue/mytitle/default";
4434            alias: "elm/genlist/item_odd/dialogue/mytitle/default";
4435            alias: "elm/genlist/item_compress/dialogue/mytitle/default";
4436            alias: "elm/genlist/item_compress_odd/dialogue/mytitle/default";
4437            alias: "elm/layout/dialogue/mytitle";
4438
4439            SETTING_GENLIST_DATA_ITEM_NORMAL
4440            data.item: "texts" "elm.text";
4441            data.item: "contents" "elm.icon";
4442
4443            parts {
4444               SETTING_GENLIST_PART_BG_IMAGE
4445               SETTING_GENLIST_PART_BASE
4446               SETTING_GENLIST_PART_PADDING_LEFT_SIZE( 20 )
4447               SETTING_GENLIST_PART_PADDING_RIGHT_SIZE_EDIT(26)
4448
4449               part { name: "bg_color";
4450                  type: RECT;
4451                  repeat_events: 1;
4452                  scale: 1;
4453                  description { state: "default" 0.0;
4454                     align: 0.5 0.5;
4455                     //color: 100 100 100 255;
4456                     //color: 51 43 51 255;
4457                     color: 34 44 72 255;
4458                  }
4459               }
4460              SETTING_GENLIST_PART_TEXT("elm.text",
4461                  SETTING_GENLIST_DESCRIPTION_LR("elm.padding.left", "elm.icon",
4462                     SETTING_GENLIST_PARAM_DIALOGUE_GROUP_TITLE
4463                     min: 1 61;
4464                     max: -1 61;
4465                  )
4466               )
4467
4468               SETTING_GENLIST_PART_ICON("elm.icon",
4469                  SETTING_GENLIST_DESCRIPTION_R("elm.padding.right",
4470                     min: 20 20; max: 20 20; fixed: 1 1;
4471                  )
4472               )
4473               //SETTING_GENLIST_PART_FLIP
4474               SETTING_LAYOUT_FOCUS_PART("bg_image")
4475            }
4476            SETTING_GENLIST_PROGRAMS_INDEX( target: "elm.text"; target: "elm.icon"; )
4477         }
4478
4479 /* theme overlay for sound balance slider */
4480         group { name: "elm/slider/horizontal/indicator/default";
4481       images {
4482          image: "org.tizen.setting.png" COMP;
4483          image: "org.tizen.setting.png" COMP;
4484          image: "org.tizen.setting.png" COMP;
4485       }
4486       parts {
4487          part { name: "button_events";
4488             type: RECT;
4489             mouse_events: 1;
4490             scale: 1;
4491             description { state: "default" 0.0;
4492                fixed: 1 1;
4493                min: 2*SLIDER_INDICATOR_WIDTH_INC 1.5*SLIDER_INDICATOR_HEIGHT_INC;
4494                aspect: 1.0 1.0;
4495                aspect_preference: VERTICAL;
4496                color: 8 8 8 8;
4497             }
4498             description { state: "disabled" 0.0;
4499                inherit: "default" 0.0;
4500                visible: 0;
4501             }
4502          }
4503          part { name: "button0";
4504             mouse_events: 0;
4505             scale: 1;
4506             description { state: "default" 0.0;
4507                fixed: 1 1;
4508                min: SLIDER_INDICATOR_WIDTH_INC SLIDER_INDICATOR_HEIGHT_INC;
4509                max: SLIDER_INDICATOR_MAX_WIDTH_INC SLIDER_INDICATOR_HEIGHT_INC;
4510                rel1 {
4511                   to: "elm.indicator";
4512                   offset: -2 -2;
4513                }
4514                rel2 {
4515                   to: "elm.indicator";
4516                   offset: 2 2;
4517                }
4518                image {
4519                   normal: "org.tizen.setting.png";
4520                   border: 3 3 3 3;
4521                   border_scale: 1;
4522                }
4523             }
4524             description { state: "pressed" 0.0;
4525                inherit: "default" 0.0;
4526                image {
4527                   normal: "org.tizen.setting.png";
4528                }
4529             }
4530             description { state: "disabled" 0.0;
4531                inherit: "default" 0.0;
4532                image {
4533                   normal: "org.tizen.setting.png";
4534                }
4535             }
4536          }
4537          part { name: "elm.indicator";
4538             type: TEXT;
4539             mouse_events: 0;
4540             scale: 1;
4541             description { state: "default" 0.0;
4542                visible: 1;
4543                color: SLIDER_INDICATOR_TEXT_COLOR_INC;
4544                text {
4545                   font: "Tizen:style=Medium";
4546                   size: SLIDER_INDICATOR_TEXT_SIZE_INC;
4547                   min: 1 1;
4548                   align: 0.5 0.5;
4549                   text_class: "tizen";
4550                }
4551             }
4552             description { state: "hide" 0.0;
4553                inherit: "default" 0.0;
4554                visible: 0;
4555              }
4556             description { state: "pressed" 0.0;
4557                inherit: "default" 0.0;
4558                color: SLIDER_INDICATOR_TEXT_PRESSED_COLOR_INC;
4559             }
4560          }
4561       }
4562       programs {
4563          program { name: "set_val_show";
4564             signal: "elm,state,val,show";
4565             source: "elm";
4566             action:  STATE_SET "default" 0.0;
4567             target: "elm.indicator";
4568          }
4569          program { name: "set_val_hide";
4570             signal: "elm,state,val,hide";
4571             source: "elm";
4572             action:  STATE_SET "hide" 0.0;
4573             target: "elm.indicator";
4574          }
4575          program { name: "slider_disable";
4576             signal: "elm,state,disabled";
4577             source: "elm";
4578             action:  STATE_SET "disabled" 0.0;
4579             target: "button0";
4580             target: "button_events";
4581          }
4582          program { name: "slider_enable";
4583             signal: "elm,state,enabled";
4584             source: "elm";
4585             action:  STATE_SET "default" 0.0;
4586             target: "button0";
4587             target: "button_events";
4588          }
4589          program { name: "mouse_down";
4590             signal: "mouse,down,*";
4591             source: "button_events";
4592             action:  STATE_SET "pressed" 0.0;
4593             target: "button0";
4594             after: "text_pressed";
4595          }
4596          program { name: "mouse_up";
4597             signal: "mouse,up,*";
4598             source: "button_events";
4599             action:  STATE_SET "default" 0.0;
4600             target: "button0";
4601             after: "text_unpressed";
4602          }
4603          program { name: "text_pressed";
4604             script {
4605                new st[31];
4606                new Float:vl;
4607                get_state(PART:"elm.indicator", st, 30, vl);
4608                if (!strcmp(st, "default"))
4609                  set_state(PART:"elm.indicator", "pressed", 0.0);
4610             }
4611          }
4612          program { name: "text_unpressed";
4613             script {
4614                new st[31];
4615                new Float:vl;
4616                get_state(PART:"elm.indicator", st, 30, vl);
4617                if (!strcmp(st, "pressed"))
4618                  set_state(PART:"elm.indicator", "default", 0.0);
4619             }
4620          }
4621       }
4622    }
4623         group { name: "elm/slider/horizontal/soundbalance";
4624                 images {
4625                         image: "org.tizen.setting.png" COMP;
4626                         image: "org.tizen.setting.png" COMP;
4627                         image: "org.tizen.setting.png" COMP;
4628                 }
4629                 script {
4630                         public invert_on = 0;
4631                         public set_invert_on() {
4632                                 set_state(PART:"level", "inverted", 0.0);
4633                                 set_state(PART:"level2", "inverted", 0.0);
4634                                 set_int(invert_on, 1);
4635                         }
4636                         public set_invert_off() {
4637                                 set_state(PART:"level", "default", 0.0);
4638                                 set_state(PART:"level2", "default", 0.0);
4639                                 set_int(invert_on, 0);
4640                         }
4641                         public thumb_down() {
4642                                 if(get_int(invert_on) == 0)
4643                                         set_state(PART:"level", "pressed", 0.0);
4644                                 else if(get_int(invert_on) == 1)
4645                                         set_state(PART:"level2", "pressed", 0.0);
4646                         }
4647                         public thumb_up() {
4648                                 if(get_int(invert_on) == 0)
4649                                         set_state(PART:"level", "default", 0.0);
4650                                 else if(get_int(invert_on) == 1)
4651                                         set_state(PART:"level2", "inverted", 0.0);
4652                         }
4653                 }
4654                 parts {
4655                         part { name: "base";
4656                                 mouse_events: 0;
4657                                 scale: 1;
4658                                 description { state: "default" 0.0;
4659                                         min: SLIDER_BASE_MIN_WIDTH_INC SLIDER_BASE_HEIGHT_INC;
4660                                         max: 99999 SLIDER_BASE_HEIGHT_INC;
4661                                         rel1.to: "bg";
4662                                         rel2.to: "bg";
4663                                         image.normal: "org.tizen.setting.png";
4664                                         image.border: PROGRESS_BG_IMAGE_BORDER_INC;
4665                                         image.border_scale: 1;
4666                                 }
4667                         }
4668                         part {
4669                                 name: "base_top_pad";
4670                                 mouse_events: 1;
4671                                 scale: 1;
4672                                 type: RECT;
4673                                 description {
4674                                         state: "default" 0.0;
4675                                         visible: 0;
4676                                         min: 0 4;
4677                                         fixed: 1 1;
4678                                         align: 0.0 1.0;
4679                                         rel1 { relative: 0.0 0.0; to: "base";}
4680                                         rel2 { relative: 1.0 0.0; to: "base";}
4681                                 }
4682                         }
4683                         part {
4684                                 name: "mid_clue";
4685                                 mouse_events: 1;
4686                                 scale: 1;
4687                                 description {
4688                                         state: "default" 0.0;
4689                                         visible: 1;
4690                                         min: 18 27;
4691                                         max: 18 27;
4692                                         fixed: 1 1;
4693                                         align: 0.5 1.0;
4694                                         rel1 { relative: 0.5 0.0; to: "base_top_pad";}
4695                                         rel2 { relative: 0.5 0.0; to: "base_top_pad";}
4696                                         image.normal: "org.tizen.setting.png";
4697                                 }
4698                         }
4699                         part { name: "bar_image_left_padding";
4700                                 type: RECT;
4701                                 scale: 1;
4702                                 description { state: "default" 0.0;
4703                                         visible: 0;
4704                                         min: PROGRESS_BAR_IMAGE_PADDING_SIZE_INC;
4705                                         max: PROGRESS_BAR_IMAGE_PADDING_SIZE_INC;
4706                                         fixed: 1 0;
4707                                         rel1.to: "base";
4708                                         rel2 { relative: 0.0  1.0; to: "base"; }
4709                                         align: 0.0 0.5;
4710                                 }
4711                         }
4712                         part { name: "bar_image_right_padding";
4713                                 type: RECT;
4714                                 scale: 1;
4715                                 description { state: "default" 0.0;
4716                                         visible: 0;
4717                                         min: PROGRESS_BAR_IMAGE_PADDING_SIZE_INC;
4718                                         max: PROGRESS_BAR_IMAGE_PADDING_SIZE_INC;
4719                                         fixed: 1 0;
4720                                         rel1 { relative: 1.0  0.0; to: "base"; }
4721                                         rel2.to: "base";
4722                                         align: 1.0 0.5;
4723                                 }
4724                         }
4725                         part { name: "level";
4726                                 mouse_events: 0;
4727                                 scale: 1;
4728                                 clip_to: "clipper";
4729                                 description { state: "default" 0.0;
4730                                         fixed: 1 1;
4731                                         rel1 { to_x: "bar_image_left_padding"; to_y: "base"; relative: 1.0 0.0; }
4732                                         rel2 { to_y: "base"; to_x: "elm.dragable.slider"; relative: 0.5 1.0; }
4733                                         visible: 0;
4734                                         image.normal: "org.tizen.setting.png";
4735                                         image.border: PROGRESS_BAR_IMAGE_BORDER_INC;
4736                                         image.border_scale: 1;
4737                                 }
4738                                 description { state: "inverted" 0.0;
4739                                         inherit: "default" 0.0;
4740                                         visible: 0;
4741                                 }
4742                                 description { state: "pressed" 0.0;
4743                                         inherit: "default" 0.0;
4744                                 }
4745                         }
4746                         part { name: "level2";
4747                                 mouse_events: 0;
4748                                 scale: 1;
4749                                 clip_to: "clipper";
4750                                 description { state: "default" 0.0;
4751                                         fixed: 1 1;
4752                                         visible: 0;
4753                                         rel1 { to_y: "base"; to_x: "elm.dragable.slider"; relative: 0.5 0.0; }
4754                                         rel2 { to_y: "base"; to_x: "bar_image_left_padding"; relative: 0.0 1.0; }
4755                                         image.normal: "org.tizen.setting.png";
4756                                         image.border: PROGRESS_BAR_IMAGE_BORDER_INC;
4757                                         image.border_scale: 1;
4758                                 }
4759                                 description { state: "inverted" 0.0;
4760                                         inherit: "default" 0.0;
4761                                         visible: 0;
4762                                 }
4763                                 description { state: "pressed" 0.0;
4764                                         inherit: "default" 0.0;
4765                                         visible: 0;
4766                                 }
4767                         }
4768                         part { name: "bg";
4769                                 type: RECT;
4770                                 mouse_events: 0;
4771                                 scale: 1;
4772                                 description { state: "default" 0.0;
4773                                         visible: 0;
4774                                         rel1.to: "elm.swallow.bar";
4775                                         rel2.to: "elm.swallow.bar";
4776                                 }
4777                         }
4778                         part { name: "elm.swallow.bar";
4779                                 type: SWALLOW;
4780                                 mouse_events: 0;
4781                                 scale: 1;
4782                                 description { state: "default" 0.0;
4783                                         min: SLIDER_SWALLOW_BAR_MIN_WIDTH_INC SLIDER_SWALLOW_BAR_HEIGHT_INC;
4784                                         max: 99999 SLIDER_SWALLOW_BAR_HEIGHT_INC;
4785                                         align: 1.0 0.5;
4786                                         rel1 {
4787                                                 to_x: "bar_left_padding";
4788                                                 relative: 1.0 0.0;
4789                                         }
4790                                         rel2 {
4791                                                 to_x: "bar_right_padding";
4792                                                 relative: 0.0 1.0;
4793                                         }
4794                                 }
4795                         }
4796                         part { name: "bar_left_padding";
4797                                 type: RECT;
4798                                 scale: 1;
4799                                 description {
4800                                         state: "default" 0.0;
4801                                         visible: 0;
4802                                         min: 16 0;
4803                                         fixed: 1 1;
4804                                         rel1 {
4805                                                 relative: 1.0  0.5;
4806                                                 to_x: "elm.text";
4807                                         }
4808                                         rel2 {
4809                                                 relative: 1.0  0.5;
4810                                                 to_x: "elm.text";
4811                                         }
4812                                         align: 0.0 0.5;
4813                                 }
4814                         }
4815                         part { name: "bar_right_padding";
4816                                 type: RECT;
4817                                 scale: 1;
4818                                 description {
4819                                         state: "default" 0.0;
4820                                         visible: 0;
4821                                         min: 16 0;
4822                                         fixed: 1 1;
4823                                         rel1 {
4824                                                 relative: 0.0  0.5;
4825                                                 to_x: "elm.units";
4826                                         }
4827                                         rel2 {
4828                                                 relative: 0.0  0.5;
4829                                                 to_x: "elm.units";
4830                                         }
4831                                         align: 1.0 0.5;
4832                                 }
4833                         }
4834                         part { name: "elm.swallow.icon";
4835                                 type: SWALLOW;
4836                                 scale: 1;
4837                                 description { state: "default" 0.0;
4838                                         visible: 0;
4839                                         align: 0.0 0.5;
4840                                         rel1 { to_y: "elm.swallow.bar"; }
4841                                         rel2 { relative: 0.0 1.0; to_y: "elm.swallow.bar"; }
4842                                 }
4843                                 description { state: "visible" 0.0;
4844                                         inherit: "default" 0.0;
4845                                         visible: 1;
4846                                         aspect: 1.0 1.0;
4847                                         aspect_preference: VERTICAL;
4848                                 }
4849                         }
4850                         part { name: "elm.text";
4851                                 type: TEXT;
4852                                 mouse_events: 0;
4853                                 scale: 1;
4854                                 description { state: "default" 0.0;
4855                                         visible: 0;
4856                                         fixed: 1 1;
4857                                         align: 0.0 0.5;
4858                                         rel1.to_x: "elm.swallow.icon";
4859                                         rel1.relative: 1.0 0.0;
4860                                         rel2.to_x: "elm.swallow.icon";
4861                                         color: SLIDER_UNITS_TEXT_COLOR_INC;
4862                                         text {
4863                                                 font: "Tizen:style=Medium";
4864                                                 size: SLIDER_UNITS_TEXT_SIZE_INC;
4865                                                 min: 0 0;
4866                                                 align: 0.0 0.5;
4867                                                 text_class: "tizen";
4868                                         }
4869                                 }
4870                                 description { state: "visible" 0.0;
4871                                         inherit: "default" 0.0;
4872                                         visible: 1;
4873                                         text.min: 1 1;
4874                                 }
4875                         }
4876                         part { name: "elm.swallow.end";
4877                                 type: SWALLOW;
4878                                 scale: 1;
4879                                 description { state: "default" 0.0;
4880                                         visible: 0;
4881                                         align: 1.0 0.5;
4882                                         rel1 {
4883                                                 relative: 1.0 0.0;
4884                                                 to_y: "elm.swallow.bar";
4885                                         }
4886                                         rel2 {
4887                                                 relative: 1.0 1.0;
4888                                                 to_y: "elm.swallow.bar";
4889                                         }
4890                                 }
4891                                 description { state: "visible" 0.0;
4892                                         inherit: "default" 0.0;
4893                                         visible: 1;
4894                                         aspect: 1.0 1.0;
4895                                         aspect_preference: VERTICAL;
4896                                 }
4897                         }
4898                         part { name: "units";
4899                                 mouse_events: 0;
4900                                 scale: 1;
4901                                 description { state: "default" 0.0;
4902                                         visible: 0;
4903                                         rel1 { to_x: "elm.units"; }
4904                                 }
4905                                 description { state: "visible" 0.0;
4906                                         inherit: "default" 0.0;
4907                                         visible: 1;
4908                                 }
4909                         }
4910                         part { name: "elm.units";
4911                                 type: TEXT;
4912                                 mouse_events: 0;
4913                                 scale: 1;
4914                                 description { state: "default" 0.0;
4915                                         visible: 0;
4916                                         fixed: 1 1;
4917                                         align: 1.0 0.5;
4918                                         rel1.to_x: "elm.swallow.end";
4919                                         rel2.relative: 0.0 1.0;
4920                                         rel2.to_x: "elm.swallow.end";
4921                                         color: SLIDER_UNITS_TEXT_COLOR_INC;
4922                                         text {
4923                                                 font: "Tizen:style=Bold";
4924                                                 size: SLIDER_UNITS_TEXT_SIZE_INC;
4925                                                 min: 0 0;
4926                                                 align: 0.0 0.5;
4927                                                 text_class: "tizen";
4928                                         }
4929                                 }
4930                                 description { state: "visible" 0.0;
4931                                         inherit: "default" 0.0;
4932                                         fixed: 1 1;
4933                                         visible: 1;
4934                                         text.min: 1 1;
4935                                 }
4936                         }
4937                         part { name: "elm.dragable.slider";
4938                                 type: GROUP;
4939                                 source: "elm/slider/horizontal/indicator/default";
4940                                 mouse_events: 1;
4941                                 scale: 1;
4942                                 dragable {
4943                                         x: 1 1 0;
4944                                         y: 0 0 0;
4945                                         confine: "bg";
4946                                 }
4947                                 description { state: "default" 0.0;
4948                                         min: SLIDER_INDICATOR_WIDTH_INC SLIDER_INDICATOR_HEIGHT_INC;
4949                                         fixed: 1 1;
4950                                         align: 0.5 0.5;
4951                                         color: 8 8 8 8;
4952                                 }
4953                         }
4954                         part { name: "disabler";
4955                                 type: RECT;
4956                                 mouse_events: 1;
4957                                 repeat_events: 0;
4958                                 scale: 1;
4959                                 description { state: "default" 0.0;
4960                                         visible: 0;
4961                                         color: 8 8 8 8;
4962                                 }
4963                                 description { state: "disabled" 0.0;
4964                                         inherit: "default" 0.0;
4965                                         visible: 1;
4966                                 }
4967                         }
4968                         part { name: "clipper";
4969                                 type: RECT;
4970                                 description { state: "default" 0.0;
4971                                         color: 255 255 255 255;
4972                                 }
4973                                 description { state: "disabled" 0.0;
4974                                         color: 255 255 255 102;
4975                                 }
4976                         }
4977                 }
4978          programs {
4979             program { name: "text_show";
4980             signal: "elm,state,text,visible";
4981             source: "elm";
4982             action:  STATE_SET "visible" 0.0;
4983             target: "elm.text";
4984          }
4985          program { name: "text_hide";
4986             signal: "elm,state,text,hidden";
4987             source: "elm";
4988             action:  STATE_SET "default" 0.0;
4989             target: "elm.text";
4990          }
4991          program { name: "icon_show";
4992             signal: "elm,state,icon,visible";
4993             source: "elm";
4994             action:  STATE_SET "visible" 0.0;
4995             target: "elm.swallow.icon";
4996          }
4997          program { name: "icon_hide";
4998             signal: "elm,state,icon,hidden";
4999             source: "elm";
5000             action:  STATE_SET "default" 0.0;
5001             target: "elm.swallow.icon";
5002          }
5003          program { name: "end_show";
5004             signal: "elm,state,end,visible";
5005             source: "elm";
5006             action:  STATE_SET "visible" 0.0;
5007             target: "elm.swallow.end";
5008          }
5009          program { name: "end_hide";
5010             signal: "elm,state,end,hidden";
5011             source: "elm";
5012             action:  STATE_SET "default" 0.0;
5013             target: "elm.swallow.end";
5014          }
5015          program { name: "units_show";
5016             signal: "elm,state,units,visible";
5017             source: "elm";
5018             action:  STATE_SET "visible" 0.0;
5019             target: "elm.units";
5020             target: "units";
5021          }
5022          program { name: "units_hide";
5023             signal: "elm,state,units,hidden";
5024             source: "elm";
5025             action:  STATE_SET "default" 0.0;
5026             target: "elm.units";
5027             target: "units";
5028          }
5029          program { name: "invert_on";
5030             signal: "elm,state,inverted,on";
5031             source: "elm";
5032             script {
5033                set_invert_on();
5034             }
5035          }
5036          program { name: "invert_off";
5037             signal: "elm,state,inverted,off";
5038             source: "elm";
5039             script {
5040                set_invert_off();
5041             }
5042          }
5043          program { name: "val_show";
5044             signal: "mouse,down,*";
5045             source: "elm.dragable.slider";
5046             script {
5047                thumb_down();
5048             }
5049          }
5050          program { name: "val_hide";
5051             signal: "mouse,up,*";
5052             source: "elm.dragable.slider";
5053             script {
5054                thumb_up();
5055             }
5056          }
5057          program { name: "slider_disable";
5058             signal: "elm,state,disabled";
5059             source: "elm";
5060             action:  STATE_SET "disabled" 0.0;
5061             target: "disabler";
5062             target: "clipper";
5063          }
5064          program { name: "slider_enable";
5065             signal: "elm,state,enabled";
5066             source: "elm";
5067             action:  STATE_SET "default" 0.0;
5068             target: "disabler";
5069             target: "clipper";
5070          }
5071       }
5072    }
5073
5074         group {
5075                 name: "tutor_step_layout";
5076                 images {
5077                         image: "org.tizen.setting.png" COMP;
5078                 }
5079                 parts {
5080                         part {
5081                                 name: "bg";
5082                                 type: RECT;
5083                                 mouse_events: 1;
5084                                 scale: 1;
5085                                 description {
5086                                         state: "default" 0.0;
5087                                         align: 0.0 0.0;
5088                                         visible: 0;
5089                                         min: 0 1100;
5090                                         rel1 { relative: 0.0 0.0;}
5091                                         rel2 { relative: 1.0 1.0;}
5092                                 }
5093                         }
5094                         part {
5095                                 name: "head_bg";
5096                                 type: RECT;
5097                                 mouse_events: 1;
5098                                 scale: 1;
5099                                 description {
5100                                         state: "default" 0.0;
5101                                         align: 0.0 0.0;
5102                                         color: 8 8 8 255;
5103                                         rel1 { relative: 0.0 0.0; to: p1_left;}
5104                                         rel2 { relative: 1.0 1.0; to: head_bottom;}
5105                                 }
5106                         }
5107                         part { name: "p1_left";
5108                                 type: RECT;
5109                                 scale: 1;
5110                                 description {
5111                                         state: "default" 0.0;
5112                                         min: 10 10;
5113                                         fixed: 0 1;
5114                                         visible: 0;
5115                                         align: 0.0 0.0;
5116                                         rel1 { relative: 0.0 0.0;}
5117                                         rel2 { relative: 0.0 0.0;}
5118                                 }
5119                         }
5120                         part { name: "p1_right";
5121                                 type: RECT;
5122                                 scale: 1;
5123                                 description {
5124                                         state: "default" 0.0;
5125                                         min: 10 10;
5126                                         fixed: 0 1;
5127                                         visible: 0;
5128                                         align: 1.0 0.0;
5129                                         rel1 { relative: 1.0 0.0;}
5130                                         rel2 { relative: 1.0 0.0;}
5131                                 }
5132                         }
5133                         part { name: "progressbar";
5134                                 type: SWALLOW;
5135                                 scale: 1;
5136                                 description {
5137                                         state: "default" 0.0;
5138                                         min: 0 44;
5139                                         max: -1 44;
5140                                         fixed: 0 1;
5141                                         visible: 1;
5142                                         align: 0.0 0.0;
5143                                         rel1 { relative: 1.0 1.0; to: p1_left;}
5144                                         rel2 { relative: 0.0 1.0; to: p1_right;}
5145                                         color: 0 0 255 255;
5146                                 }
5147                         }
5148                         part { name: "p2_left";
5149                                 type: RECT;
5150                                 scale: 1;
5151                                 description {
5152                                         state: "default" 0.0;
5153                                         min: 16 28;
5154                                         fixed: 0 1;
5155                                         visible: 0;
5156                                         align: 0.0 0.0;
5157                                         rel1 { relative: 0.0 1.0; to: progressbar;}
5158                                         rel2 { relative: 0.0 1.0; to: progressbar;}
5159                                 }
5160                         }
5161                         part { name: "p2_right";
5162                                 type: RECT;
5163                                 scale: 1;
5164                                 description {
5165                                         state: "default" 0.0;
5166                                         min: 16 28;
5167                                         fixed: 0 1;
5168                                         visible: 0;
5169                                         align: 1.0 0.0;
5170                                         rel1 { relative: 1.0 1.0; to: progressbar;}
5171                                         rel2 { relative: 1.0 1.0; to: progressbar;}
5172                                 }
5173                         }
5174                         part { name: "title";
5175                                 type: TEXT;
5176                                 scale: 1;
5177                                 description {
5178                                         state: "default" 0.0;
5179                                         min: 0 40;
5180                                         fixed: 0 1;
5181                                         visible: 1;
5182                                         align: 0.0 0.0;
5183                                         rel1 { relative: 1.0 1.0; to: p2_left;}
5184                                         rel2 { relative: 0.0 1.0; to: p2_right;}
5185                                         color: 250 250 250 255;
5186                                         text {
5187                                                 font: "Tizen:style=Regular";
5188                                                 text_class:"tizen";
5189                                                 size: 40;
5190                                                 min: 0 0;
5191                                                 align: 0.0 0.5;
5192                                         }
5193                                 }
5194                         }
5195                         part { name: "p3_left";
5196                                 type: RECT;
5197                                 scale: 1;
5198                                 description {
5199                                         state: "default" 0.0;
5200                                         min: 50 10;
5201                                         fixed: 0 1;
5202                                         visible: 0;
5203                                         align: 0.0 0.0;
5204                                         rel1 { relative: 0.0 1.0; to: title;}
5205                                         rel2 { relative: 0.0 1.0; to: title;}
5206                                 }
5207                         }
5208                         part { name: "subtitle";
5209                                 type: TEXT;
5210                                 scale: 1;
5211                                 description {
5212                                         state: "default" 0.0;
5213                                         min: 0 40;
5214                                         fixed: 0 1;
5215                                         visible: 1;
5216                                         align: 0.0 0.0;
5217                                         rel1 { relative: 1.0 1.0; to: p3_left;}
5218                                         rel2 { relative: 1.0 1.0; to_x: title; to_y: p3_left;}
5219                                         color: 250 250 250 255;
5220                                         text {
5221                                                 font: "Tizen:style=Regular";
5222                                                 text_class:"tizen";
5223                                                 size: 34;
5224                                                 min: 0 0;
5225                                                 align: 0.0 0.5;
5226                                         }
5227                                 }
5228                         }
5229                         part { name: "p4_left";
5230                                 type: RECT;
5231                                 scale: 1;
5232                                 description {
5233                                         state: "default" 0.0;
5234                                         min: 50 0;
5235                                         fixed: 0 1;
5236                                         visible: 0;
5237                                         align: 1.0 0.0;
5238                                         rel1 { relative: 0.0 1.0; to: subtitle;}
5239                                         rel2 { relative: 0.0 1.0; to: subtitle;}
5240                                 }
5241                         }
5242                         part { name: "description";
5243                                 type: TEXTBLOCK;
5244                                 scale: 1;
5245                                 description {
5246                                         state: "default" 0.0;
5247                                         min: 0 40;
5248                                         fixed: 0 1;
5249                                         visible: 1;
5250                                         align: 0.0 0.0;
5251                                         rel1 { relative: 0.0 1.0; to: p4_left;}
5252                                         rel2 { relative: 1.0 1.0; to_x: subtitle; to_y: p4_left;}
5253                                         text {
5254                                                 style: "textblock_tutorial_black_style";
5255                                                 min: 0 1;
5256                                                 align: 0.0 0.0;
5257                                         }
5258                                 }
5259                         }
5260                         part { name: "head_bottom";
5261                                 type: RECT;
5262                                 scale: 1;
5263                                 description {
5264                                         state: "default" 0.0;
5265                                         min: 26 24;
5266                                         fixed: 0 1;
5267                                         visible: 0;
5268                                         align: 0.0 0.0;
5269                                         rel1 { relative: 1.0 1.0; to: description;}
5270                                         rel2 { relative: 1.0 1.0; to: description;}
5271                                 }
5272                         }
5273                         part {
5274                                 name: "content";
5275                                 type: SWALLOW;
5276                                 mouse_events: 1;
5277                                 scale: 1;
5278                                 description {
5279                                         state: "default" 0.0;
5280                                         min: 716 850;
5281                                         max: 716 850;
5282                                         align: 0.5 0.0;
5283                                         rel1 { relative: 0.0 1.0; to_y: head_bottom;}
5284                                         rel2 { relative: 1.0 1.0; to: bg;}
5285                                 }
5286                         }
5287                 }
5288         }
5289
5290         group {
5291                 name: "content_layout_livebox";
5292                 images {
5293                         image: "org.tizen.setting.png" COMP;
5294                 }
5295                 parts {
5296                         part {
5297                                 name: "content_bg";
5298                                 mouse_events: 1;
5299                                 scale: 1;
5300                                 description {
5301                                         state: "default" 0.0;
5302                                         min: 716 850;
5303                                         max: 716 850;
5304                                         align: 0.0 0.0;
5305                                         rel1 { relative: 0.0 0.0;}
5306                                         rel2 { relative: 1.0 1.0;}
5307                                         image {
5308                                                 normal: "org.tizen.setting.png";
5309                                         }
5310                                 }
5311                         }
5312                         part {
5313                                 name: "content_padding";
5314                                 type: RECT;
5315                                 mouse_events: 1;
5316                                 scale: 1;
5317                                 description {
5318                                         state: "default" 0.0;
5319                                         min: 0 60;
5320                                         align: 0.0 0.0;
5321                                         visible: 0;
5322                                         rel1 { relative: 0.0 0.0; to:content_bg;}
5323                                         rel2 { relative: 1.0 0.0; to:content_bg;}
5324                                 }
5325                         }
5326                         part {
5327                                 name: "content_layout";
5328                                 type: SWALLOW;
5329                                 mouse_events: 1;
5330                                 scale: 1;
5331                                 description {
5332                                         state: "default" 0.0;
5333                                         min: 716 714;
5334                                         max: 716 714;
5335                                         align: 0.5 0.0;
5336                                         rel1 { relative: 0.5 1.0; to: content_padding;}
5337                                         rel2 { relative: 0.5 1.0; to: content_padding;}
5338                                 }
5339                         }
5340                 }
5341         }
5342
5343         group {
5344                 name: "progress_elm";
5345                 images {
5346                         image: "org.tizen.setting.png" COMP;
5347                         image: "org.tizen.setting.png" COMP;
5348                 }
5349                 parts {
5350                         part { name: "elm.swallow.bg1";
5351                                 scale: 1;
5352                                 description {
5353                                         state: "default" 0.0;
5354                                         min: 0 37;
5355                                         fixed: 0 1;
5356                                         visible: 1;
5357                                         align: 0.0 0.0;
5358                                         rel1 { relative: 0.0 0.0;}
5359                                         rel2 { relative: 1.0 1.0;}
5360                                         image {
5361                                                 normal: "org.tizen.setting.png";
5362                                                 border: 5 5 5 5;
5363                                                 border_scale: 1;
5364                                         }
5365                                 }
5366                                 description {
5367                                         state: "bg1_show" 0.0;
5368                                         min: 0 37;
5369                                         fixed: 0 1;
5370                                         visible: 1;
5371                                         align: 0.0 0.0;
5372                                         rel1 { relative: 0.0 0.0;}
5373                                         rel2 { relative: 1.0 1.0;}
5374                                         image {
5375                                                 normal: "org.tizen.setting.png";
5376                                                 border: 5 5 5 5;
5377                                                 border_scale: 1;
5378                                         }
5379                                 }
5380                         }
5381                 }
5382                 programs {
5383                         program { name: "show_bg1";
5384                                 signal: "elm,state,show,bg1";
5385                                 source: "elm";
5386                                 action: STATE_SET "bg1_show" 0.0;
5387                                 target: "elm.swallow.bg1";
5388                         }
5389                 }
5390         }
5391         group {
5392                 name: "livebox_top";
5393                 images {
5394                         image: "org.tizen.setting.png" COMP;
5395                         image: "org.tizen.setting.png" COMP;
5396                         image: "org.tizen.setting.png" COMP;
5397                         image: "org.tizen.setting.png" COMP;
5398                 }
5399                 parts {
5400                         part {
5401                                 name: "bg";
5402                                 mouse_events: 1;
5403                                 scale: 1;
5404                                 description {
5405                                         state: "default" 0.0;
5406                                         min: 708 354;
5407                                         max: 708 354;
5408                                         align: 0.5 0.5;
5409                                         rel1 { relative: 0.5 0.5;}
5410                                         rel2 { relative: 0.5 0.5;}
5411                                         image {
5412                                                 normal: "org.tizen.setting.png";
5413                                         }
5414                                 }
5415                         }
5416                         part {
5417                                 name: "time";
5418                                 type: TEXT;
5419                                 mouse_events: 1;
5420                                 scale: 1;
5421                                 description {
5422                                         state: "default" 0.0;
5423                                         align: 0 0;
5424                                         rel1 { relative: 20/708 8/354; to: bg;}
5425                                         rel2 { relative: 20/708 (8+120)/354; to: bg;}
5426                                         color: 250 250 250 255;
5427                                         text {
5428                                                 font: "Tizen:style=Thin";
5429                                                 text_class:"tizen";
5430                                                 text: "12:45";
5431                                                 size: 120;
5432                                                 min: 1 0;
5433                                                 align: 0.0 0.5;
5434                                         }
5435                                 }
5436                         }
5437                         part {
5438                                 name: "date";
5439                                 type: TEXT;
5440                                 mouse_events: 1;
5441                                 scale: 1;
5442                                 description {
5443                                         state: "default" 0.0;
5444                                         align: 0 0;
5445                                         min: 0 40;
5446                                         rel1 { relative: 0 1; to: time;}
5447                                         rel2 { relative: 1 1; to: time;}
5448                                         color: 250 250 250 255;
5449                                         text {
5450                                                 font: "Tizen:style=Regular";
5451                                                 text_class:"tizen";
5452                                                 text: "Thu, June 13";
5453                                                 size: 40;
5454                                                 min: 0 0;
5455                                                 align: 0.0 0.5;
5456                                         }
5457                                 }
5458                         }
5459                         part {
5460                                 name: "pad1";
5461                                 type: TEXT;
5462                                 mouse_events: 1;
5463                                 scale: 1;
5464                                 description {
5465                                         state: "default" 0.0;
5466                                         align: 0 1;
5467                                         min: 12 10;
5468                                         visible: 0;
5469                                         rel1 { relative: 1 1; to: time;}
5470                                         rel2 { relative: 1 1; to: time;}
5471                                 }
5472                         }
5473                         part {
5474                                 name: "PM";
5475                                 type: TEXT;
5476                                 mouse_events: 1;
5477                                 scale: 1;
5478                                 description {
5479                                         state: "default" 0.0;
5480                                         align: 0 1;
5481                                         min: 50 35;
5482                                         rel1 { relative: 1 0; to: pad1;}
5483                                         rel2 { relative: 1 0; to: pad1;}
5484                                         color: 250 250 250 255;
5485                                         text {
5486                                                 font: "Tizen:style=Regular";
5487                                                 text_class:"tizen";
5488                                                 text: "";
5489                                                 size: 35;
5490                                                 min: 1 0;
5491                                                 align: 0.0 0.5;
5492                                         }
5493                                 }
5494                         }
5495                         // right bottom part
5496                         part {
5497                                 name: "pad2";
5498                                 type: RECT;
5499                                 mouse_events: 1;
5500                                 scale: 1;
5501                                 description {
5502                                         state: "default" 0.0;
5503                                         align: 1 1;
5504                                         min: 20 10;
5505                                         visible: 0;
5506                                         rel1 { relative: 1 1; to: bg;}
5507                                         rel2 { relative: 1 1; to: bg;}
5508                                 }
5509                         }
5510                         part {
5511                                 name: "degree";
5512                                 mouse_events: 1;
5513                                 scale: 1;
5514                                 description {
5515                                         state: "default" 0.0;
5516                                         align: 1 1;
5517                                         min: 64 105;
5518                                         rel1 { relative: 0 0; to: pad2;}
5519                                         rel2 { relative: 0 0; to: pad2;}
5520                                         image {
5521                                                 normal: "org.tizen.setting.png";
5522                                         }
5523                                 }
5524                         }
5525                         part {
5526                                 name: "weather";
5527                                 type: TEXT;
5528                                 mouse_events: 1;
5529                                 scale: 1;
5530                                 description {
5531                                         state: "default" 0.0;
5532                                         align: 1 0;
5533                                         min: 0 105;
5534                                         max: -1 105;
5535                                         rel1 { relative: 0 0; to: degree;}
5536                                         rel2 { relative: 0 1; to: degree;}
5537                                         color: 250 250 250 255;
5538                                         text {
5539                                                 font: "Tizen:style=Light";
5540                                                 text_class:"tizen";
5541                                                 text: "23";
5542                                                 size: 105;
5543                                                 min: 1 0;
5544                                                 align: 0.0 0.5;
5545                                         }
5546                                 }
5547                         }
5548                         //left bottom part
5549                         part {
5550                                 name: "pad3";
5551                                 type: TEXT;
5552                                 mouse_events: 1;
5553                                 scale: 1;
5554                                 description {
5555                                         state: "default" 0.0;
5556                                         align: 0 1;
5557                                         min: 2 4;
5558                                         visible: 0;
5559                                         rel1 { relative: 0 1; to: bg;}
5560                                         rel2 { relative: 0 1; to: bg;}
5561                                 }
5562                         }
5563                         part {
5564                                 name: "sun";
5565                                 mouse_events: 1;
5566                                 scale: 1;
5567                                 description {
5568                                         state: "default" 0.0;
5569                                         align: 0 1;
5570                                         min: 191 171;
5571                                         max: 191 171;
5572                                         rel1 { relative: 1 0; to: pad3;}
5573                                         rel2 { relative: 1 0; to: pad3;}
5574                                         image {
5575                                                 normal: "org.tizen.setting.png";
5576                                         }
5577                                 }
5578                         }
5579                         part {
5580                                 name: "pad4";
5581                                 type: RECT;
5582                                 mouse_events: 1;
5583                                 scale: 1;
5584                                 description {
5585                                         state: "default" 0.0;
5586                                         align: 0 1;
5587                                         min: 6 20;
5588                                         visible: 0;
5589                                         rel1 { relative: 1 1; to: sun;}
5590                                         rel2 { relative: 1 1; to: sun;}
5591                                 }
5592                         }
5593                         part {
5594                                 name: "partly";
5595                                 type: TEXT;
5596                                 mouse_events: 1;
5597                                 scale: 1;
5598                                 description {
5599                                         state: "default" 0.0;
5600                                         align: 0 1;
5601                                         min: 0 32;
5602                                         max: -1 32;
5603                                         rel1 { relative: 1 0; to: pad4;}
5604                                         rel2 { relative: 1 0; to: pad4;}
5605                                         color: 250 250 250 255;
5606                                         text {
5607                                                 font: "Tizen:style=Regular";
5608                                                 text_class:"tizen";
5609                                                 text: "Partly Sunny";
5610                                                 size: 32;
5611                                                 min: 1 0;
5612                                                 align: 1.0 1.0;
5613                                         }
5614                                 }
5615                         }
5616                         part {
5617                                 name: "pad5";
5618                                 type: RECT;
5619                                 mouse_events: 1;
5620                                 scale: 1;
5621                                 description {
5622                                         state: "default" 0.0;
5623                                         align: 0 1;
5624                                         min: 0 10;
5625                                         visible: 0;
5626                                         rel1 { relative: 0 0; to: partly;}
5627                                         rel2 { relative: 1 0; to: partly;}
5628                                 }
5629                         }
5630                         part {
5631                                 name: "city";
5632                                 type: TEXT;
5633                                 mouse_events: 1;
5634                                 scale: 1;
5635                                 description {
5636                                         state: "default" 0.0;
5637                                         align: 0 1;
5638                                         min: 0 32;
5639                                         max: -1 32;
5640                                         rel1 { relative: 0 0; to: pad5;}
5641                                         rel2 { relative: 1 0; to: pad5;}
5642                                         color: 250 250 250 255;
5643                                         text {
5644                                                 font: "Tizen:style=Light";
5645                                                 text_class:"tizen";
5646                                                 text: "San Francisco";
5647                                                 size: 32;
5648                                                 min: 1 0;
5649                                                 align: 0.0 1.0;
5650                                         }
5651                                 }
5652                         }
5653                         part {
5654                                 name: "access";
5655                                 type: RECT;
5656                                 mouse_events: 1;
5657                                 scale: 1;
5658                                 description {
5659                                         state: "default" 0.0;
5660                                         align: 0.0 0.0;
5661                                         visible: 1;
5662                                         color: 8 8 8 8;
5663                                         rel1 { relative: 0.0 0.0; to: bg;}
5664                                         rel2 { relative: 1.0 1.0; to: bg;}
5665                                 }
5666                         }
5667                 }
5668         }
5669         group {
5670                 name: "storage_pie";
5671
5672                 parts {
5673                         part {
5674                                 name: "background";
5675                                 type: RECT;
5676                                 scale: 1;
5677                                 description {
5678                                         min: 0 414;
5679                                         align: 0.5 0.5;
5680                                         visible: 0;
5681                                         state: "default" 0.0;
5682                                         rel1 { relative: 0.0 0.0;}
5683                                         rel2 { relative: 1.0 1.0;}
5684                                 }
5685                         }
5686                         part {
5687                                 name: "storage_title.text";
5688                                 type: TEXTBLOCK;
5689                                 scale: 1;
5690                                 description {
5691                                         min: 0 60;
5692                                         state: "default" 0.0;
5693                                         align: 0 0;
5694                                         rel1 { relative: 0  0; to: "background";}
5695                                         rel2 { relative: 1  0; to: "background";}
5696
5697                                         text {
5698                                                 min: 0 1;
5699                                                 align: 0.0 0.5;
5700                                                 style: textblock_blue_style;
5701                                         }
5702                                 }
5703                         }
5704                         part {
5705                                 name: "pie_rect";
5706                                 type: SWALLOW;
5707                                 mouse_events: 1;
5708                                 scale: 1;
5709                                 description {
5710                                         state: "default" 0.0;
5711                                         align: 0.5 0;
5712                                         min: 294 294;
5713                                         max: 294 294;
5714                                         rel1 {
5715                                                 relative: 0.5 1;
5716                                                 to: "storage_title.text";
5717                                         }
5718                                         rel2 {
5719                                                 relative: 0.5 1;
5720                                                 to: "storage_title.text";
5721                                         }
5722                                 }
5723                         }
5724                         part {
5725                                 name: "storage_total.text";
5726                                 type: TEXTBLOCK;
5727                                 scale: 1;
5728                                 description {
5729                                         min: 0 60;
5730                                         align: 0 0;
5731                                         state: "default" 0.0;
5732                                         rel1 { relative: 0  1; to_y: "pie_rect"; to_x: "storage_title.text";}
5733                                         rel2 { relative: 1  1; to_y: "pie_rect"; to_x: "storage_title.text";}
5734
5735                                         text {
5736                                                 min: 0 1;
5737                                                 align: 0.0 0.5;
5738                                                 style: textblock_blue_style;
5739                                         }
5740                                 }
5741                         }
5742                 }
5743         }
5744         group {
5745                 name: "storage_pie_lanscape";
5746
5747                 parts {
5748                         part {
5749                                 name: "bg";
5750                                 type: RECT;
5751                                 scale: 1;
5752                                 description {
5753                                         state: "default" 0.0;
5754                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
5755                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
5756                                         color: 8 8 8 8;
5757                                 }
5758                         }
5759                         part {
5760                                 name: "background";
5761                                 type: RECT;
5762                                 scale: 1;
5763                                 description {
5764                                         max: 576 520;
5765                                         align: 0.5 0.5;
5766                                         state: "default" 0.0;
5767                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
5768                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
5769                                         color: 8 8 8 8;
5770                                 }
5771                         }
5772                         part {
5773                                 name: "storage_title";
5774                                 type: RECT;
5775                                 mouse_events: 1;
5776                                 scale: 1;
5777                                 description {
5778                                         state: "default" 0.0;
5779                                         align: 0 0;
5780                                         rel1 {
5781                                                 relative: 36/720 22/650;
5782                                                 offset: 0 0;
5783                                                 to: "background";
5784                                         }
5785                                         rel2 {
5786                                                 relative: 684/720 72/650;
5787                                                 offset: 0 0;
5788                                                 to: "background";
5789                                         }
5790                                         color: 8 8 8 8;
5791                                 }
5792                         }
5793                         part {
5794                                 name: "storage_title.text";
5795                                 type: TEXTBLOCK;
5796                                 scale: 1;
5797                                 description {
5798                                         min: 0 30;
5799                                         fixed: 0 1;
5800                                         state: "default" 0.0;
5801                                         rel1 { relative: 0  0; offset: 0 0; to: "storage_title";}
5802                                         rel2 { relative: 1  1; offset: 0 0; to: "storage_title";}
5803
5804                                         text {
5805                                                 min: 0 1;
5806                                                 style: textblock_blue_style;
5807                                         }
5808                                 }
5809                         }
5810                         part {
5811                                 name: "storage_total";
5812                                 type: RECT;
5813                                 mouse_events: 1;
5814                                 scale: 1;
5815                                 description {
5816                                         state: "default" 0.0;
5817                                         align: 0 0;
5818                                         rel1 {
5819                                                 relative: 36/720 72/650;
5820                                                 offset: 0 0;
5821                                                 to: "background";
5822                                         }
5823                                         rel2 {
5824                                                 relative: 224/720. 122/650;
5825                                                 offset: 0 0;
5826                                                 to: "background";
5827                                         }
5828                                         color: 8 8 8 8;
5829                                 }
5830                         }
5831                         part {
5832                                 name: "storage_total.text";
5833                                 type: TEXTBLOCK;
5834                                 scale: 1;
5835                                 description {
5836                                         min: 0 30;
5837                                         fixed: 0 1;
5838                                         state: "default" 0.0;
5839                                         rel1 { relative: 0  0; offset: 0 0; to: "storage_total";}
5840                                         rel2 { relative: 1  1; offset: 0 0; to: "storage_total";}
5841
5842                                         text {
5843                                                 min: 0 1;
5844                                                 style: storage_pie_style;
5845                                         }
5846                                 }
5847                         }
5848                         part {
5849                                 name: "pie_rect";
5850                                 type: SWALLOW;
5851                                 mouse_events: 1;
5852                                 scale: 1;
5853                                 description {
5854                                         state: "default" 0.0;
5855                                         align: 0.5 0.5;
5856                                         rel1 {
5857                                                 relative: 125/720 130/650;
5858                                                 offset: 0 0;
5859                                                 to: "background";
5860                                         }
5861                                         rel2 {
5862                                                 relative: 594/720 599/650;
5863                                                 offset: 0 0;
5864                                                 to: "background";
5865                                         }
5866                                 }
5867                         }
5868                 }
5869         }
5870
5871         group {
5872                 name: "storage_elem";
5873                 parts {
5874                         part {
5875                                 name: "bg";
5876                                 type: RECT;
5877                                 scale: 1;
5878                                 description {
5879                                         state: "default" 0.0;
5880                                         min: 6 0;
5881                                         max: 6 -1;
5882                                         visible: 0;
5883                                         rel1 { relative: 0.0 0.0;}
5884                                         rel2 { relative: 1.0 1.0;}
5885                                 }
5886                         }
5887                         part {
5888                                 name: "color_elem";
5889                                 type: RECT;
5890                                 scale: 1;
5891                                 description {
5892                                         min: 6 0;
5893                                         max: 6 -1;
5894                                         align: 0.5 0;
5895                                         state: "default" 0.0;
5896                                         rel1 { relative: 0.5 0.0; to: bg;}
5897                                         rel2 { relative: 0.5 1.0; to: bg;}
5898                                         color: 153 66 194 255;
5899                                 }
5900                                 description {
5901                                         min: 6 0;
5902                                         max: 6 -1;
5903                                         align: 0.5 0;
5904                                         state: "color_2" 0.0;
5905                                         rel1 { relative: 0.5 0.0; to: bg;}
5906                                         rel2 { relative: 0.5 1.0; to: bg;}
5907                                         color: 255 189 8 255;
5908                                 }
5909                                 description {
5910                                         min: 6 0;
5911                                         max: 6 -1;
5912                                         align: 0.5 0;
5913                                         state: "color_3" 0.0;
5914                                         rel1 { relative: 0.5 0.0; to: bg;}
5915                                         rel2 { relative: 0.5 1.0; to: bg;}
5916                                         color: 119 222 60 255;
5917                                 }
5918                                 description {
5919                                         min: 6 0;
5920                                         max: 6 -1;
5921                                         align: 0.5 0;
5922                                         state: "color_4" 0.0;
5923                                         rel1 { relative: 0.5 0.0; to: bg;}
5924                                         rel2 { relative: 0.5 1.0; to: bg;}
5925                                         color: 28 140 252 255;
5926                                 }
5927                                 description {
5928                                         min: 6 0;
5929                                         max: 6 -1;
5930                                         align: 0.5 0;
5931                                         state: "color_5" 0.0;
5932                                         rel1 { relative: 0.5 0.0; to: bg;}
5933                                         rel2 { relative: 0.5 1.0; to: bg;}
5934                                         color: 52 220 250 255;
5935                                 }
5936                                 description {
5937                                         min: 6 0;
5938                                         max: 6 -1;
5939                                         align: 0.5 0;
5940                                         state: "color_6" 0.0;
5941                                         rel1 { relative: 0.5 0.0; to: bg;}
5942                                         rel2 { relative: 0.5 1.0; to: bg;}
5943                                         color: 235 235 235 255;
5944                                 }
5945                         }
5946                 }
5947                 programs {
5948                         program { name: "show_color_2";
5949                                 signal: "elm,state,show,app";
5950                                 source: "elm";
5951                                 action: STATE_SET "color_2" 0.0;
5952                                 target: "color_elem";
5953                         }
5954                         program { name: "show_color_3";
5955                                 signal: "elm,state,show,pic";
5956                                 source: "elm";
5957                                 action: STATE_SET "color_3" 0.0;
5958                                 target: "color_elem";
5959                         }
5960                         program { name: "show_color_4";
5961                                 signal: "elm,state,show,audio";
5962                                 source: "elm";
5963                                 action: STATE_SET "color_4" 0.0;
5964                                 target: "color_elem";
5965                         }
5966                         program { name: "show_color_5";
5967                                 signal: "elm,state,show,misc";
5968                                 source: "elm";
5969                                 action: STATE_SET "color_5" 0.0;
5970                                 target: "color_elem";
5971                         }
5972                         program { name: "show_color_6";
5973                                 signal: "elm,state,show,avail";
5974                                 source: "elm";
5975                                 action: STATE_SET "color_6" 0.0;
5976                                 target: "color_elem";
5977                         }
5978                 }
5979         }
5980
5981         group {
5982                 name: "livebox_bot";
5983                 images {
5984                         image: "org.tizen.setting.png" COMP;
5985                 }
5986                 parts {
5987                         part {
5988                                 name: "bg";
5989                                 mouse_events: 1;
5990                                 scale: 1;
5991                                 description {
5992                                         state: "default" 0.0;
5993                                         min: 174 174;
5994                                         max: 174 174;
5995                                         align: 0.5 0.5;
5996                                         rel1 { relative: 0.5 0.5;}
5997                                         rel2 { relative: 0.5 0.5;}
5998                                         image {
5999                                                 normal: "org.tizen.setting.png";
6000                                         }
6001                                 }
6002                         }
6003                         part {
6004                                 name: "pad_tl";
6005                                 type: RECT;
6006                                 mouse_events: 1;
6007                                 scale: 1;
6008                                 description {
6009                                         state: "default" 0.0;
6010                                         visible: 0;
6011                                         align: 0 0;
6012                                         min: 23 9;
6013                                         max: 23 9;
6014                                         rel1 { relative: 0.0 0.0; to: bg;}
6015                                         rel2 { relative: 0.0 0.0; to: bg;}
6016                                 }
6017                         }
6018                         part {
6019                                 name: "pad_tr";
6020                                 type: RECT;
6021                                 mouse_events: 1;
6022                                 scale: 1;
6023                                 description {
6024                                         state: "default" 0.0;
6025                                         visible: 0;
6026                                         align: 1 0;
6027                                         min: 23 9;
6028                                         max: 23 9;
6029                                         rel1 { relative: 1.0 0.0; to: bg;}
6030                                         rel2 { relative: 1.0 0.0; to: bg;}
6031                                 }
6032                         }
6033                         part {
6034                                 name: "app_icon";
6035                                 type: SWALLOW;
6036                                 mouse_events: 1;
6037                                 scale: 1;
6038                                 description {
6039                                         state: "default" 0.0;
6040                                         align: 0 0;
6041                                         min: 129 129;
6042                                         max: 129 129;
6043                                         rel1 { relative: 1.0 1.0; to: pad_tl;}
6044                                         rel2 { relative: 0.0 1.0; to: pad_tr;}
6045                                 }
6046                         }
6047                         part {
6048                                 name: "app_name";
6049                                 type: TEXT;
6050                                 mouse_events: 1;
6051                                 scale: 1;
6052                                 description {
6053                                         state: "default" 0.0;
6054                                         align: 0 0;
6055                                         min: 129 28;
6056                                         max: 129 28;
6057                                         rel1 { relative: 0.0 1.0; to: app_icon;}
6058                                         rel2 { relative: 1.0 1.0; to: app_icon;}
6059                                         color: 250 250 250 191;
6060                                         text {
6061                                                 font: "Tizen:style=Regular";
6062                                                 text_class:"tizen";
6063                                                 text: "Settings";
6064                                                 size: 28;
6065                                                 min: 0 0;
6066                                                 align: 0.5 0.5;
6067                                         }
6068                                 }
6069                         }
6070                         part {
6071                                 name: "access";
6072                                 type: RECT;
6073                                 mouse_events: 1;
6074                                 scale: 1;
6075                                 description {
6076                                         state: "default" 0.0;
6077                                         align: 0.0 0.0;
6078                                         visible: 1;
6079                                         color: 8 8 8 0;
6080                                         rel1 { relative: 0.0 0.0; to: bg;}
6081                                         rel2 { relative: 1.0 1.0; to: bg;}
6082                                 }
6083                         }
6084                 }
6085         }
6086         group {
6087                 name: "livebox_right";
6088                 images {
6089                         image: "org.tizen.setting.png" COMP;
6090                         image: "org.tizen.setting.png" COMP;
6091                 }
6092                 parts {
6093                         part {
6094                                 name: "bg";
6095                                 mouse_events: 1;
6096                                 scale: 1;
6097                                 description {
6098                                         state: "default" 0.0;
6099                                         min: 352 352;
6100                                         max: 352 352;
6101                                         align: 0.5 0.5;
6102                                         rel1 { relative: 0.5 0.5;}
6103                                         rel2 { relative: 0.5 0.5;}
6104                                         image {
6105                                                 normal: "org.tizen.setting.png";
6106                                         }
6107                                 }
6108                         }
6109                         part {
6110                                 name: "pad_botleft";
6111                                 type: RECT;
6112                                 mouse_events: 1;
6113                                 scale: 1;
6114                                 description {
6115                                         state: "default" 0.0;
6116                                         min: 18 12;
6117                                         align: 0.0 1.0;
6118                                         visible: 0;
6119                                         rel1 { relative: 0.0 1.0; to: bg;}
6120                                         rel2 { relative: 0.0 1.0; to: bg;}
6121                                 }
6122                         }
6123                         part {
6124                                 name: "pic";
6125                                 mouse_events: 1;
6126                                 scale: 1;
6127                                 description {
6128                                         state: "default" 0.0;
6129                                         min: 54 54;
6130                                         max: 54 54;
6131                                         align: 0.0 1.0;
6132                                         rel1 { relative: 1.0 0.0; to: pad_botleft;}
6133                                         rel2 { relative: 1.0 0.0; to: pad_botleft;}
6134                                         image {
6135                                                 normal: "org.tizen.setting.png";
6136                                         }
6137                                 }
6138                         }
6139                         part {
6140                                 name: "pad_mid";
6141                                 type: RECT;
6142                                 mouse_events: 1;
6143                                 scale: 1;
6144                                 description {
6145                                         state: "default" 0.0;
6146                                         min: 5 8;
6147                                         align: 0.0 1.0;
6148                                         visible: 0;
6149                                         rel1 { relative: 1.0 1.0; to: pic;}
6150                                         rel2 { relative: 1.0 1.0; to: pic;}
6151                                 }
6152                         }
6153                         part {
6154                                 name: "gallery";
6155                                 type: TEXT;
6156                                 mouse_events: 1;
6157                                 scale: 1;
6158                                 description {
6159                                         state: "default" 0.0;
6160                                         min: 0 38;
6161                                         max: -1 38;
6162                                         align: 0.0 1.0;
6163                                         rel1 { relative: 1.0 0.0; to: pad_mid;}
6164                                         rel2 { relative: 1.0 0.0; to: pad_mid;}
6165                                         color: 250 250 250 255;
6166                                         text {
6167                                                 font: "Tizen:style=Bold";
6168                                                 text_class:"tizen";
6169                                                 text: "GALLERY";
6170                                                 size: 32;
6171                                                 min: 1 0;
6172                                                 align: 0.0 0.5;
6173                                         }
6174                                 }
6175                         }
6176                         part {
6177                                 name: "access";
6178                                 type: RECT;
6179                                 mouse_events: 1;
6180                                 scale: 1;
6181                                 description {
6182                                         state: "default" 0.0;
6183                                         align: 0.0 0.0;
6184                                         visible: 1;
6185                                         color: 8 8 8 8;
6186                                         rel1 { relative: 0.0 0.0; to: bg;}
6187                                         rel2 { relative: 1.0 1.0; to: bg;}
6188                                 }
6189                         }
6190                 }
6191         }
6192
6193         group {
6194                 name: "lockscreen";
6195                 images {
6196                         image: "org.tizen.setting.png" COMP;
6197                         image: "org.tizen.setting.png" COMP;
6198                         image: "org.tizen.setting.png" COMP;
6199                         image: "org.tizen.setting.png" COMP;
6200                         image: "org.tizen.setting.png" COMP;
6201                 }
6202                 parts {
6203                         part {
6204                                 name: "bg";
6205                                 mouse_events: 1;
6206                                 scale: 1;
6207                                 description {
6208                                         state: "default" 0.0;
6209                                         min: 716 853;
6210                                         max: 716 853;
6211                                         align: 0.0 0.0;
6212                                         rel1 { relative: 0.0 0.0;}
6213                                         rel2 { relative: 1.0 1.0;}
6214                                         image {
6215                                                 normal: "org.tizen.setting.png";
6216                                         }
6217                                 }
6218                         }
6219                         part {
6220                                 name: "pad_topleft";
6221                                 type: RECT;
6222                                 mouse_events: 1;
6223                                 scale: 1;
6224                                 description {
6225                                         state: "default" 0.0;
6226                                         min: 42 38;
6227                                         align: 0.0 0.0;
6228                                         visible: 0;
6229                                         rel1 { relative: 0.0 0.0; to: bg;}
6230                                         rel2 { relative: 0.0 0.0; to: bg;}
6231                                 }
6232                         }
6233                         part {
6234                                 name: "pad_topright";
6235                                 type: RECT;
6236                                 mouse_events: 1;
6237                                 scale: 1;
6238                                 description {
6239                                         state: "default" 0.0;
6240                                         min: 42 38;
6241                                         align: 1.0 0.0;
6242                                         visible: 0;
6243                                         rel1 { relative: 1.0 0.0; to: bg;}
6244                                         rel2 { relative: 1.0 0.0; to: bg;}
6245                                 }
6246                         }
6247                         part {
6248                                 name: "time";
6249                                 type: TEXT;
6250                                 mouse_events: 1;
6251                                 scale: 1;
6252                                 description {
6253                                         state: "default" 0.0;
6254                                         min: 0 160;
6255                                         max: 450 160;
6256                                         align: 0.0 0.0;
6257                                         rel1 { relative: 1.0 1.0; to: pad_topleft;}
6258                                         rel2 { relative: 0.0 1.0; to: pad_topright;}
6259                                         color: 250 250 250 255;
6260                                         text {
6261                                                 font: "Tizen:style=Light";
6262                                                 text_class:"tizen";
6263                                                 text: "12:45";
6264                                                 size: 153;
6265                                                 align: 0.0 0.5;
6266                                         }
6267                                 }
6268                         }
6269                         part {
6270                                 name: "PM";
6271                                 type: TEXT;
6272                                 mouse_events: 1;
6273                                 scale: 1;
6274                                 description {
6275                                         state: "default" 0.0;
6276                                         min: 0 100;
6277                                         align: 0.0 1.0;
6278                                         rel1 { relative: 1.0 1.0; to: time;}
6279                                         rel2 { relative: 1.0 1.0; to: time;}
6280                                         color: 255 255 255 255;
6281                                         text {
6282                                                 font: "Tizen:style=Medium";
6283                                                 text_class:"tizen";
6284                                                 text: "";
6285                                                 size: 72;
6286                                                 min: 1 0;
6287                                                 align: 0.0 0.5;
6288                                         }
6289                                 }
6290                         }
6291                         part {
6292                                 name: "date";
6293                                 type: TEXT;
6294                                 mouse_events: 1;
6295                                 scale: 1;
6296                                 description {
6297                                         state: "default" 0.0;
6298                                         min: 0 80;
6299                                         max: -1 80;
6300                                         align: 0.0 0.0;
6301                                         rel1 { relative: 0.0 1.0; to: time;}
6302                                         rel2 { relative: 1.0 1.0; to: time;}
6303                                         color: 250 250 250 255;
6304                                         text {
6305                                                 font: "Tizen:style=Light";
6306                                                 text_class:"tizen";
6307                                                 text: "Thur. May. 31";
6308                                                 size: 64;
6309                                                 min: 1 0;
6310                                                 align: 0.0 0.5;
6311                                         }
6312                                 }
6313                         }
6314                         part {
6315                                 name: "pad2";
6316                                 type: RECT;
6317                                 mouse_events: 1;
6318                                 scale: 1;
6319                                 description {
6320                                         state: "default" 0.0;
6321                                         min: 0 46;
6322                                         align: 0.0 0.0;
6323                                         visible: 0;
6324                                         rel1 { relative: 0.0 1.0; to: date;}
6325                                         rel2 { relative: 1.0 1.0; to: date;}
6326                                 }
6327                         }
6328                         part {
6329                                 name: "charge_icon";
6330                                 mouse_events: 1;
6331                                 scale: 1;
6332                                 description {
6333                                         state: "default" 0.0;
6334                                         min: 31 48;
6335                                         align: 0.0 0.0;
6336                                         rel1 { relative: 0.0 1.0; to: pad2;}
6337                                         rel2 { relative: 0.0 1.0; to: pad2;}
6338                                         image {
6339                                                 normal: "org.tizen.setting.png";
6340                                         }
6341                                 }
6342                         }
6343                         part {
6344                                 name: "charging";
6345                                 type: TEXT;
6346                                 mouse_events: 1;
6347                                 scale: 1;
6348                                 description {
6349                                         state: "default" 0.0;
6350                                         min: 0 48;
6351                                         max: -1 48;
6352                                         align: 0.0 0.0;
6353                                         rel1 { relative: 1.0 0.0; to: charge_icon;}
6354                                         rel2 { relative: 1.0 0.0; to: charge_icon;}
6355                                         color: 250 250 250 255;
6356                                         text {
6357                                                 font: "Tizen:style=Regular";
6358                                                 text_class:"tizen";
6359                                                 text: "Charging (100%)";
6360                                                 size: 30;
6361                                                 min: 1 0;
6362                                                 align: 0.0 0.5;
6363                                         }
6364                                 }
6365                         }
6366                         //bottom
6367                         part {
6368                                 name: "bot_bg";
6369                                 type: RECT;
6370                                 mouse_events: 1;
6371                                 scale: 1;
6372                                 description {
6373                                         state: "default" 0.0;
6374                                         min: 0 257;
6375                                         align: 0.0 1.0;
6376                                         visible: 1;
6377                                         color: 8 8 8 128;
6378                                         rel1 { relative: 0.0 1.0; to: bg;}
6379                                         rel2 { relative: 1.0 1.0; to: bg;}
6380                                 }
6381                         }
6382                         part {
6383                                 name: "handler";
6384                                 mouse_events: 1;
6385                                 scale: 1;
6386                                 description {
6387                                         state: "default" 0.0;
6388                                         min: 54 17;
6389                                         align: 0.0 0.0;
6390                                         rel1 { relative: (360-27)/720 12/257; to: bot_bg;}
6391                                         rel2 { relative: (360+27)/720 (12+17)/257; to: bot_bg;}
6392                                         image {
6393                                                 normal: "org.tizen.setting.png";
6394                                         }
6395                                 }
6396                         }
6397                         part {
6398                                 name: "pad3";
6399                                 type: RECT;
6400                                 mouse_events: 1;
6401                                 scale: 1;
6402                                 description {
6403                                         state: "default" 0.0;
6404                                         min: 18 94;
6405                                         align: 0.0 1.0;
6406                                         visible: 0;
6407                                         rel1 { relative: 0.0 1.0; to: bg;}
6408                                         rel2 { relative: 0.0 1.0; to: bg;}
6409                                 }
6410                         }
6411                         part {
6412                                 name: "cloud_icon";
6413                                 mouse_events: 1;
6414                                 scale: 1;
6415                                 description {
6416                                         state: "default" 0.0;
6417                                         min: 138 134;
6418                                         align: 0.0 1.0;
6419                                         rel1 { relative: 1.0 0.0; to: pad3;}
6420                                         rel2 { relative: 1.0 0.0; to: pad3;}
6421                                         image {
6422                                                 normal: "org.tizen.setting.png";
6423                                         }
6424                                 }
6425                         }
6426                         part {
6427                                 name: "pad4";
6428                                 type: RECT;
6429                                 mouse_events: 1;
6430                                 scale: 1;
6431                                 description {
6432                                         state: "default" 0.0;
6433                                         min: 10 0;
6434                                         align: 0.0 0.0;
6435                                         visible: 0;
6436                                         rel1 { relative: 1.0 0.0; to: cloud_icon;}
6437                                         rel2 { relative: 1.0 1.0; to: cloud_icon;}
6438                                 }
6439                         }
6440                         part {
6441                                 name: "degree";
6442                                 type: TEXT;
6443                                 mouse_events: 1;
6444                                 scale: 1;
6445                                 description {
6446                                         state: "default" 0.0;
6447                                         min: 102 94;
6448                                         max: 102 94;
6449                                         align: 0.0 0.0;
6450                                         rel1 { relative: 1.0 0.0; to: pad4;}
6451                                         rel2 { relative: 1.0 0.0; to: pad4;}
6452                                         color: 250 250 250 255;
6453                                         text {
6454                                                 font: "Tizen:style=Regular";
6455                                                 text_class:"tizen";
6456                                                 text: "23";
6457                                                 size: 90;
6458                                                 min: 1 1;
6459                                                 align: 0.0 0.5;
6460                                         }
6461                                 }
6462                         }
6463                         part {
6464                                 name: "degree_icon";
6465                                 mouse_events: 1;
6466                                 scale: 1;
6467                                 description {
6468                                         state: "default" 0.0;
6469                                         min: 60 90;
6470                                         max: 60 90;
6471                                         align: 0.0 0.0;
6472                                         rel1 { relative: 1.0 0.0; to: degree;}
6473                                         rel2 { relative: 1.0 1.0; to: degree;}
6474                                         image {
6475                                                 normal: "org.tizen.setting.png";
6476                                         }
6477                                 }
6478                         }
6479                         part {
6480                                 name: "weather";
6481                                 type: TEXT;
6482                                 mouse_events: 1;
6483                                 scale: 1;
6484                                 description {
6485                                         state: "default" 0.0;
6486                                         min: 0 40;
6487                                         align: 0.0 0.0;
6488                                         rel1 { relative: 0.0 1.0; to: degree;}
6489                                         rel2 { relative: 0.0 1.0; to: degree;}
6490                                         color: 250 250 250 255;
6491                                         text {
6492                                                 font: "Tizen:style=Regular";
6493                                                 text_class:"tizen";
6494                                                 text: "Partly cloudy";
6495                                                 size: 30;
6496                                                 min: 1 0;
6497                                                 align: 0.0 0.5;
6498                                         }
6499                                 }
6500                         }
6501                         part {
6502                                 name: "london";
6503                                 type: TEXT;
6504                                 mouse_events: 1;
6505                                 scale: 1;
6506                                 description {
6507                                         state: "default" 0.0;
6508                                         min: 0 40;
6509                                         align: 0.0 0.0;
6510                                         rel1 { relative: 0.0 1.0; to: weather;}
6511                                         rel2 { relative: 0.0 1.0; to: weather;}
6512                                         color: 250 250 250 255;
6513                                         text {
6514                                                 font: "Tizen:style=Regular";
6515                                                 text_class:"tizen";
6516                                                 text: "London";
6517                                                 size: 34;
6518                                                 min: 1 0;
6519                                                 align: 0.0 0.5;
6520                                         }
6521                                 }
6522                         }
6523                         part {
6524                                 name: "pad_rb";
6525                                 type: RECT;
6526                                 mouse_events: 1;
6527                                 scale: 1;
6528                                 description {
6529                                         state: "default" 0.0;
6530                                         min: 38 54;
6531                                         align: 1.0 1.0;
6532                                         visible: 0;
6533                                         rel1 { relative: 1.0 1.0; to: bg;}
6534                                         rel2 { relative: 1.0 1.0; to: bg;}
6535                                 }
6536                         }
6537                         part {
6538                                 name: "update";
6539                                 type: TEXT;
6540                                 mouse_events: 1;
6541                                 scale: 1;
6542                                 description {
6543                                         state: "default" 0.0;
6544                                         min: 0 26;
6545                                         align: 1.0 1.0;
6546                                         rel1 { relative: 0.0 0.0; to: pad_rb;}
6547                                         rel2 { relative: 0.0 0.0; to: pad_rb;}
6548                                         color: 250 250 250 255;
6549                                         text {
6550                                                 font: "Tizen:style=Regular";
6551                                                 text_class:"tizen";
6552                                                 text: "01.08.11 04:00";
6553                                                 size: 24;
6554                                                 min: 1 0;
6555                                                 align: 0.0 0.5;
6556                                         }
6557                                 }
6558                         }
6559                         //tts focus support
6560                         part {
6561                                 name: "access_top";
6562                                 type: RECT;
6563                                 mouse_events: 1;
6564                                 scale: 1;
6565                                 description {
6566                                         state: "default" 0.0;
6567                                         align: 0.0 0.0;
6568                                         visible: 1;
6569                                         color: 8 8 8 8;
6570                                         rel1 { relative: 0.0 0.0; to: bg;}
6571                                         rel2 { relative: 1.0 0.0; to: bot_bg;}
6572                                 }
6573                         }
6574                         part {
6575                                 name: "access_bot";
6576                                 type: RECT;
6577                                 mouse_events: 1;
6578                                 scale: 1;
6579                                 description {
6580                                         state: "default" 0.0;
6581                                         align: 0.0 0.0;
6582                                         visible: 1;
6583                                         color: 8 8 8 8;
6584                                         rel1 { relative: 0.0 0.0; to: bot_bg;}
6585                                         rel2 { relative: 1.0 1.0; to: bot_bg;}
6586                                 }
6587                         }
6588                 }
6589         }
6590
6591
6592         group { name: "backup_popup_progress";
6593                 parts {
6594                         part{ name:"elm.swallow.content";
6595                                   type: SWALLOW;
6596                                   scale: 1;
6597                                   description { state: "default" 0.0;
6598                                   min: 568 154;
6599                                   align: 0.0 0.0;
6600                                   fixed: 1 0;
6601                                                 rel1 {
6602                                                         relative: 0.0 0.0;
6603                                                 }
6604                                                 rel2 {
6605                                        relative: 1.0 1.0;
6606                                     }
6607                                         }
6608                         }
6609                         part { name: "elm.text.left";
6610                  type: TEXT;
6611                  scale: 1;
6612                  description { state: "default" 0.0;
6613                     max: 324 60;
6614                     text {
6615                        font: "Tizen:style=Medium";
6616                        size: 36;
6617                        min: 0 0;
6618                        align: 0.0 1.0;
6619                        text_class: "tizen";
6620                     }
6621                     color: 128 128 128 255;
6622                     align: 0.0 1.0;
6623                     rel1 {
6624                        relative: 0.0 0.0;
6625                        to: "elm.swallow.content";
6626                     }
6627                     rel2 {
6628                        relative: 0.5 1.0;
6629                        to: "elm.swallow.content";
6630                     }
6631                  }
6632               }
6633               part { name: "elm.text.right";
6634                  type: TEXT;
6635                  scale: 1;
6636                  description { state: "default" 0.0;
6637                     max: 324 60;
6638                     text {
6639                        font: "Tizen:style=Medium";
6640                        size: 36;
6641                        min: 0 0;
6642                        align: 1.0 1.0;
6643                        text_class: "tizen";
6644                     }
6645                     color: 128 128 128 255;
6646                     align: 1.0 1.0;
6647                     rel1 {
6648                        relative: 0.5 0.0;
6649                        to: "elm.swallow.content";
6650                     }
6651                     rel2 {
6652                        relative: 1.0 1.0;
6653                        to: "elm.swallow.content";
6654                     }
6655                  }
6656               }
6657            }
6658         }
6659
6660         group { name: "wallpaper_images_popup";
6661            parts {
6662                   part{ name : "bg";
6663                          type: RECT;
6664                          description{
6665                                 state: "default" 0.0;
6666                                 color: 8 8 8 8;
6667                                 }
6668                   }
6669                   part { name: "pad_t";
6670                          type: SPACER;
6671                          scale: 1;
6672                          description { state: "default" 0.0;
6673                                 align: 0.5 0.0;
6674                                 min: 0 0;
6675                                 fixed: 0 1;
6676                                 rel1 {
6677                                    relative: 1.0 0.0;to_x: "pad_l";
6678                                 }
6679                                 rel2 {
6680                                    relative: 0.0 0.0;to_x: "pad_r";
6681                                 }
6682                          }
6683                   }
6684                   part { name: "pad_l";
6685                          type: SPACER;
6686                          scale: 1;
6687                          description { state: "default" 0.0;
6688                                 min: 0 0;
6689                                 max: 0 0;
6690                                 fixed: 1 0;
6691                                 rel1 {
6692                                    relative: 0.0 0.0;
6693                                 }
6694                                 rel2 {
6695                                    relative: 0.0 1.0;
6696                                 }
6697                                 align: 0.0 0.0;
6698                          }
6699                   }
6700                   part { name: "pad_r";
6701                          type: SPACER;
6702                          scale: 1;
6703                          description { state: "default" 0.0;
6704                                 min: 0 0;
6705                                 max: 0 0;
6706                                 fixed: 1 0;
6707                                 rel1 {
6708                                    relative: 1.0 0.0;
6709                                 }
6710                                 rel2 {
6711                                    relative: 1.0 1.0;
6712                                 }
6713                                 align: 1.0 0.0;
6714                          }
6715                   }
6716                   part { name: "elm.swallow.content";
6717                          type: SWALLOW;
6718                          scale: 1;
6719                          description { state: "default" 0.0;
6720                                 fixed: 1 0;
6721                                 rel1 {
6722                                    relative: 1.0 1.0;
6723                                    to_x: "pad_l";
6724                                    to_y: "pad_t";
6725                                 }
6726                                 rel2 {
6727                                    relative: 0.0 0.0;
6728                                    to_x: "pad_r";
6729                                    to_y: "pad_b";
6730                                 }
6731                          }
6732                   }
6733                   part { name: "pad_b";
6734                          type: SPACER;
6735                          scale: 1;
6736                          description { state: "default" 0.0;
6737                                 align: 0.5 1.0;
6738                                 min: 0 270;
6739                                 fixed: 0 1;
6740                                 rel1 {
6741                                    relative: 0.5 1.0;
6742                                 }
6743                                 rel2 {
6744                                    relative: 0.5 1.0;
6745                                 }
6746                          }
6747                   }
6748                   part { name: "elm.swallow.icon1";
6749                          type: SWALLOW;
6750                          scale: 1;
6751                          mouse_events: 1;
6752                          description { state: "default" 0.0;
6753                                 align: 0.5 0.5;
6754                                 fixed: 1 1;
6755                                 max: 117 117;
6756                                 min: 117 117;
6757                                 rel1 { relative: 0.219 0.096; offset: 0 0;}
6758                                 rel2 { relative: 0.461 0.652; offset: 0 0;}
6759                          }
6760                   }
6761                   part { name: "elm.swallow.icon2";
6762                          type: SWALLOW;
6763                          scale: 1;
6764                         mouse_events: 1;
6765                          description { state: "default" 0.0;
6766                                 align: 0.5 0.5;
6767                                 fixed: 1 1;
6768                                 max: 117 117;
6769                                 min: 117 117;
6770                                 rel1 {
6771                                    relative: 0.539 0.096;
6772                                 }
6773                                 rel2 {
6774                                    relative: 0.781 0.652;
6775                                 }
6776                          }
6777                   }
6778
6779                 part{
6780                         name: "txt1";
6781                         type: TEXT;
6782                         scale: 1;
6783                         mouse_events: 0;
6784                         description{
6785                                 state: "default" 0.0;
6786                                 color: 0 0 0 255;
6787                                 align: 0.5 0.5;
6788                                 //fixed: 1 1;
6789                                 rel1 {
6790                                         relative: 0.180 0.652; to: "bg";
6791                                 }
6792                                 rel2 {
6793                                         relative: 0.500 0.778; to: "bg";
6794                                 }
6795                                 text{
6796                                         font: "Tizen:style=Regular";
6797                                         text_class: "tizen";
6798                                         size: 30;
6799                                         align: 0.5 0.5;
6800                                 }
6801                         }
6802                 }
6803                 part{
6804                         name: "txt2";
6805                         type: TEXT;
6806                         scale: 1;
6807                         mouse_events: 0;
6808                         description{
6809                         state: "default" 0.0;
6810                         color: 0 0 0 255;
6811                         align: 0.5 0.5;
6812                         //fixed: 1 1;
6813                         rel1 {
6814                            relative: 0.500 0.652; to: "bg";
6815                         }
6816                         rel2 {
6817                            relative: 0.820 0.778; to: "bg";
6818                         }
6819                         text{
6820                                 font: "Tizen:style=Regular";
6821                                 text_class: "tizen";
6822                                 size: 30;
6823                                 align: 0.5 0.5;
6824                                 }
6825                         }
6826                 }
6827                 programs {
6828                         ADD_PART_CLICKED_SOUND("elm.swallow.icon1");
6829                         ADD_PART_CLICKED_SOUND("elm.swallow.icon2");
6830                 }
6831            }
6832         }
6833         //
6834 #define PART_ARROW_IMG(input)   \
6835                   part {        \
6836                                 name: "rate."input;     \
6837                                 type: SWALLOW;  \
6838                                    description {        \
6839                                         min: 34 34;     \
6840                                         max: 34 34;     \
6841                                         color: 8 8 8 255;       \
6842                                         state: "default" 0.0;   \
6843                                         rel1{ relative: 0.0 0.0; offset: 0 -40; to: input;}     \
6844                                         rel2{ relative: 1.0 1.0; offset: 0 -54; to: input;}     \
6845                            }    \
6846                   }     \
6847
6848         group { name: "efficiency_layout";
6849           parts {
6850                   part {
6851                                 name: "bg";
6852                                 type: RECT;
6853                                 scale: 1;
6854                             description {
6855                                                 state: "default" 0.0;
6856                                                 rel1 { relative: 0.0 0.0; offset: 0 0;}
6857                                                 rel2 { relative: 1.0 1.0; offset: 0 0;}
6858                                                 color: 8 8 8 8;
6859                            }
6860                   }
6861                   part {
6862                                 name: "left.default";
6863                                 type: SWALLOW;
6864                                 mouse_events: 0;
6865                             description {
6866                                                 state: "default" 0.0;
6867                                                 align: 0.0 0.5;
6868                                             rel1{ relative: 0.0 0.0; offset: 0 0; to: "bg";}
6869                                             rel2{ relative: 0.0 1.0; offset: 36 0; to: "bg";}
6870                                                 color: 8 8 8 8;
6871                                 }
6872                   }
6873                   /* effect rate rect */
6874                   part {
6875                                 name: "img_1";
6876                                 type: SWALLOW;
6877                                 //mouse_events: 1;
6878                                    description {
6879                                         align: 0.0 0.5;
6880                                         min: 100 48;
6881                                         max: 100 48;
6882                                         color: 80 80 80 100;    // grey
6883                                         state: "default" 0.0;
6884                                         rel1 { relative: 0.0 0.0; offset: 4 0; to: "left.default";}
6885                                         rel2 { relative: 1.0 1.0; offset: 104 0; to: "left.default";}
6886                            }
6887                   }
6888                   part {
6889                                 name: "img_2";
6890                                 type: SWALLOW;
6891                                 //mouse_events: 1;
6892                                 description {
6893                                         align: 0.0 0.5;
6894                                         min: 100 48;
6895                                         max: 100 48;
6896                                         color: 80 80 80 100;    // grey
6897                                         state: "default" 0.0;
6898                                     rel1 { relative: 1.0 0.0; offset: 4 0; to: "img_1";}
6899                                     rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_1";}
6900                                 }
6901                   }
6902                   part {
6903                                 name: "img_3";
6904                                 type: SWALLOW;
6905                                 //mouse_events: 1;
6906                                 description {
6907                                         align: 0.0 0.5;
6908                                         min: 100 48;
6909                                         max: 100 48;
6910                                         color: 80 80 80 100;    // grey
6911                                         state: "default" 0.0;
6912                                         rel1 { relative: 1.0 0.0; offset: 4 0; to: "img_2";}
6913                                         rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_2";}
6914                                 }
6915                   }
6916                   part {
6917                                         name: "img_4";
6918                                         type: SWALLOW;
6919                                   //mouse_events: 1;
6920                                    description {
6921                                         align: 0.0 0.5;
6922                                         min: 100 48;
6923                                         max: 100 48;
6924                                         color: 80 80 80 100;    // grey
6925                                         state: "default" 0.0;
6926                                                    rel1 { relative: 1.0 0.0; offset: 4 0; to: "img_3";}
6927                                                    rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_3";}
6928                                                    }
6929                   }
6930                   part {
6931                                         name: "img_5";
6932                                         type: SWALLOW;
6933                                   //mouse_events: 1;
6934                                    description {
6935                                         align: 0.0 0.5;
6936
6937                                         min: 100 48;
6938                                         max: 100 48;
6939                                         color: 80 80 80 100;    // grey
6940                                         state: "default" 0.0;
6941                                                    rel1 { relative: 1.0 0.0; offset: 4 0; to: "img_4";}
6942                                                    rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_4";}
6943                                                    }
6944                   }
6945                   part {
6946                                         name: "rate";
6947                                         type: SWALLOW;
6948                                         //mouse_events: 1;
6949                                   description {
6950                                         align: 0.0 0.5;
6951                                         min: 70 90;
6952                                         max: 70 90;
6953                                         color: 80 80 80 100;    // grey
6954                                         state: "default" 0.0;
6955                                                    rel1 { relative: 1.0 0.0; offset: 4 0; to: "img_5";}
6956                                                    rel2 { relative: 1.0 1.0; offset: 104 0; to: "img_5";}
6957                                                    }
6958                   }
6959
6960                   /* text */
6961                   part { name: "text_1";
6962                                         type: TEXTBLOCK;
6963                                         mouse_events: 0;
6964                                         scale: 1;
6965                                         description { state: "default" 0.0;
6966                                         text {
6967                                                 style: "textblock_efficiency_style";
6968                                                 text_class:"tizen";
6969                                                 align: 0.5 0.5;
6970                                         }
6971                                         align: 0.5 0.5;
6972                                         rel1{ relative: 0.0 0.0; offset: 0 0; to: "img_1";}
6973                                         rel2{ relative: 1.0 1.0; offset: 0 0; to: "img_1";}
6974                                 }
6975                   }
6976                   part { name: "text_2";
6977                                         type: TEXTBLOCK;
6978                                         mouse_events: 0;
6979                                         scale: 1;
6980                                         description { state: "default" 0.0;
6981                                         text {
6982                                                 style: "textblock_efficiency_style";
6983                                                 text_class:"tizen";
6984                                                 align: 0.5 0.5;
6985                                         }
6986                                         align: 0.5 0.5;
6987                                         rel1{ relative: 0.0 0.0; offset: 0 0;to: "img_2";}
6988                                         rel2{ relative: 1.0 1.0; offset: 0 0;to: "img_2";}
6989                                 }
6990                   }
6991                   part { name: "text_3";
6992                                         type: TEXTBLOCK;
6993                                         mouse_events: 0;
6994                                         scale: 1;
6995                                         description { state: "default" 0.0;
6996                                         text {
6997                                                 style: "textblock_efficiency_style";
6998                                                 text_class:"tizen";
6999                                                 align: 0.5 0.5;
7000                                         }
7001                                         align: 0.5 0.5;
7002                                         rel1{ relative: 0.0 0.0; offset: 0 0;to: "img_3";}
7003                                         rel2{ relative: 1.0 1.0; offset: 0 0;to: "img_3";}
7004                                 }
7005                   }
7006                   part { name: "text_4";
7007                                         type: TEXTBLOCK;
7008                                         mouse_events: 0;
7009                                         scale: 1;
7010                                         description { state: "default" 0.0;
7011                                         text {
7012                                                 style: "textblock_efficiency_style";
7013                                                 text_class:"tizen";
7014                                                 align: 0.5 0.5;
7015                                         }
7016                                         align: 0.5 0.5;
7017                                         rel1{ relative: 0.0 0.0; offset: 0 0;to: "img_4";}
7018                                         rel2{ relative: 1.0 1.0; offset: 0 0;to: "img_4";}
7019                                 }
7020                   }
7021                   part { name: "text_5";
7022                                         type: TEXTBLOCK;
7023                                         mouse_events: 0;
7024                                         scale: 1;
7025                                         description { state: "default" 0.0;
7026                                         text {
7027                                                 style: "textblock_efficiency_style";
7028                                                 text_class:"tizen";
7029                                                 align: 0.5 0.5;
7030                                         }
7031                                         align: 0.5 0.5;
7032                                         rel1{ relative: 0.0 0.0; offset: 0 0;to: "img_5";}
7033                                         rel2{ relative: 1.0 1.0; offset: 0 0;to: "img_5";}
7034                                 }
7035                   }
7036                         /*bottom text1*/
7037                   part {
7038                                         name: "bottom.text1";
7039                                         type: TEXTBLOCK;
7040                                         mouse_events: 0;
7041                                         scale: 1;
7042                                     description {
7043                                         text {
7044                                                 style: "textblock_black_style";
7045                                                 text_class:"tizen";
7046                                         }
7047                                         rel1 { relative: 0.0 0.0; offset: 0 53; to: "img_1";}
7048                                     rel2 { relative: 1.0 1.0; offset: 0 43; to: "img_1";}
7049                                    }
7050                   }     //text end
7051                   part {
7052                                         name: "bottom.text2";
7053                                         type: TEXTBLOCK;
7054                                         mouse_events: 0;
7055                                         scale: 1;
7056                                     description {
7057                                         text {
7058                                                 style: "textblock_black_style_right";
7059                                                 text_class:"tizen";
7060                                         }
7061                                         rel1 { relative: 0.0 0.0; offset: 0 53; to: "img_5";}
7062                                     rel2 { relative: 1.0 1.0; offset: 0 43; to: "img_5";}
7063                                    }
7064                   }
7065                   /* right bit text */
7066                   part {
7067                                         name: "rate.text";
7068                                         type: TEXTBLOCK;
7069                                         mouse_events: 0;
7070                                         scale: 1;
7071                                     description {
7072                                         text {
7073                                                 style: "textblock_white_style";
7074                                                 text_class:"tizen";
7075                                         }
7076                                         rel1 { relative: 1.0 0.0; offset: -106 40; to: "bg";}
7077                                     rel2 { relative: 1.0 1.0; offset: 36 -40; to: "bg";}
7078                                    }
7079                   }
7080
7081                   /* rate allow image */
7082                   PART_ARROW_IMG("img_1")
7083                   PART_ARROW_IMG("img_2")
7084                   PART_ARROW_IMG("img_3")
7085                   PART_ARROW_IMG("img_4")
7086                   PART_ARROW_IMG("img_5")
7087                   }     //parts end
7088         } //    group end
7089
7090         group { name: "lockscreen_images_popup";
7091            parts {
7092                   part{ name : "bg";
7093                          type: RECT;
7094                          description{
7095                                 state: "default" 0.0;
7096                                 color: 8 8 8 8;
7097                                 }
7098                   }
7099                   part { name: "pad_t";
7100                          type: SPACER;
7101                          scale: 1;
7102                          description { state: "default" 0.0;
7103                                 align: 0.5 0.0;
7104                                 min: 0 0;
7105                                 fixed: 0 1;
7106                                 rel1 {
7107                                    relative: 1.0 0.0;to_x: "pad_l";
7108                                 }
7109                                 rel2 {
7110                                    relative: 0.0 0.0;to_x: "pad_r";
7111                                 }
7112                          }
7113                   }
7114                   part { name: "pad_l";
7115                          type: SPACER;
7116                          scale: 1;
7117                          description { state: "default" 0.0;
7118                                 min: 0 0;
7119                                 max: 0 0;
7120                                 fixed: 1 0;
7121                                 rel1 {
7122                                    relative: 0.0 0.0;
7123                                 }
7124                                 rel2 {
7125                                    relative: 0.0 1.0;
7126                                 }
7127                                 align: 0.0 0.0;
7128                          }
7129                   }
7130                   part { name: "pad_r";
7131                          type: SPACER;
7132                          scale: 1;
7133                          description { state: "default" 0.0;
7134                                 min: 0 0;
7135                                 max: 0 0;
7136                                 fixed: 1 0;
7137                                 rel1 {
7138                                    relative: 1.0 0.0;
7139                                 }
7140                                 rel2 {
7141                                    relative: 1.0 1.0;
7142                                 }
7143                                 align: 1.0 0.0;
7144                          }
7145                   }
7146                   part { name: "elm.swallow.content";
7147                          type: SWALLOW;
7148                          scale: 1;
7149                          description { state: "default" 0.0;
7150                                 fixed: 1 0;
7151                                 rel1 {
7152                                    relative: 1.0 1.0;
7153                                    to_x: "pad_l";
7154                                    to_y: "pad_t";
7155                                 }
7156                                 rel2 {
7157                                    relative: 0.0 0.0;
7158                                    to_x: "pad_r";
7159                                    to_y: "pad_b";
7160                                 }
7161                          }
7162                   }
7163                   part { name: "pad_b";
7164                          type: SPACER;
7165                          scale: 1;
7166                          description { state: "default" 0.0;
7167                                 align: 0.5 1.0;
7168                                 min: 400 169;
7169                                 fixed: 1 1;
7170                                 rel1 {
7171                                    relative: 0.5 1.0;
7172                                 }
7173                                 rel2 {
7174                                    relative: 0.5 1.0;
7175                                 }
7176                          }
7177                   }
7178                   part { name: "elm.swallow.icon1";
7179                          type: SWALLOW;
7180                          scale: 1;
7181                          mouse_events: 1;
7182                          description { state: "default" 0.0;
7183                                 align: 0.5 0.5;
7184                                 fixed: 1 1;
7185                                 max: 117 117;
7186                                 min: 117 117;
7187                                 rel1 {
7188                                    relative: 0.0 0.0;
7189                                 }
7190                                 rel2 {
7191                                    relative: 0.3 139/169;
7192                                 }
7193                          }
7194                   }
7195                   part { name: "elm.swallow.icon2";
7196                          type: SWALLOW;
7197                          scale: 1;
7198                         mouse_events: 1;
7199                          description { state: "default" 0.0;
7200                                 align: 0.5 0.5;
7201                                 fixed: 1 1;
7202                                 max: 117 117;
7203                                 min: 117 117;
7204                                 rel1 {
7205                                    relative: 0.3 0.0;
7206                                 }
7207                                 rel2 {
7208                                    relative: 0.7 139/169;
7209                                 }
7210                          }
7211                   }
7212                   part { name: "elm.swallow.icon3";
7213                          type: SWALLOW;
7214                          scale: 1;
7215                         mouse_events: 1;
7216                          description { state: "default" 0.0;
7217                                 align: 0.5 0.5;
7218                                 fixed: 1 1;
7219                                 max: 117 117;
7220                                 min: 117 117;
7221                                 rel1 {
7222                                    relative: 0.7 0.0;
7223                                 }
7224                                 rel2 {
7225                                    relative: 1.0 139/169;
7226                                 }
7227                          }
7228                   }
7229
7230                 part{
7231                         name: "txt1";
7232                         type: TEXT;
7233                         scale: 1;
7234                         mouse_events: 0;
7235                         description{
7236                                 state: "default" 0.0;
7237                                 color: 0 0 0 255;
7238                                 align: 0.5 0.5;
7239                                 fixed: 1 1;
7240                                 rel1 {
7241                                         relative: 0.0 139/169;
7242                                         to: "bg";
7243                                 }
7244                                 rel2 {
7245                                         relative: 0.3 1.0;
7246                                         to: "bg";
7247                                 }
7248                                 text{
7249                                         font: "Tizen:style=Bold";
7250                                         text_class: "tizen";
7251                                         size: 30;
7252                                         align: 0.5 0.5;
7253                                 }
7254                         }
7255                 }
7256                 part{
7257                         name: "txt2";
7258                         type: TEXT;
7259                         scale: 1;
7260                         mouse_events: 0;
7261                         description{
7262                         state: "default" 0.0;
7263                         color: 0 0 0 255;
7264                         align: 0.5 0.5;
7265                         fixed: 1 1;
7266                         rel1 {
7267                            relative: 0.3 139/169;
7268                                 to: "bg";
7269                         }
7270                         rel2 {
7271                            relative: 0.7 1.0;
7272                                 to: "bg";
7273                         }
7274                         text{
7275                                 font: "Tizen:style=Bold";
7276                                 text_class: "tizen";
7277                                 size: 30;
7278                                 align: 0.5 0.5;
7279                                 }
7280                         }
7281                 }
7282
7283                 part{
7284                         name: "txt3";
7285                         type: TEXTBLOCK;
7286                         scale: 1;
7287                         mouse_events: 0;
7288                         description{
7289                                 state: "default" 0.0;
7290                                 //color: 255 255 255 255;
7291                                 align: 0.5 0.5;
7292                                 fixed: 1 1;
7293                                 rel1 {
7294                                    relative: 0.7 139/169;
7295                                         to: "bg";
7296                                 }
7297                                 rel2 {
7298                                    relative: 1.0 1.0;
7299                                         to: "bg";
7300                                 }
7301                                 text {
7302                                         min: 0 1;
7303                                         //max: -1 1;
7304                                         style: textblock_magazine_style;
7305                                 }
7306                         }
7307                 }
7308            }
7309         programs {
7310                 ADD_PART_CLICKED_SOUND("elm.swallow.icon1");
7311                 ADD_PART_CLICKED_SOUND("elm.swallow.icon2");
7312                 ADD_PART_CLICKED_SOUND("elm.swallow.icon3");
7313         }
7314         }
7315
7316         group { name: "datausage_limit_popup";
7317            parts {
7318                   part { name: "base";
7319                          type: SPACER;
7320                          scale: 1;
7321                          description { state: "default" 0.0;
7322                                 min: 0 114;
7323                                 fixed: 1 0;
7324                          }
7325                   }
7326                   part {
7327                         name: "elm.padding.top";
7328                         type: SPACER;
7329                         scale: 1;
7330                         description {
7331                                 state: "default" 0.0;
7332                                 min: 0 24;
7333                                 fixed: 0 1;
7334                                 rel2.relative: 1.0 0.0;
7335                                 align: 0.0 0.0;
7336                         }
7337                   }
7338                   part {
7339                         name: "elm.padding.bottom";
7340                         type: SPACER;
7341                         scale: 1;
7342                         description {
7343                                 state: "default" 0.0;
7344                                 min: 0 20;
7345                                 fixed: 0 1;
7346                                 rel2.relative: 0.0 1.0;
7347                                 align: 0.0 1.0;
7348                         }
7349                   }
7350                   part {
7351                                 name: "elm.padding.left";
7352                                 type: SPACER;
7353                                 scale: 1;
7354                                 description {
7355                                         state: "default" 0.0;
7356                                         min: 26 0;
7357                                         fixed: 1 0;
7358                                         rel2.relative: 0.0 1.0;
7359                                         align: 0.0 0.0;
7360                                 }
7361                         }
7362                         part {
7363                                 name: "elm.padding.right";
7364                                 type: SPACER;
7365                                 scale: 1;
7366                                 description {
7367                                         state: "default" 0.0;
7368                                         min: 60 0;
7369                                         fixed: 1 0;
7370                                         rel1.relative: 471/620 0.0;
7371                                         align: 1.0 0.0;
7372                                 }
7373                         }
7374                         /*part {
7375                          name: "elm.swallow.rect";
7376                          type: RECT;
7377                          scale: 1;
7378                          description { state: "default" 0.0;
7379                                 min: 0 66;
7380                                 rel1 {
7381                                         relative: 0.0 0.0;
7382                                         to: "elm.swallow.content";
7383                                         offset: 0 0;
7384                                 }
7385                                 rel2 {
7386                                         relative: 1.0 1.0;
7387                                         to: "elm.swallow.content";
7388                                         offset: 0 0;
7389                                 }
7390                                 align: 0.0 0.0;
7391                                 fixed: 1 0;
7392                                 color: 8 8 8 255;
7393                          }
7394                   }
7395                   part {
7396                          name: "edit.mb.text";
7397                          type: TEXTBLOCK;
7398                          scale: 1;
7399                          description {
7400                                 state: "default" 0.0;
7401                                 fixed: 0 1;
7402                                 visible: 1;
7403                                 align: 0.5 0.5;
7404                                 rel1 {
7405                                    relative: 491/620 20/114;
7406                                 }
7407                                 rel2 {
7408                                    relative: 594/620 94/114;
7409                                 }
7410                                 text {
7411                                         style: "small_vibration_create_style";
7412                                         min: 0 0;
7413                                         align: 0.5 0.5;
7414                                 }
7415                          }
7416                   }*/
7417                   part {
7418                          name: "elm.swallow.content.button";
7419                          type: SWALLOW;
7420                          scale: 1;
7421                          ignore_flags: ON_HOLD;
7422                          description { state: "default" 0.0;
7423                                 state: "default" 0.0;
7424                                 fixed: 0 1;
7425                                 visible: 1;
7426                                 align: 0.5 0.5;
7427                                 rel1 {
7428                                    relative: 491/620 20/114;
7429                                 }
7430                                 rel2 {
7431                                    relative: 594/620 94/114;
7432                                 }
7433                          }
7434                   }
7435                   part {
7436                          name: "elm.swallow.content";
7437                          type: SWALLOW;
7438                          scale: 1;
7439                          ignore_flags: ON_HOLD;
7440                          description { state: "default" 0.0;
7441                                 min: 0 66;
7442                                 rel1 {
7443                                         to_x: "elm.padding.left";
7444                                         to_y: "elm.padding.top";
7445                                         relative: 1.0 1.0;
7446                                         offset: 0 0;
7447                                 }
7448                                 rel2 {
7449                                         to_x: "elm.padding.right";
7450                                         to_y: "elm.padding.bottom";
7451                                         relative: 0.0 0.0;
7452                                         offset: 0 0;
7453                                 }
7454                                 align: 0.0 0.0;
7455                                 fixed: 1 0;
7456                          }
7457                   }
7458            }
7459         }
7460         group { name: "vibration_popup";
7461            parts {
7462                   part { name: "base";
7463                          type: SPACER;
7464                          scale: 1;
7465                          description { state: "default" 0.0;
7466                                 min: 0 130;
7467                                 fixed: 1 0;
7468                          }
7469                   }
7470                   part {
7471                         name: "elm.padding.top";
7472                         type: SPACER;
7473                         scale: 1;
7474                         description {
7475                                 state: "default" 0.0;
7476                                 min: 0 24;
7477                                 fixed: 0 1;
7478                                 rel2.relative: 1.0 0.0;
7479                                 align: 0.0 0.0;
7480                         }
7481                   }
7482                   part {
7483                         name: "elm.padding.bottom";
7484                         type: SPACER;
7485                         scale: 1;
7486                         description {
7487                                 state: "default" 0.0;
7488                                 min: 0 20;
7489                                 fixed: 0 1;
7490                                 rel2.relative: 0.0 1.0;
7491                                 align: 0.0 1.0;
7492                         }
7493                   }
7494                   part {
7495                                 name: "elm.padding.left";
7496                                 type: SPACER;
7497                                 scale: 1;
7498                                 description {
7499                                         state: "default" 0.0;
7500                                         min: 26 0;
7501                                         fixed: 1 0;
7502                                         rel2.relative: 0.0 1.0;
7503                                         align: 0.0 0.0;
7504                                 }
7505                         }
7506                         part {
7507                                 name: "elm.padding.right";
7508                                 type: SPACER;
7509                                 scale: 1;
7510                                 description {
7511                                         state: "default" 0.0;
7512                                         min: 26 0;
7513                                         fixed: 1 0;
7514                                         rel1.relative: 594/620 0.0;
7515                                         align: 1.0 0.0;
7516                                 }
7517                         }
7518                   part {
7519                          name: "elm.swallow.content";
7520                          type: SWALLOW;
7521                          scale: 1;
7522                          ignore_flags: ON_HOLD;
7523                          description { state: "default" 0.0;
7524                                 min: 0 80;
7525                                 rel1 {
7526                                         to_x: "elm.padding.left";
7527                                         to_y: "elm.padding.top";
7528                                         relative: 1.0 1.0;
7529                                         offset: 0 0;
7530                                 }
7531                                 rel2 {
7532                                         to_x: "elm.padding.right";
7533                                         to_y: "elm.padding.bottom";
7534                                         relative: 0.0 0.0;
7535                                         offset: 0 0;
7536                                 }
7537                                 align: 0.0 0.0;
7538                                 fixed: 1 0;
7539                          }
7540                   }
7541            }
7542         }
7543         group { name: "palm_swipe";
7544                 parts {
7545                         /* background */
7546                         part {
7547                                 name: "bg";
7548                                 type: RECT;
7549                                 scale: 1;
7550                                 description {
7551                                         state: "default" 0.0;
7552                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
7553                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
7554                                         color: 8 8 8 8;
7555                                 }
7556                         }
7557
7558                         part {
7559                                 name: "bg_swallow2";
7560                                 type: SWALLOW;
7561                                 mouse_events: 1;
7562                                 scale: 1;
7563                                 description {
7564                                         state: "default" 0.0;
7565                                         align: 0.5 0.5;
7566                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
7567                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
7568                                 }
7569                         }
7570
7571                         part {
7572                                 name: "animation_left1";
7573                                 type: SWALLOW;
7574                                 mouse_events: 1;
7575                                 scale: 1;
7576                                 description {
7577                                         state: "default" 0.0;
7578                                         min: 0 ITEM_Y_DEN;
7579                                         fixed: 1 1;
7580                                         align: 0.0 0.0;
7581                                         rel1 { relative: 0.1 0.45; offset: 0 0; to: "bg"; }//y_offset = 32
7582                                         rel2 { relative: 0.15 0.55; offset: 0 0; to: "bg"; }
7583                                 }
7584                         }
7585                         part {
7586                                 name: "animation_left2";
7587                                 type: SWALLOW;
7588                                 mouse_events: 1;
7589                                 scale: 1;
7590                                 description {
7591                                         state: "default" 0.0;
7592                                         min: 0 ITEM_Y_DEN;
7593                                         fixed: 1 1;
7594                                         align: 0.0 0.0;
7595                                         rel1 { relative: 0.15 0.45; offset: 0 0; to: "bg"; }//y_offset = 32
7596                                         rel2 { relative: 0.2 0.55; offset: 0 0; to: "bg"; }
7597                                 }
7598                         }
7599                         part {
7600                                 name: "animation_right1";
7601                                 type: SWALLOW;
7602                                 mouse_events: 1;
7603                                 scale: 1;
7604                                 description {
7605                                         state: "default" 0.0;
7606                                         min: 0 ITEM_Y_DEN;
7607                                         fixed: 1 1;
7608                                         align: 0.0 0.0;
7609                                         rel1 { relative: 0.75 0.45; offset: 0 0; to: "bg"; }//y_offset = 32
7610                                         rel2 { relative: 0.8 0.55; offset: 0 0; to: "bg"; }
7611                                 }
7612                         }
7613                         part {
7614                                 name: "animation_right2";
7615                                 type: SWALLOW;
7616                                 mouse_events: 1;
7617                                 scale: 1;
7618                                 description {
7619                                         state: "default" 0.0;
7620                                         min: 0 ITEM_Y_DEN;
7621                                         fixed: 1 1;
7622                                         align: 0.0 0.0;
7623                                         rel1 { relative: 0.8 0.45; offset: 0 0; to: "bg"; }//y_offset = 32
7624                                         rel2 { relative: 0.85 0.55; offset: 0 0; to: "bg"; }
7625                                 }
7626                         }
7627                         part {
7628                                 name: "popup";
7629                                 type: IMAGE;
7630                                 scale: 1;
7631                                 description {
7632                                         state: "default" 0.0;
7633                                         align: 0.5 0.5;
7634                                         rel1 { relative: 0.1 0.8; offset: 0 0; to: "bg"; }
7635                                         rel2 { relative: 0.9 0.9; offset: 0 0; to: "bg"; }
7636                                         image {
7637                                                 normal: "org.tizen.setting.png";
7638                                                 border: 13 13 9 9;
7639                                                 border_scale: 1;
7640                                         }
7641                                 }
7642                                 description {
7643                                         state: "hide" 0.0;
7644                                         inherit: "default" 0.0;
7645                                         visible: 0;
7646                                 }
7647                         }
7648                         part { name: "popup.text";/*middle allign*/
7649                                     type: TEXTBLOCK;
7650                                     scale: 1;
7651                                     description { state: "default" 0.0;
7652                                            align: 0.5 0.5;
7653                                            min: 0 26;
7654                                            fixed: 0 1;
7655                                            rel1 { relative: 0.1 0.8; offset: 10 0; to: "bg"; }
7656                                            rel2 { relative: 0.9 0.9; offset: -10 0; to: "bg"; }
7657
7658                                        //color: 8 8 8 255;
7659                                        text
7660                                            {
7661                                                 //align: 0.5 0.5;
7662                                                 min: 0 1;
7663                                                 //font: "Tizen:style=Bold";
7664                                                 //size: 26;
7665                                                 //text_class:"tizen";
7666                                                 style: textblock_moveicon;
7667                                                 }
7668                                     }
7669
7670                         }
7671
7672                 } // end of parts
7673
7674         }
7675         group { name: "palm_cover";
7676                 parts {
7677                         /* background */
7678                         part {
7679                                 name: "bg";
7680                                 type: RECT;
7681                                 scale: 1;
7682                                 description {
7683                                         state: "default" 0.0;
7684                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
7685                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
7686                                         color: 8 8 8 8;
7687                                 }
7688                         }
7689
7690                         part {
7691                                 name: "bg_swallow2";
7692                                 type: SWALLOW;
7693                                 mouse_events: 1;
7694                                 scale: 1;
7695                                 description {
7696                                         state: "default" 0.0;
7697                                         align: 0.5 0.5;
7698                                         rel1 { relative: 0.0 0.0; offset: -2000 -4000; to: "bg";}
7699                                         rel2 { relative: 1.0 1.0; offset: 2000 4000; to: "bg";}
7700                                 }
7701                         }
7702
7703
7704                         part {
7705                                 name: "popup";
7706                                 type: IMAGE;
7707                                 scale: 1;
7708                                 description {
7709                                         state: "default" 0.0;
7710                                         align: 0.5 0.5;
7711                                         rel1 { relative: 0.1 0.41; offset: 0 0; to: "bg"; }
7712                                         rel2 { relative: 0.9 0.55; offset: 0 0; to: "bg"; }
7713                                         image {
7714                                                 normal: "org.tizen.setting.png";
7715                                                 border: 13 13 9 9;
7716                                                 border_scale: 1;
7717                                         }
7718                                 }
7719                                 description {
7720                                         state: "hide" 0.0;
7721                                         inherit: "default" 0.0;
7722                                         visible: 0;
7723                                 }
7724                         }
7725                         part { name: "popup.text";/*middle allign*/
7726                                     type: TEXTBLOCK;
7727                                     scale: 1;
7728                                     description { state: "default" 0.0;
7729                                            align: 0.5 0.5;
7730                                            min: 0 26;
7731                                            fixed: 0 1;
7732                                            rel1 { relative: 0.1 0.42; offset: 10 0; to: "bg"; }
7733                                            rel2 { relative: 0.9 0.54; offset: -10 0; to: "bg"; }
7734
7735                                        //color: 8 8 8 255;
7736                                        text
7737                                            {
7738                                                 //align: 0.5 0.5;
7739                                                 min: 0 1;
7740                                                 //font: "Tizen:style=Bold";
7741                                                 //size: 26;
7742                                                 //text_class:"tizen";
7743                                                 style: textblock_moveicon;
7744                                                 }
7745                                     }
7746
7747                         }
7748
7749                 } // end of parts
7750
7751         }
7752         group { name: "smart_tryit";
7753                 parts {
7754                         /* background */
7755                         part {
7756                                 name: "bg";
7757                                 type: RECT;
7758                                 scale: 1;
7759                                 description {
7760                                         state: "default" 0.0;
7761                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
7762                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
7763                                         color: 8 8 8 8;
7764                                 }
7765                         }
7766
7767                         part {
7768                                 name: "bg_swallow";
7769                                 type: SWALLOW;
7770                                 mouse_events: 1;
7771                                 scale: 1;
7772                                 description {
7773                                         state: "default" 0.0;
7774                                         align: 0.5 0.5;
7775                                         rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
7776                                         rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
7777                                 }
7778                         }
7779
7780                         part {
7781                                 name: "top_popup";
7782                                 type: IMAGE;
7783                                 scale: 1;
7784                                 description {
7785                                         state: "default" 0.0;
7786                                         visible: 0;
7787                                         align: 0.5 0.5;
7788                                         rel1 { relative: 0.1 0.08; offset: 0 0; to: "bg"; }
7789                                         rel2 { relative: 0.9 0.23; offset: 0 0; to: "bg"; }
7790                                         image {
7791                                                 normal: "org.tizen.setting.png";
7792                                                 border: 13 13 9 9;
7793                                                 border_scale: 1;
7794                                         }
7795                                 }
7796                                 description {
7797                                         state: "show" 0.0;
7798                                         inherit: "default" 0.0;
7799                                         visible: 1;
7800                                 }
7801                         }
7802                         part {
7803                                 name: "smart_icon";
7804                                 type: SWALLOW;
7805                                 mouse_events: 1;
7806                                 scale: 1;
7807                                 description {
7808                                         state: "default" 0.0;
7809                                         visible: 0;
7810                                         align: 0.5 0.5;
7811                                         max: ITEM_Y_DEN ITEM_Y_DEN;
7812                                         rel1 { relative: 0.1 0.08; offset: 0 0; to: "bg"; }//y_offset = 32
7813                                         rel2 { relative: 0.2 0.23; offset: 0 0; to: "bg"; }
7814                                 }
7815                                 description {
7816                                         state: "show" 0.0;
7817                                         inherit: "default" 0.0;
7818                                         visible: 1;
7819                                 }
7820                         }
7821
7822                         part { name: "top_popup.text";/*middle allign*/
7823                                     type: TEXTBLOCK;
7824                                     scale: 1;
7825                                     description { state: "default" 0.0;
7826                                            visible: 0;
7827                                            align: 0.0 0.5;
7828                                            min: 0 26;
7829                                            fixed: 0 1;
7830                                            rel1 { relative: 0.2 0.08; offset: 10 0; to: "bg"; }
7831                                            rel2 { relative: 0.9 0.23; offset: -10 0; to: "bg"; }
7832
7833                                        //color: 8 8 8 255;
7834                                        text
7835                                            {
7836                                                 //align: 0.5 0.5;
7837                                                 min: 0 1;
7838                                                 //font: "Tizen:style=Bold";
7839                                                 //size: 26;
7840                                                 //text_class:"tizen";
7841                                                 style: textblock_smarttop;
7842                                         }
7843                                     }
7844                                     description {
7845                                             state: "show" 0.0;
7846                                             inherit: "default" 0.0;
7847                                             visible: 1;
7848                                     }
7849                         }
7850                         part {
7851                                 name: "center_popup";
7852                                 type: IMAGE;
7853                                 scale: 1;
7854                                 description {
7855                                         state: "default" 0.0;
7856                                         visible: 0;
7857                                         align: 0.5 0.5;
7858                                         rel1 { relative: 0.1 0.4; offset: 0 0; to: "bg"; }
7859                                         rel2 { relative: 0.9 0.55; offset: 0 0; to: "bg"; }
7860                                         image {
7861                                                 normal: "org.tizen.setting.png";
7862                                                 border: 13 13 9 9;
7863                                                 border_scale: 1;
7864                                         }
7865                                 }
7866                                 description {
7867                                         state: "show" 0.0;
7868                                         inherit: "default" 0.0;
7869                                         visible: 1;
7870                                 }
7871                         }
7872
7873                         part { name: "center_popup.text";/*middle allign*/
7874                                     type: TEXTBLOCK;
7875                                     scale: 1;
7876                                     description { state: "default" 0.0;
7877                                            visible: 0;
7878                                            align: 0.5 0.5;
7879                                            min: 0 26;
7880                                            fixed: 0 1;
7881                                            rel1 { relative: 0.1 0.4; offset: 10 0; to: "bg"; }
7882                                            rel2 { relative: 0.9 0.55; offset: -10 0; to: "bg"; }
7883
7884                                        //color: 8 8 8 255;
7885                                        text
7886                                            {
7887                                                 //align: 0.5 0.5;
7888                                                 min: 0 1;
7889                                                 //font: "Tizen:style=Bold";
7890                                                 //size: 26;
7891                                                 //text_class:"tizen";
7892                                                 style: textblock_moveicon;
7893                                         }
7894                                     }
7895                                     description {
7896                                             state: "show" 0.0;
7897                                             inherit: "default" 0.0;
7898                                             visible: 1;
7899                                     }
7900                         }
7901
7902                 } // end of parts
7903                 programs {
7904                         program { name: "show_top";
7905                                 signal: "elm,state,top,show";
7906                                 source: "elm";
7907                                 action: STATE_SET "show" 0.0;
7908                                 target: "smart_icon";
7909                                 target: "top_popup";
7910                                 target: "top_popup.text";
7911                         }
7912                         program { name: "hide_top";
7913                                 signal: "elm,state,top,hide";
7914                                 source: "elm";
7915                                 action: STATE_SET "default" 0.0;
7916                                 target: "smart_icon";
7917                                 target: "top_popup";
7918                                 target: "top_popup.text";
7919                         }
7920                         program { name: "show_center";
7921                                 signal: "elm,state,center,show";
7922                                 source: "elm";
7923                                 action: STATE_SET "show" 0.0;
7924                                 target: "center_popup";
7925                                 target: "center_popup.text";
7926                         }
7927                         program { name: "hide_center";
7928                                 signal: "elm,state,center,hide";
7929                                 source: "elm";
7930                                 action: STATE_SET "default" 0.0;
7931                                 target: "center_popup";
7932                                 target: "center_popup.text";
7933                         }
7934
7935                 }
7936
7937         }
7938         group {
7939                 name: "layout/simple_password";
7940                 parts {
7941                         part {
7942                                 name: "bg";
7943                                 type: RECT;
7944                                 scale: 1;
7945                                 description {
7946                                         state: "default" 0.0;
7947                                         rel1 { relative: 0.0 0.0; }
7948                                         rel2 { relative: 1.0 1.0; }
7949                                 }
7950                         }
7951                         part {
7952                                 name: "pw_bg";
7953                                 type: RECT;
7954                                 scale: 1;
7955                                 description {
7956                                         state: "default" 0.0;
7957                                         fixed: 0 1;
7958                                         rel1 { relative: 0.0 0.0; to: "bg"; }
7959                                         rel2 { relative: 1.0 0.0; offset: 0 145; to: "bg"; }
7960                                 }
7961                         }
7962                         part {
7963                                 name: "help.txt";
7964                                 type: TEXTBLOCK;
7965                                 scale: 1;
7966                                 description {
7967                                         state: "default" 0.0;
7968                                         fixed: 0 1;
7969                                         align: 0.0 0.0;
7970                                         rel1 { relative: 0.0 1.0; offset: 18 18; to: "pw_bg"; }
7971                                         rel2 { relative: 1.0 1.0; offset: -18 -18; to: "bg"; }
7972                                         text{
7973                                                 style: description_style;
7974                                         }
7975                                 }
7976                         }
7977                         part {
7978                                 name: "title.txt";
7979                                 type: TEXTBLOCK;
7980                                 scale: 1;
7981                                 description {
7982                                         state: "default" 0.0;
7983                                         fixed: 0 1;
7984                                         color: 0 0 0 255;
7985                                         rel1 { relative: 0.0 0.0; offset: 18 18; to: "pw_bg"; }
7986                                         rel2 { relative: 1.0 0.0; offset: -18 49; to: "pw_bg"; }
7987                                         text{
7988                                                 //style: textblock_tutorial_black_style;
7989                                                 style: textblock_simple_pw_title_style;
7990                                         }
7991                                 }
7992                         }
7993                         part {
7994                                 name: "entry1.bg";
7995                                 type: IMAGE;
7996                                 scale: 1;
7997                                 description {
7998                                         state: "default" 0.0;
7999                                         fixed: 1 1;
8000                                         min: 56 56;
8001                                         rel1 { relative: 107/480 1.0; offset: 0 -70; to: "pw_bg"; }
8002                                         rel2 { relative: 107/480 1.0; offset: 56 -14; to: "pw_bg"; }
8003                                         image {
8004                                                 normal: "simple_password_bg.#.png";
8005                                                 border: 4 4 4 4;
8006                                                 border_scale: 1;
8007                                         }
8008                                 }
8009                         }
8010                         part {
8011                                 name: "entry1";
8012                                 type: SWALLOW;
8013                                 scale: 1;
8014                                 description {
8015                                         state: "default" 0.0;
8016                                         fixed: 1 1;
8017                                         min: 56 56;
8018                                         rel1 { relative: 107/480 1.0; offset: 0 -70; to: "pw_bg"; }
8019                                         rel2 { relative: 107/480 1.0; offset: 56 -14; to: "pw_bg"; }
8020                                 }
8021                         }
8022                         part {
8023                                 name: "entry2.bg";
8024                                 type: IMAGE;
8025                                 scale: 1;
8026                                 description {
8027                                         state: "default" 0.0;
8028                                         fixed: 1 1;
8029                                         min: 56 56;
8030                                         rel1 { relative: 177/480 1.0; offset: 0 -70; to: "pw_bg"; }
8031                                         rel2 { relative: 177/480 1.0; offset: 56 -14; to: "pw_bg"; }
8032                                         image {
8033                                                 normal: "simple_password_bg.#.png";
8034                                                 border: 4 4 4 4;
8035                                                 border_scale: 1;
8036                                         }
8037                                 }
8038                         }
8039                         part {
8040                                 name: "entry2";
8041                                 type: SWALLOW;
8042                                 scale: 1;
8043                                 description {
8044                                         state: "default" 0.0;
8045                                         fixed: 1 1;
8046                                         min: 56 56;
8047                                         rel1 { relative: 177/480 1.0; offset: 0 -70; to: "pw_bg"; }
8048                                         rel2 { relative: 177/480 1.0; offset: 56 -14; to: "pw_bg"; }
8049                                 }
8050                         }
8051                         part {
8052                                 name: "entry3.bg";
8053                                 type: IMAGE;
8054                                 scale: 1;
8055                                 description {
8056                                         state: "default" 0.0;
8057                                         fixed: 1 1;
8058                                         min: 56 56;
8059                                         rel1 { relative: 247/480 1.0; offset: 0 -70; to: "pw_bg"; }
8060                                         rel2 { relative: 247/480 1.0; offset: 56 -14; to: "pw_bg"; }
8061                                         image {
8062                                                 normal: "simple_password_bg.#.png";
8063                                                 border: 4 4 4 4;
8064                                                 border_scale: 1;
8065                                         }
8066                                 }
8067                         }
8068                         part {
8069                                 name: "entry3";
8070                                 type: SWALLOW;
8071                                 scale: 1;
8072                                 description {
8073                                         state: "default" 0.0;
8074                                         fixed: 1 1;
8075                                         min: 56 56;
8076                                         rel1 { relative: 247/480 1.0; offset: 0 -70; to: "pw_bg"; }
8077                                         rel2 { relative: 247/480 1.0; offset: 56 -14; to: "pw_bg"; }
8078                                 }
8079                         }
8080                         part {
8081                                 name: "entry4.bg";
8082                                 type: IMAGE;
8083                                 scale: 1;
8084                                 description {
8085                                         state: "default" 0.0;
8086                                         fixed: 1 1;
8087                                         min: 56 56;
8088                                         rel1 { relative: 317/480 1.0; offset: 0 -70; to: "pw_bg"; }
8089                                         rel2 { relative: 317/480 1.0; offset: 56 -14; to: "pw_bg"; }
8090                                         image {
8091                                                 normal: "simple_password_bg.#.png";
8092                                                 border: 4 4 4 4;
8093                                                 border_scale: 1;
8094                                         }
8095                                 }
8096                         }
8097                         part {
8098                                 name: "entry4";
8099                                 type: SWALLOW;
8100                                 scale: 1;
8101                                 description {
8102                                         state: "default" 0.0;
8103                                         fixed: 1 1;
8104                                         min: 56 56;
8105                                         rel1 { relative: 317/480 1.0; offset: 0 -70; to: "pw_bg"; }
8106                                         rel2 { relative: 317/480 1.0; offset: 56 -14; to: "pw_bg"; }
8107                                 }
8108                         }
8109                 }
8110         }
8111         group {
8112                 name: "region_searchbar";
8113
8114                 parts {
8115                         /* background */
8116                         part {
8117                                 name: "bg";
8118                                 type: RECT;
8119                                 scale: 1;
8120                                 description {
8121                                         min: 0 96;
8122                                         state: "default" 0.0;
8123                                         rel1 { relative: 0.0 0.0; offset: 0 0;}
8124                                         rel2 { relative: 1.0 1.0; offset: 0 0;}
8125                                         color: 8 8 8 8;
8126                                 }
8127                         }
8128                         part { name: "searchbar_bg";
8129                                     type: RECT;
8130                                     repeat_events: 1;
8131                                     scale: 1;
8132                                     description { state: "default" 0.0;
8133                                        min: 0 99;
8134                                        fixed: 0 1;
8135                                        align: 0.0 0.0;
8136                                        rel1 { relative: 0.0 0.0; offset: 0 2; to: "bg"; }
8137                                        rel2 { relative: 1.0 0.0; offset: 0 25; to: "bg"; }
8138                                        //color: 8 8 8 8;
8139                                        color_class: "B041";
8140                                     }
8141                                  }
8142                 ///////////////////////////////////////////
8143                         part {
8144                                 name: "elm.swallow.search.icon";
8145                                 type: SWALLOW;
8146                                 mouse_events: 1;
8147                                 scale: 1;
8148                                 description {
8149                                         state: "default" 0.0;
8150                                         min: 35 35;
8151                                         fixed: 1 1;
8152                                         align: 0.0 0.0;
8153                                         rel1 { relative: 0.0 0.0; offset: 10 22; to: "bg"; }
8154                                         rel2 { relative: 0.0 1.0; offset: 45 0; to: "bg"; }
8155                                 }
8156                         }
8157                         part {
8158                                 name: "elm.swallow.content";
8159                                 type: SWALLOW;
8160                                 mouse_events: 1;
8161                                 scale: 1;
8162                                 description {
8163                                         state: "default" 0.0;
8164                                         min: 0 66;
8165                                         fixed: 0 1;
8166                                         align: 0.0 0.0;
8167                                         rel1 { relative: 0.0 0.0; offset: 40 18; to: "bg"; }
8168                                         rel2 { relative: 1.0 0.0; offset: -16 -12; to: "bg"; }
8169                                 }
8170                         }
8171                 }
8172         }
8173
8174         group {
8175            name: "elm/layout/nocontents_setting/default";
8176            styles{
8177               style { name: "nocontent_style";
8178                  base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color="NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC" wrap=mixed ellipsis=1.0 text_class=tizen";
8179                  tag:  "br" "\n";
8180                  tag:  "hilight" "+ font_weight=Bold";
8181                  tag:  "b" "+ font_weight=Bold";
8182                  tag:  "tab" "\t";
8183               }
8184               style { name: "nocontent_style_dim";
8185                  base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color="NOCONTENT_TEXT_BLOCK_STYLE_COLOR_DIM_INC" wrap=mixed ellipsis=1.0 text_class=tizen";
8186                  tag:  "br" "\n";
8187                  tag:  "hilight" "+ font_weight=Bold";
8188                  tag:  "b" "+ font_weight=Bold";
8189                  tag:  "tab" "\t";
8190               }
8191               style { name: "nocontent_help_text";
8192                  base: "font=Tizen:style=Regular font_size="NOCONTENT_HELP_TEXT_BLOCK_TEXT_SIZE_INC" align=left color="NOCONTENT_HELP_TEXT_BLOCK_STYLE_COLOR_INC" wrap=mixed ellipsis=1.0 text_class=tizen";
8193                  tag:  "br" "\n";
8194                  tag:  "hilight" "+ font_style=Regular";
8195                  tag:  "b" "+ font_style=Regular";
8196                  tag:  "tab" "\t";
8197               }
8198            }
8199            script {
8200               public center_align = 0;
8201               public landscape_mode = 0;
8202            }
8203            parts {
8204               part { name: "bg";
8205                  type: SPACER;
8206                  scale: 1;
8207                  description { state: "default" 0.0;
8208                     fixed: 0 1;
8209                     min: NOCONTENT_BASE_PORTRAIT_MIN_WIDTH_HEIGHT_INC;
8210                     rel1 {
8211                        relative: 0.0 0.5;
8212                     }
8213                     rel2 {
8214                        relative: 1.0 0.5;
8215                     }
8216                  }
8217                  description { state: "help_txt_port_centre_align";
8218                     inherit: "default" 0.0;
8219                     min: NOCONTENT_BASE_PORTRAIT_MIN_WIDTH_HEIGHT_WITH_TEXT;
8220                  }
8221                  description { state: "landscape" 0.0;
8222                     inherit: "default" 0.0;
8223                     min: NOCONTENT_BASE_LANDS_MIN_WIDTH_HEIGHT_INC;
8224                  }
8225                  description { state: "help_txt_lands_centre_align";
8226                     inherit: "default" 0.0;
8227                     min: NOCONTENT_BASE_LANDS_MIN_WIDTH_HEIGHT_WITH_TEXT;
8228                  }
8229               }
8230               part { name: "nocontents.image";
8231                  type: SWALLOW;
8232                  scale: 1;
8233                  description { state: "default" 0.0;
8234                     fixed: 1 1;
8235                     min: NOCONTENT_IMAGE_WIDTH_HEIGHT_INC;
8236                     align: 0.5 0.0;
8237                     rel1 {
8238                        relative: 0.5 0.0;
8239                        to: "bg";
8240                     }
8241                     rel2 {
8242                        relative: 0.5 0.0;
8243                        to: "bg";
8244                     }
8245                  }
8246               }
8247               part { name: "elm.text";
8248                  type: TEXTBLOCK;
8249                  scale: 1;
8250                  description { state: "default" 0.0;
8251                     min: NOCONTENT_TEXT_STYLE_BG_MIN_INC;
8252                     align: 0.5 0.0;
8253                     fixed: 1 1;
8254                     rel1 {
8255                        relative: 0.0 1.0;
8256                        to_y: "nocontents.image";
8257                     }
8258                     rel2 {
8259                        relative: 1.0 1.0;
8260                        to_y: "nocontents.image";
8261                     }
8262                     text {
8263                        style: "nocontent_style";
8264                        min: 0 1;
8265                        max: 0 1;
8266                     }
8267                  }
8268                  description { state: "disabled" 1.0;
8269                     inherit: "default" 0.0;
8270                     text {
8271                        style: "nocontent_style_dim";
8272                        min: 0 1;
8273                        max: 0 1;
8274                     }
8275                  }
8276               }
8277               part { name: "padding_after_text";
8278                  type: SPACER;
8279                  scale: 1;
8280                  description { state: "default" 0.0;
8281                     align: 0.0 0.0;
8282                     min: NOCONTENT_PORTRAIT_AFTER_TEXT_PADDING_INC;
8283                     fixed: 1 1;
8284                     rel1 {
8285                        relative: 0.0 1.0;
8286                        to_y: "elm.text";
8287                     }
8288                     rel2 {
8289                        relative: 0.0 1.0;
8290                        to_y: "elm.text";
8291                     }
8292                  }
8293                  description { state: "landscape" 0.0;
8294                     inherit: "default" 0.0;
8295                     min: NOCONTENT_LANDSCAPE_AFTER_TEXT_PADDING_INC;
8296                  }
8297               }
8298               part { name: "elm.help.text";
8299                  type: TEXTBLOCK;
8300                  scale: 1;
8301                  description { state: "default" 0.0;
8302                     align: 0.5 0.0;
8303                     min: NOCONTENT_PORTRAIT_HELP_TEXT_STYLE_BG_MIN_INC;
8304                     fixed: 1 1;
8305                     rel1 {
8306                        relative: 1.0 1.0;
8307                        to: "padding_after_text";
8308                     }
8309                     rel2 {
8310                        relative: 0.0 1.0;
8311                        to_x: "pad_after_help_text";
8312                        to_y: "padding_after_text";
8313                     }
8314                     text {
8315                        style: "nocontent_help_text";
8316                        align: 0.0 0.5;
8317                        min: 0 1;
8318                        max: 0 1;
8319                     }
8320                  }
8321                  description { state: "landscape" 0.0;
8322                     inherit: "default" 0.0;
8323                     min: NOCONTENT_LANDSCAPE_HELP_TEXT_STYLE_BG_MIN_INC;
8324                  }
8325               }
8326               part { name: "pad_after_help_text";
8327                  type: SPACER;
8328                  scale: 1;
8329                  description { state: "default" 0.0;
8330                     align: 1.0 0.0;
8331                     min: NOCONTENT_PORTRAIT_AFTER_HELP_TEXT_PADDING_INC;
8332                     fixed: 1 1;
8333                     rel1 {
8334                        relative: 1.0 1.0;
8335                        to_y: "elm.help.text";
8336                     }
8337                     rel2 {
8338                        relative: 1.0 1.0;
8339                        to_y: "elm.help.text";
8340                     }
8341                  }
8342                  description { state: "landscape" 0.0;
8343                     inherit: "default" 0.0;
8344                     min: NOCONTENT_LANDSCAPE_AFTER_HELP_TEXT_PADDING_INC;
8345                  }
8346               }
8347               part { name: "pad_left_button";
8348                  type: SPACER;
8349                  scale: 1;
8350                  description { state: "default" 0.0;
8351                     align: 0.0 0.0;
8352                     min: NOCONTENT_PORTRAIT_BUTTON_PADDING_INC;
8353                     fixed: 1 1;
8354                     rel1 {
8355                        relative: 0.0 1.0;
8356                        to_y: "pad_after_help_text";
8357                     }
8358                     rel2 {
8359                        relative: 0.0 1.0;
8360                        to_y: "pad_after_help_text";
8361                     }
8362                  }
8363                  description { state: "landscape" 0.0;
8364                     inherit: "default" 0.0;
8365                     min: NOCONTENT_LANDSCAPE_BUTTON_PADDING_INC;
8366                  }
8367               }
8368               part { name: "pad_right_button";
8369                  type: SPACER;
8370                  scale: 1;
8371                  description { state: "default" 0.0;
8372                     align: 1.0 0.0;
8373                     min: NOCONTENT_PORTRAIT_BUTTON_PADDING_INC;
8374                     fixed: 1 1;
8375                     rel1 {
8376                        relative: 1.0 1.0;
8377                        to_y: "pad_after_help_text";
8378                     }
8379                     rel2 {
8380                        relative: 1.0 1.0;
8381                        to_y: "pad_after_help_text";
8382                     }
8383                  }
8384                  description { state: "landscape" 0.0;
8385                     inherit: "default" 0.0;
8386                     min: NOCONTENT_LANDSCAPE_BUTTON_PADDING_INC;
8387                  }
8388               }
8389               part { name: "swallow_area";
8390                  type: SWALLOW;
8391                  scale: 1;
8392                  description { state: "default" 0.0;
8393                     min: NOCONTENT_SWALLOW_AREA_MIN_INC;
8394                     fixed: 1 1;
8395                     align: 0.5 0.0;
8396                     rel1 {
8397                        relative: 1.0 0.0;
8398                        to: "pad_left_button";
8399                     }
8400                     rel2 {
8401                        relative: 0.0 1.0;
8402                        to: "pad_right_button";
8403                     }
8404                  }
8405               }
8406            }
8407            programs {
8408               program { name: "landscape_mode";
8409                  source: "elm";
8410                  signal: "elm,state,orient,90";
8411                  script {
8412                     set_int(landscape_mode, 1);
8413                     if (get_int(center_align) == 1)
8414                        set_state(PART:"bg", "help_txt_lands_centre_align", 0.0);
8415                     else
8416                        set_state(PART:"bg", "landscape", 0.0);
8417                     set_state(PART:"elm.help.text", "landscape", 0.0);
8418                     set_state(PART:"padding_after_text", "landscape", 0.0);
8419                     set_state(PART:"pad_after_help_text", "landscape", 0.0);
8420                     set_state(PART:"pad_left_button", "landscape", 0.0);
8421                     set_state(PART:"pad_right_button", "landscape", 0.0);
8422                  }
8423               }
8424               program { name: "landscape_mode2";
8425                  source: "elm";
8426                  signal: "elm,state,orient,270";
8427                  script {
8428                     set_int(landscape_mode, 1);
8429                     if (get_int(center_align) == 1)
8430                        set_state(PART:"bg", "help_txt_lands_centre_align", 0.0);
8431                     else
8432                        set_state(PART:"bg", "landscape", 0.0);
8433                     set_state(PART:"elm.help.text", "landscape", 0.0);
8434                     set_state(PART:"padding_after_text", "landscape", 0.0);
8435                     set_state(PART:"pad_after_help_text", "landscape", 0.0);
8436                     set_state(PART:"pad_left_button", "landscape", 0.0);
8437                     set_state(PART:"pad_right_button", "landscape", 0.0);
8438                  }
8439               }
8440               program { name: "portrait_mode";
8441                  source: "elm";
8442                  signal: "elm,state,orient,0";
8443                  script {
8444                     set_int(landscape_mode, 0);
8445                     if (get_int(center_align) == 1)
8446                        set_state(PART:"bg", "help_txt_port_centre_align", 0.0);
8447                     else
8448                        set_state(PART:"bg", "default", 0.0);
8449                     set_state(PART:"elm.help.text", "default", 0.0);
8450                     set_state(PART:"padding_after_text", "default", 0.0);
8451                     set_state(PART:"pad_after_help_text", "default", 0.0);
8452                     set_state(PART:"pad_left_button", "default", 0.0);
8453                     set_state(PART:"pad_right_button", "default", 0.0);
8454                  }
8455               }
8456               program { name: "portrait_mode2";
8457                  source: "elm";
8458                  signal: "elm,state,orient,180";
8459                  script {
8460                     set_int(landscape_mode, 0);
8461                     if (get_int(center_align) == 1)
8462                        set_state(PART:"bg", "help_txt_port_centre_align", 0.0);
8463                     else
8464                        set_state(PART:"bg", "default", 0.0);
8465                     set_state(PART:"elm.help.text", "default", 0.0);
8466                     set_state(PART:"padding_after_text", "default", 0.0);
8467                     set_state(PART:"pad_after_help_text", "default", 0.0);
8468                     set_state(PART:"pad_left_button", "default", 0.0);
8469                     set_state(PART:"pad_right_button", "default", 0.0);
8470                  }
8471               }
8472               program { name: "disabled";
8473                     signal: "text,disabled";
8474                     source: "";
8475                     action: STATE_SET "disabled" 0.0;
8476                     target: "elm.text";
8477               }
8478               program { name: "align_center";
8479                  signal: "align.center";
8480                  source: "elm";
8481                  script {
8482                     if (get_int(landscape_mode) == 1)
8483                        set_state(PART:"bg", "help_txt_lands_centre_align", 0.0);
8484                     else
8485                        set_state(PART:"bg", "help_txt_port_centre_align", 0.0);
8486                     set_int(center_align, 1);
8487                  }
8488               }
8489            }
8490         }
8491
8492         group { name: "vpn_connect_popup";
8493            parts {
8494                   part { name: "base";
8495                          type: SPACER;
8496                          scale: 1;
8497                          description { state: "default" 0.0;
8498                                 min: 0 130;
8499                                 fixed: 1 0;
8500                          }
8501                   }
8502                   part {
8503                         name: "elm.padding.top";
8504                         type: SPACER;
8505                         scale: 1;
8506                         description {
8507                                 state: "default" 0.0;
8508                                 min: 0 6;
8509                                 fixed: 0 1;
8510                                 rel2.relative: 1.0 0.0;
8511                                 align: 0.0 0.0;
8512                         }
8513                   }
8514                   part {
8515                         name: "elm.padding.bottom";
8516                         type: SPACER;
8517                         scale: 1;
8518                         description {
8519                                 state: "default" 0.0;
8520                                 min: 0 6;
8521                                 fixed: 0 1;
8522                                 rel2.relative: 0.0 1.0;
8523                                 align: 0.0 1.0;
8524                         }
8525                   }
8526                   part {
8527                                 name: "elm.padding.left";
8528                                 type: SPACER;
8529                                 scale: 1;
8530                                 description {
8531                                         state: "default" 0.0;
8532                                         min: 26 0;
8533                                         fixed: 1 0;
8534                                         rel2.relative: 0.0 1.0;
8535                                         align: 0.0 0.0;
8536                                 }
8537                         }
8538                         part {
8539                                 name: "elm.padding.right";
8540                                 type: SPACER;
8541                                 scale: 1;
8542                                 description {
8543                                         state: "default" 0.0;
8544                                         min: 26 0;
8545                                         fixed: 1 0;
8546                                         rel1.relative: 594/620 0.0;
8547                                         align: 1.0 0.0;
8548                                 }
8549                         }
8550
8551                 part {
8552                          name: "elm.swallow.title.1";
8553                          type: SWALLOW;
8554                          scale: 1;
8555                          ignore_flags: ON_HOLD;
8556                          description { state: "default" 0.0;
8557                                 min: 0 24;
8558                                 rel1 {
8559                                         to_x: "elm.padding.left";
8560                                         to_y: "elm.padding.top";
8561                                         relative: 1.0 1.0;
8562                                         offset: 0 0;
8563                                 }
8564                                 rel2 {
8565                                         to_x: "elm.padding.right";
8566                                         to_y: "elm.padding.bottom";
8567                                         relative: 0.0 0.0;
8568                                         offset: 0 0;
8569                                 }
8570                                 align: 0.0 0.0;
8571                                 fixed: 1 0;
8572                          }
8573                   }
8574
8575                   part {
8576                          name: "elm.swallow.entry.1";
8577                          type: SWALLOW;
8578                          scale: 1;
8579                          ignore_flags: ON_HOLD;
8580                          description { state: "default" 0.0;
8581                                 min: 0 32;
8582                                 rel1 {
8583                                         to_x: "elm.padding.left";
8584                                         to_y: "elm.swallow.title.1";
8585                                         relative: 1.0 1.0;
8586                                         offset: 0 0;
8587                                 }
8588                                 rel2 {
8589                                         to_x: "elm.padding.right";
8590                                         to_y: "elm.padding.bottom";
8591                                         relative: 0.0 0.0;
8592                                         offset: 0 0;
8593                                 }
8594                                 align: 0.0 0.0;
8595                                 fixed: 1 0;
8596                          }
8597                   }
8598
8599                   part {
8600                          name: "elm.padding.middle.1";
8601                          type: SPACER;
8602                          scale: 1;
8603                          description {
8604                                 state: "default" 0.0;
8605                                 min: 0 8;
8606                                 fixed: 0 1;
8607                                 rel1 {
8608                                    relative: 1.0 1.0;
8609                                    to_x: "elm.padding.left";
8610                                    to_y: "elm.swallow.entry.1";
8611                                 }
8612                                 rel2 {
8613                                    relative: 0.0 0.0;
8614                                    to_x: "elm.padding.right";
8615                                    to_y: "elm.padding.bottom";
8616                                 }
8617                                 align: 0.0 0.0;
8618                         }
8619                   }
8620
8621                   part {
8622                          name: "elm.swallow.title.2";
8623                          type: SWALLOW;
8624                          scale: 1;
8625                          ignore_flags: ON_HOLD;
8626                          description { state: "default" 0.0;
8627                                 min: 0 32;
8628                                 rel1 {
8629                                         to_x: "elm.padding.left";
8630                                         to_y: "elm.padding.middle.1";
8631                                         relative: 1.0 1.0;
8632                                         offset: 0 0;
8633                                 }
8634                                 rel2 {
8635                                         to_x: "elm.padding.right";
8636                                         to_y: "elm.padding.bottom";
8637                                         relative: 0.0 0.0;
8638                                         offset: 0 0;
8639                                 }
8640                                 align: 0.0 0.0;
8641                                 fixed: 1 0;
8642                          }
8643                   }
8644
8645                   part {
8646                          name: "elm.swallow.entry.2";
8647                          type: SWALLOW;
8648                          scale: 1;
8649                          ignore_flags: ON_HOLD;
8650                          description { state: "default" 0.0;
8651                                 min: 0 42;
8652                                 rel1 {
8653                                         to_x: "elm.padding.left";
8654                                         to_y: "elm.swallow.title.2";
8655                                         relative: 1.0 1.0;
8656                                         offset: 0 0;
8657                                 }
8658                                 rel2 {
8659                                         to_x: "elm.padding.right";
8660                                         to_y: "elm.padding.bottom";
8661                                         relative: 0.0 0.0;
8662                                         offset: 0 0;
8663                                 }
8664                                 align: 0.0 0.0;
8665                                 fixed: 1 0;
8666                          }
8667                   }
8668
8669                   part {
8670                          name: "elm.padding.middle.2";
8671                          type: SPACER;
8672                          scale: 1;
8673                          description {
8674                                 state: "default" 0.0;
8675                                 min: 0 8;
8676                                 fixed: 0 1;
8677                                 rel1 {
8678                                    relative: 1.0 1.0;
8679                                    to_x: "elm.padding.left";
8680                                    to_y: "elm.swallow.entry.2";
8681                                 }
8682                                 rel2 {
8683                                    relative: 0.0 0.0;
8684                                    to_x: "elm.padding.right";
8685                                    to_y: "elm.padding.bottom";
8686                                 }
8687                                 align: 0.0 0.0;
8688                         }
8689                   }
8690
8691                   part {
8692                          name: "elm.swallow.chkbox";
8693                          type: SWALLOW;
8694                          scale: 1;
8695                          ignore_flags: ON_HOLD;
8696                          description { state: "default" 0.0;
8697                                 min: 32 32;
8698                                 max: 32 32;
8699                                 rel1 {
8700                                         to_x: "elm.padding.left";
8701                                         to_y: "elm.padding.middle.2";
8702                                         relative: 1.0 1.0;
8703                                         offset: 0 0;
8704                                 }
8705                                 rel2 {
8706                                         to_x: "elm.padding.right";
8707                                         to_y: "elm.padding.bottom";
8708                                         relative: 0.0 0.0;
8709                                         offset: 0 0;
8710                                 }
8711                                 align: 0.0 0.0;
8712                                 fixed: 1 0;
8713                          }
8714                   }
8715            }
8716         }
8717
8718         group { name: "vpn_connected_popup";
8719            parts {
8720                   part { name: "base";
8721                          type: SPACER;
8722                          scale: 1;
8723                          description { state: "default" 0.0;
8724                                 min: 0 130;
8725                                 fixed: 1 0;
8726                          }
8727                   }
8728                   part {
8729                         name: "elm.padding.top";
8730                         type: SPACER;
8731                         scale: 1;
8732                         description {
8733                                 state: "default" 0.0;
8734                                 min: 0 24;
8735                                 fixed: 0 1;
8736                                 rel2.relative: 1.0 0.0;
8737                                 align: 0.0 0.0;
8738                         }
8739                   }
8740                   part {
8741                         name: "elm.padding.bottom";
8742                         type: SPACER;
8743                         scale: 1;
8744                         description {
8745                                 state: "default" 0.0;
8746                                 min: 0 20;
8747                                 fixed: 0 1;
8748                                 rel2.relative: 0.0 1.0;
8749                                 align: 0.0 1.0;
8750                         }
8751                   }
8752                   part {
8753                                 name: "elm.padding.left";
8754                                 type: SPACER;
8755                                 scale: 1;
8756                                 description {
8757                                         state: "default" 0.0;
8758                                         min: 26 0;
8759                                         fixed: 1 0;
8760                                         rel2.relative: 0.0 1.0;
8761                                         align: 0.0 0.0;
8762                                 }
8763                         }
8764                         part {
8765                                 name: "elm.padding.right";
8766                                 type: SPACER;
8767                                 scale: 1;
8768                                 description {
8769                                         state: "default" 0.0;
8770                                         min: 26 0;
8771                                         fixed: 1 0;
8772                                         rel1.relative: 594/620 0.0;
8773                                         align: 1.0 0.0;
8774                                 }
8775                         }
8776                   part {
8777                          name: "elm.swallow.session";
8778                          type: SWALLOW;
8779                          scale: 1;
8780                          ignore_flags: ON_HOLD;
8781                          description { state: "default" 0.0;
8782                                 min: 0 32;
8783                                 rel1 {
8784                                         to_x: "elm.padding.left";
8785                                         to_y: "elm.padding.top";
8786                                         relative: 1.0 1.0;
8787                                         offset: 0 0;
8788                                 }
8789                                 rel2 {
8790                                         to_x: "elm.padding.right";
8791                                         to_y: "elm.padding.bottom";
8792                                         relative: 0.0 0.0;
8793                                         offset: 0 0;
8794                                 }
8795                                 align: 0.0 0.0;
8796                                 fixed: 1 0;
8797                          }
8798                   }
8799
8800                   part {
8801                          name: "elm.swallow.duration";
8802                          type: SWALLOW;
8803                          scale: 1;
8804                          ignore_flags: ON_HOLD;
8805                          description { state: "default" 0.0;
8806                                 min: 0 32;
8807                                 rel1 {
8808                                         to_x: "elm.padding.left";
8809                                         to_y: "elm.swallow.session";
8810                                         relative: 1.0 1.0;
8811                                         offset: 0 0;
8812                                 }
8813                                 rel2 {
8814                                         to_x: "elm.padding.right";
8815                                         to_y: "elm.padding.bottom";
8816                                         relative: 0.0 0.0;
8817                                         offset: 0 0;
8818                                 }
8819                                 align: 0.0 0.0;
8820                                 fixed: 1 0;
8821                          }
8822                   }
8823
8824                   part {
8825                          name: "elm.swallow.sent";
8826                          type: SWALLOW;
8827                          scale: 1;
8828                          ignore_flags: ON_HOLD;
8829                          description { state: "default" 0.0;
8830                                 min: 0 32;
8831                                 rel1 {
8832                                         to_x: "elm.padding.left";
8833                                         to_y: "elm.swallow.duration";
8834                                         relative: 1.0 1.0;
8835                                         offset: 0 0;
8836                                 }
8837                                 rel2 {
8838                                         to_x: "elm.padding.right";
8839                                         to_y: "elm.padding.bottom";
8840                                         relative: 0.0 0.0;
8841                                         offset: 0 0;
8842                                 }
8843                                 align: 0.0 0.0;
8844                                 fixed: 1 0;
8845                          }
8846                   }
8847
8848                   part {
8849                          name: "elm.swallow.received";
8850                          type: SWALLOW;
8851                          scale: 1;
8852                          ignore_flags: ON_HOLD;
8853                          description { state: "default" 0.0;
8854                                 min: 0 32;
8855                                 rel1 {
8856                                         to_x: "elm.padding.left";
8857                                         to_y: "elm.swallow.sent";
8858                                         relative: 1.0 1.0;
8859                                         offset: 0 0;
8860                                 }
8861                                 rel2 {
8862                                         to_x: "elm.padding.right";
8863                                         to_y: "elm.padding.bottom";
8864                                         relative: 0.0 0.0;
8865                                         offset: 0 0;
8866                                 }
8867                                 align: 0.0 0.0;
8868                                 fixed: 1 0;
8869                          }
8870                   }
8871            }
8872         }
8873
8874 }