2 * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
18 ////////////////////////////////////////////////////////////////////////////////////////
20 ///////////////////////////////////////////////////////////////////////////////////////
23 image: "00_winset_control_toolbar_bg.png" COMP;
24 image: "00_winset_control_tabbar_bg.png" COMP;
25 image: "00_winset_control_tabbar_bg_left.png" COMP;
26 image: "00_winset_control_tabbar_bg_right.png" COMP;
27 image: "00_winset_control_tabbar_bg_top.png" COMP;
28 image: "00_winset_tabbar_press.png" COMP;
29 image: "00_winset_tabbar_press_left.png" COMP;
30 image: "00_winset_tabbar_press_right.png" COMP;
31 image: "00_winset_tabbar_press_top.png" COMP;
32 image: "00_winset_toolbar_press.png" COMP;
33 image: "00_winset_tabbar_focus.png" COMP;
37 name: "elm/controlbar/base/default";
48 rel1 {relative: 0.0 0.0; offset: 0 0;}
49 rel2 {relative: 1.0 1.0; offset: -1 -1;}
54 name: "elm.swallow.view";
60 rel1 {relative: 0.0 0.0;}
61 rel2 {relative: 1.0 0.0; to: "bg_image";}
71 rel1 {relative: 0.0 0.0; offset: 0 0;}
72 rel2 {relative: 1.0 1.0; offset: -1 -1;}
76 min: 0 CONTROLBAR_LARGE_HEIGHT_INC;
79 rel1 {relative: 0.0 1.0; offset: 0 -1;}
80 rel2 {relative: 1.0 1.0; offset: -1 -1;}
84 min: 0 CONTROLBAR_SMALL_HEIGHT_INC;
87 rel1 {relative: 0.0 1.0; offset: 0 -1;}
88 rel2 {relative: 1.0 1.0; offset: -1 -1;}
92 min: CONTROLBAR_WIDTH_INC 0;
95 rel1 {relative: 0.0 0.0; offset: 0 0;}
96 rel2 {relative: 0.0 1.0; offset: 0 -1;}
100 min: CONTROLBAR_WIDTH_INC 0;
103 rel1 {relative: 1.0 0.0; offset: -1 0;}
104 rel2 {relative: 1.0 1.0; offset: -1 -1;}
108 name: "elm.dragable.box";
110 source: "elm/controlbar/item_bg_move/default";
119 state: "default" 0.0;
132 name: "elm.swallow.items";
136 state: "default" 0.0;
137 rel1 {relative: 0.0 0.0; to: "bg_image";}
138 rel2 {relative: 1.0 1.0; to: "bg_image";}
145 signal: "elm,state,default";
147 action: STATE_SET "default" 0.0;
152 signal: "elm,state,large";
154 action: STATE_SET "large" 0.0;
159 signal: "elm,state,small";
161 action: STATE_SET "small" 0.0;
166 signal: "elm,state,left";
168 action: STATE_SET "left" 0.0;
173 signal: "elm,state,right";
175 action: STATE_SET "right" 0.0;
182 name: "elm/controlbar/background/default";
191 state: "default" 0.0;
192 rel1 {relative: 0.0 0.0; offset: 0 0;}
193 rel2 {relative: 1.0 1.0; offset: -1 -1;}
194 image.normal: "00_winset_control_toolbar_bg.png";
195 color: 255 255 255 255;
199 inherit: "default" 0.0;
200 image.normal: "00_winset_control_tabbar_bg.png";
203 state: "tabbar_left" 0.0;
204 inherit: "default" 0.0;
205 image.normal: "00_winset_control_tabbar_bg_left.png";
208 state: "tabbar_right" 0.0;
209 inherit: "default" 0.0;
210 image.normal: "00_winset_control_tabbar_bg_right.png";
216 signal: "elm,state,tabbar";
218 action: STATE_SET "tabbar" 0.0;
223 signal: "elm,state,toolbar";
225 action: STATE_SET "default" 0.0;
229 name: "tabbar_left_bg";
230 signal: "elm,state,tabbar_left";
232 action: STATE_SET "tabbar_left" 0.0;
236 name: "tabbar_right_bg";
237 signal: "elm,state,tabbar_right";
239 action: STATE_SET "tabbar_right" 0.0;
247 name: "elm/controlbar/view/default";
255 state: "default" 0.0;
256 rel1 {relative: 0.0 0.0; offset: 0 0;}
257 rel2 {relative: 1.0 1.0; offset: -1 -1;}
262 name: "elm.swallow.view";
265 state: "default" 0.0;
266 rel1 {relative: 0.0 0.0; to: "bg_rect";}
267 rel2 {relative: 1.0 1.0; to: "bg_rect";}
274 name: "elm/controlbar/item_bg/default";
283 state: "default" 0.0;
285 rel1 {relative: 0.0 0.0; offset: 0 0;}
286 rel2 {relative: 1.0 1.0; offset: -1 -1;}
296 state: "default" 0.0;
298 rel1 {relative: 0.0 0.0; offset: 0 0;}
299 rel2 {relative: 1.0 1.0; offset: -1 -1;}
302 state: "pressed" 0.0;
303 inherit: "default" 0.0;
304 image.normal: "00_winset_tabbar_press.png";
305 image.border: 2 2 3 2;
306 color: 255 255 255 50;
311 state: "pressed_left" 0.0;
312 inherit: "default" 0.0;
313 image.normal: "00_winset_tabbar_press_left.png";
314 image.border: 2 3 2 2;
315 color: 255 255 255 50;
320 state: "pressed_right" 0.0;
321 inherit: "default" 0.0;
322 image.normal: "00_winset_tabbar_press_right.png";
323 image.border: 3 2 2 2;
324 color: 255 255 255 50;
329 state: "focused" 0.0;
330 inherit: "default" 0.0;
331 image.normal: "00_winset_tabbar_focus.png";
332 image.border: 2 2 3 2;
337 state: "focused_left" 0.0;
338 inherit: "default" 0.0;
339 image.normal: "00_winset_tabbar_focus.png";
340 image.border: 2 3 2 2;
345 state: "focused_right" 0.0;
346 inherit: "default" 0.0;
347 image.normal: "00_winset_tabbar_focus.png";
348 image.border: 3 2 2 2;
353 state: "toolbar_pressed" 0.0;
354 inherit: "default" 0.0;
355 rel1 {relative: 0.0 0.07; offset: 3 0;}
356 rel2 {relative: 1.0 0.93; offset: -3 0;}
357 image.normal: "00_winset_toolbar_press.png";
358 image.border: 3 3 3 3;
369 state: "default" 0.0;
371 rel1 {relative: 0.0 0.0; offset: 0 5;}
372 rel2 {relative: 0.0 1.0; offset: 1 -3;}
373 color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
377 inherit: "default" 0.0;
387 state: "default" 0.0;
389 rel1 {relative: 1.0 0.0; offset: -1 5;}
390 rel2 {relative: 1.0 1.0; offset: 0 -3;}
391 color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
395 inherit: "default" 0.0;
405 state: "default" 0.0;
407 rel1 {relative: 0.0 0.0; offset: 5 0;}
408 rel2 {relative: 1.0 0.0; offset: -5 1;}
409 color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
413 inherit: "default" 0.0;
423 state: "default" 0.0;
425 rel1 {relative: 0.0 1.0; offset: 5 -1;}
426 rel2 {relative: 1.0 1.0; offset: -5 0;}
427 color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
431 inherit: "default" 0.0;
441 state: "default" 0.0;
442 rel1 {to: "bg_rect";}
443 rel2 {to: "bg_rect";}
450 signal: "elm,state,selected";
452 action: STATE_SET "focused" 0.0;
456 name: "selected_left";
457 signal: "elm,state,selected_left";
459 action: STATE_SET "focused_left" 0.0;
463 name: "selected_right";
464 signal: "elm,state,selected_right";
466 action: STATE_SET "focused_right" 0.0;
471 signal: "elm,state,pressed";
473 action: STATE_SET "pressed" 0.0;
477 name: "pressed_left";
478 signal: "elm,state,pressed_left";
480 action: STATE_SET "pressed_left" 0.0;
484 name: "pressed_right";
485 signal: "elm,state,pressed_right";
487 action: STATE_SET "pressed_right" 0.0;
491 name: "toolbar_pressed";
492 signal: "elm,state,toolbar_pressed";
494 action: STATE_SET "toolbar_pressed" 0.0;
499 signal: "elm,state,unselected";
501 action: STATE_SET "default" 0.0;
506 signal: "elm,state,unpressed";
508 action: STATE_SET "default" 0.0;
512 name: "left_line_show";
513 signal: "elm,state,left_line_show";
515 action: STATE_SET "show" 0.0;
519 name: "left_line_hide";
520 signal: "elm,state,left_line_hide";
522 action: STATE_SET "default" 0.0;
526 name: "right_line_show";
527 signal: "elm,state,right_line_show";
529 action: STATE_SET "show" 0.0;
530 target: "right_line";
533 name: "right_line_hide";
534 signal: "elm,state,right_line_hide";
536 action: STATE_SET "default" 0.0;
537 target: "right_line";
540 name: "top_line_show";
541 signal: "elm,state,top_line_show";
543 action: STATE_SET "show" 0.0;
547 name: "top_line_hide";
548 signal: "elm,state,top_line_hide";
550 action: STATE_SET "default" 0.0;
554 name: "bottom_line_show";
555 signal: "elm,state,bottom_line_show";
557 action: STATE_SET "show" 0.0;
558 target: "bottom_line";
561 name: "bottom_line_hide";
562 signal: "elm,state,bottom_line_hide";
564 action: STATE_SET "default" 0.0;
565 target: "bottom_line";
571 name: "elm/controlbar/item_bg_move/default";
575 name: "selected_box";
579 state: "default" 0.0;
581 image.normal: "00_winset_tabbar_focus.png";
582 image.border: 2 2 3 2;
588 image.normal: "00_winset_tabbar_focus_left.png";
589 image.border: 2 3 2 2;
595 image.normal: "00_winset_tabbar_focus_right.png";
596 image.border: 3 2 2 2;
605 signal: "elm,state,default";
607 action: STATE_SET "default" 0.0;
608 target: "selected_box";
612 signal: "elm,state,left";
614 action: STATE_SET "left" 0.0;
615 target: "selected_box";
619 signal: "elm,state,right";
621 action: STATE_SET "right" 0.0;
622 target: "selected_box";
628 name: "elm/controlbar/base/top";
629 inherit: "elm/controlbar/base/default";
633 name: "elm.swallow.view";
635 state: "default" 0.0;
636 rel1 {relative: 0.0 1.0; to: "bg_image";}
637 rel2 {relative: 1.0 1.0; to: "";}
645 rel1.relative: 0.0 0.0;
646 rel2.relative: 1.0 0.0;
651 rel1.relative: 0.0 0.0;
652 rel2.relative: 1.0 0.0;
656 name: "elm.dragable.box";
657 source: "elm/controlbar/item_bg_move/top";
663 name: "elm/controlbar/background/top";
664 inherit: "elm/controlbar/background/default";
671 image.normal: "00_winset_control_tabbar_bg_top.png";
678 name: "elm/controlbar/item_bg/top";
679 inherit: "elm/controlbar/item_bg/default";
685 state: "pressed" 0.0;
686 image.normal: "00_winset_tabbar_press_top.png";
687 image.border: 2 2 2 3;
690 state: "focused" 0.0;
691 image.normal: "00_winset_tabbar_focus.png";
692 image.border: 2 2 2 3;
699 name: "elm/controlbar/item_bg_move/top";
700 inherit: "elm/controlbar/item_bg_move/default";
704 name: "selected_box";
706 state: "default" 0.0;
707 image.normal: "00_winset_tabbar_focus.png";
708 image.border: 2 2 2 3;
715 name: "elm/controlbar/base/naviframe";
724 state: "default" 0.0;
725 rel1 {relative: 0.0 0.0; offset: 0 0;}
726 rel2 {relative: 1.0 1.0; offset: -1 -1;}
736 state: "default" 0.0;
737 rel1 {relative: 0.0 0.0; offset: 0 0;}
738 rel2 {relative: 1.0 1.0; offset: -1 -1;}
742 min: 0 CONTROLBAR_LARGE_HEIGHT_INC;
745 rel1 {relative: 0.0 1.0; offset: 0 -1;}
746 rel2 {relative: 1.0 1.0; offset: -1 -1;}
750 min: 0 CONTROLBAR_SMALL_HEIGHT_INC;
753 rel1 {relative: 0.0 1.0; offset: 0 -1;}
754 rel2 {relative: 1.0 1.0; offset: -1 -1;}
758 min: CONTROLBAR_WIDTH_INC 0;
761 rel1 {relative: 0.0 0.0; offset: 0 0;}
762 rel2 {relative: 0.0 1.0; offset: 0 -1;}
766 min: CONTROLBAR_WIDTH_INC 0;
769 rel1 {relative: 1.0 0.0; offset: -1 0;}
770 rel2 {relative: 1.0 1.0; offset: -1 -1;}
774 name: "elm.dragable.box";
776 source: "elm/controlbar/item_bg_move/default";
785 state: "default" 0.0;
798 name: "elm.swallow.items";
802 state: "default" 0.0;
803 rel1 {relative: 0.0 0.0; offset: 5 0; to: "bg_image";}
804 rel2 {relative: 1.0 1.0; offset: -6 -1; to: "bg_image";}
811 signal: "elm,state,default";
813 action: STATE_SET "default" 0.0;
818 signal: "elm,state,large";
820 action: STATE_SET "large" 0.0;
825 signal: "elm,state,small";
827 action: STATE_SET "small" 0.0;
832 signal: "elm,state,left";
834 action: STATE_SET "left" 0.0;
839 signal: "elm,state,right";
841 action: STATE_SET "right" 0.0;
848 name: "elm/controlbar/background/naviframe";
857 state: "default" 0.0;
858 rel1 {relative: 0.0 0.0; offset: 0 0;}
859 rel2 {relative: 1.0 1.0; offset: -1 -1;}
860 color: 255 255 255 0;
864 inherit: "default" 0.0;
867 state: "tabbar_left" 0.0;
868 inherit: "default" 0.0;
871 state: "tabbar_right" 0.0;
872 inherit: "default" 0.0;
879 signal: "elm,state,tabbar";
881 action: STATE_SET "tabbar" 0.0;
886 signal: "elm,state,toolbar";
888 action: STATE_SET "default" 0.0;
892 name: "tabbar_left_bg";
893 signal: "elm,state,tabbar_left";
895 action: STATE_SET "tabbar_left" 0.0;
899 name: "tabbar_right_bg";
900 signal: "elm,state,tabbar_right";
902 action: STATE_SET "tabbar_right" 0.0;
909 name: "elm/controlbar/item_bg/naviframe";
911 image: "00_winset_tabbar_press.png" COMP;
912 image: "00_winset_tabbar_press_left.png" COMP;
913 image: "00_winset_tabbar_press_right.png" COMP;
914 image: "00_winset_toolbar_press.png" COMP;
915 image: "00_winset_tabbar_focus.png" COMP;
916 image: "00_winset_tabbar_focus_left.png" COMP;
917 image: "00_winset_tabbar_focus_right.png" COMP;
927 state: "default" 0.0;
929 rel1 {relative: 0.0 0.0; offset: 0 0;}
930 rel2 {relative: 1.0 1.0; offset: -1 -1;}
940 state: "default" 0.0;
942 rel1 {relative: 0.0 0.0; offset: 0 0;}
943 rel2 {relative: 1.0 1.0; offset: -1 -1;}
946 state: "pressed" 0.0;
947 inherit: "default" 0.0;
948 image.normal: "00_winset_tabbar_press.png";
949 image.border: 2 2 3 2;
950 color: 255 255 255 50;
954 state: "pressed_left" 0.0;
955 inherit: "default" 0.0;
956 image.normal: "00_winset_tabbar_press_left.png";
957 image.border: 2 3 2 2;
958 color: 255 255 255 50;
962 state: "pressed_right" 0.0;
963 inherit: "default" 0.0;
964 image.normal: "00_winset_tabbar_press_right.png";
965 image.border: 3 2 2 2;
966 color: 255 255 255 50;
970 state: "focused" 0.0;
971 inherit: "default" 0.0;
972 image.normal: "00_winset_tabbar_focus.png";
973 image.border: 2 2 3 2;
977 state: "focused_left" 0.0;
978 inherit: "default" 0.0;
979 image.normal: "00_winset_tabbar_focus_left.png";
980 image.border: 2 3 2 2;
984 state: "focused_right" 0.0;
985 inherit: "default" 0.0;
986 image.normal: "00_winset_tabbar_focus_right.png";
987 image.border: 3 2 2 2;
991 state: "toolbar_pressed" 0.0;
992 inherit: "default" 0.0;
993 rel1 {relative: 0.0 0.07; offset: 3 0;}
994 rel2 {relative: 1.0 0.93; offset: -3 0;}
995 image.normal: "00_winset_toolbar_press.png";
996 image.border: 3 3 3 3;
1006 state: "default" 0.0;
1008 rel1 {relative: 0.0 0.0; offset: 0 5;}
1009 rel2 {relative: 0.0 1.0; offset: 1 -3;}
1010 color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
1014 inherit: "default" 0.0;
1024 state: "default" 0.0;
1026 rel1 {relative: 1.0 0.0; offset: -1 5;}
1027 rel2 {relative: 1.0 1.0; offset: 0 -3;}
1028 color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
1032 inherit: "default" 0.0;
1042 state: "default" 0.0;
1044 rel1 {relative: 0.0 0.0; offset: 5 0;}
1045 rel2 {relative: 1.0 0.0; offset: -5 1;}
1046 color: CONTROLBAR_SEPARATEBAR_BRIGHT_COLOR_INC;
1050 inherit: "default" 0.0;
1055 name: "bottom_line";
1060 state: "default" 0.0;
1062 rel1 {relative: 0.0 1.0; offset: 5 -1;}
1063 rel2 {relative: 1.0 1.0; offset: -5 0;}
1064 color: CONTROLBAR_SEPARATEBAR_DARK_COLOR_INC;
1068 inherit: "default" 0.0;
1078 state: "default" 0.0;
1079 rel1 {to: "bg_rect"; offset: 5 0;}
1080 rel2 {to: "bg_rect"; offset: -6 0;}
1087 signal: "elm,state,selected";
1089 action: STATE_SET "focused" 0.0;
1093 name: "selected_left";
1094 signal: "elm,state,selected_left";
1096 action: STATE_SET "focused_left" 0.0;
1100 name: "selected_right";
1101 signal: "elm,state,selected_right";
1103 action: STATE_SET "focused_right" 0.0;
1108 signal: "elm,state,pressed";
1110 action: STATE_SET "pressed" 0.0;
1114 name: "pressed_left";
1115 signal: "elm,state,pressed_left";
1117 action: STATE_SET "pressed_left" 0.0;
1121 name: "pressed_right";
1122 signal: "elm,state,pressed_right";
1124 action: STATE_SET "pressed_right" 0.0;
1128 name: "toolbar_pressed";
1129 signal: "elm,state,toolbar_pressed";
1131 action: STATE_SET "toolbar_pressed" 0.0;
1136 signal: "elm,state,unselected";
1138 action: STATE_SET "default" 0.0;
1143 signal: "elm,state,unpressed";
1145 action: STATE_SET "default" 0.0;
1149 name: "left_line_show";
1150 signal: "elm,state,left_line_show";
1152 action: STATE_SET "show" 0.0;
1153 target: "left_line";
1156 name: "left_line_hide";
1157 signal: "elm,state,left_line_hide";
1159 action: STATE_SET "default" 0.0;
1160 target: "left_line";
1163 name: "right_line_show";
1164 signal: "elm,state,right_line_show";
1166 action: STATE_SET "show" 0.0;
1167 target: "right_line";
1170 name: "right_line_hide";
1171 signal: "elm,state,right_line_hide";
1173 action: STATE_SET "default" 0.0;
1174 target: "right_line";
1177 name: "top_line_show";
1178 signal: "elm,state,top_line_show";
1180 action: STATE_SET "show" 0.0;
1184 name: "top_line_hide";
1185 signal: "elm,state,top_line_hide";
1187 action: STATE_SET "default" 0.0;
1191 name: "bottom_line_show";
1192 signal: "elm,state,bottom_line_show";
1194 action: STATE_SET "show" 0.0;
1195 target: "bottom_line";
1198 name: "bottom_line_hide";
1199 signal: "elm,state,bottom_line_hide";
1201 action: STATE_SET "default" 0.0;
1202 target: "bottom_line";