Task TT-75 Implement "Main page loading UI" view
[profile/tv/apps/web/browser.git] / services / SimpleUI / edc / RightButtonBar.edc
1 #include "ImageButton.edc"
2 #include "Spacer.edc"
3 collections {
4 FOUR_STATE_IMAGE_BUTTON("browser/toolbar_tab", 82, 102, "btn_bar_manager_nor.png")
5 FOUR_STATE_IMAGE_BUTTON("browser/toolbar_setting", 82, 102, "btn_bar_more_nor.png")
6     group {
7         name: "right_button_bar";
8         parts {
9             part { name: "tab_button";
10                 type : SWALLOW;
11                 scale: 1;
12                 description {
13                     state: "default" 0.0;
14                     visible: 1;
15                     fixed: 1 1;
16                     align: 0.0 0.0;
17                     min: 70 70;
18                     max: 70 70;
19                     rel1 { relative: 0.0 0.0; }
20                     rel2 { relative: 0.0 0.0; }
21                 }
22                 description {
23                     state: "hidden" 0.0;
24                     inherit: "default" 0.0;
25                     visible: 0;
26                 }
27                 description {
28                     state: "visible" 0.0;
29                     inherit: "default" 0.0;
30                     visible: 1;
31                 }
32             }
33             part { name: "tabs_number";
34                 type: TEXT;
35                 scale: 1;
36                 repeat_events: 1;
37                 description{
38                     state: "default" 0.0;
39                     visible: 1;
40                     fixed: 1 1;
41                     align: 0.0 0.0;
42                     min: 70 70;
43                     max: 70 70;
44                     color: 86 86 86 255;
45                     rel1 { relative: 0.0 0.0; to: "tab_button"; offset: 5 13; }
46                     rel2 { relative: 1.0 1.0; to: "tab_button"; }
47                     text {
48                         text: "";
49                         font: "Tizen:style=Bold";
50                         size: 19;
51                         align: 0.5 0.5;
52                     }
53                 }
54             }
55             ADD_SPACER("spacer_1", "tab_button", 10, 70)
56             part { name: "setting_button";
57                 type : SWALLOW;
58                 scale: 1;
59                 description {
60                     state: "default" 0.0;
61                     visible: 1;
62                     fixed: 1 1;
63                     align: 0.0 0.0;
64                     min: 70 70;
65                     max: 70 70;
66                     fixed: 1 1;
67                     rel1 { relative: 1.0 0.0; to: "spacer_1"; }
68                     rel2 { relative: 0.0 0.0; }
69                 }
70                 description {
71                     state: "hidden" 0.0;
72                     inherit: "default" 0.0;
73                     visible: 0;
74                 }
75                 description {
76                     state: "visible" 0.0;
77                     inherit: "default" 0.0;
78                     visible: 1;
79                 }
80             }
81         }
82     }
83 }