tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / thumbnail_view.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  */
11 group {
12         name: "thumbnail_page";
13         parts {
14                 part {
15                         name: "bg";
16                         type: RECT;
17                         scale: 1;
18                         description {
19                                 min: 180 480;
20                                 max: 180 480;
21                                 state: "default" 0.0;
22                                 color: 0 0 0 255;
23                         }
24                 }
25                 part {
26                         name: "thumb1";
27                         type: SWALLOW;
28                         scale: 1;
29                         description {
30                                 state: "default" 0.0;
31                                 min: 180 240;
32                                 rel1 {relative: 0.0 0.0; to: "bg";}
33                                 rel2 {relative: 1.0 0.5; to: "bg";}
34                                 align: 0.5 0.5;
35                         }
36                 }
37                 part {
38                         name: "thumb2";
39                         type: SWALLOW;
40                         scale: 1;
41                         description {
42                                 state: "default" 0.0;
43                                 min: 180 240;
44                                 rel1 {relative: 0.0 0.5; to: "bg";}
45                                 rel2 {relative: 1.0 1.0; to: "bg";}
46                                 align: 0.5 0.5;
47                         }
48                 }
49         }
50 }
51
52 group {
53         name: "thumbnail";
54         parts {
55                 part {
56                         name: "thumb_bg";
57                         type: RECT;
58                         scale: 1;
59                         description {
60                                 state: "default" 0.0;
61                                 max: 177 237;
62                                 min: 177 237;
63                                 rel1.relative: 0.0 0.0;
64                                 rel2.relative: 1.0 1.0;
65                                 color: 255 255 255 255;
66                         }
67                         description {
68                                 state: "white" 0.0;
69                                 max: 177 237;
70                                 min: 177 237;
71                                 rel1.relative: 0.0 0.0;
72                                 rel2.relative: 1.0 1.0;
73                                 color: 255 255 255 255;
74                         }
75                 }
76                 part {
77                         name: "thumb_inner_bg";
78                         type: RECT;
79                         scale: 1;
80                         description {
81                                 state: "default" 0.0;
82                                 max: 175 235;
83                                 min: 175 235;
84                                 rel1.relative: 0.0 0.0;
85                                 rel2.relative: 1.0 1.0;
86                                 color: 0 0 0 255;
87                         }
88                 }
89                 part {
90                         name: "thumb";
91                         type: SWALLOW;
92                         scale: 1;
93                         description {
94                                 state: "default" 0.0;
95                                 max: 175 235;
96                                 min: 175 235;
97                                 rel1 {relative: 0.0 0.0; to: "thumb_bg"; offset: 1 1;}
98                                 rel2 {relative: 1.0 1.0; to: "thumb_bg"; offset: -1 -1;}
99                         }
100                 }
101                 part {
102                         name: "thumb_btn";
103                         type: SWALLOW;
104                         scale: 1;
105                         description {
106                                 state: "default" 0.0;
107                                 max: 70 70;
108                                 min: 70 70;
109                                 rel1.relative: 0.0 0.0;
110                                 rel2.relative: 1.0 1.0;
111                         }
112                 }
113                 part {
114                         name: "thumb_op";
115                         type: RECT;
116                         mouse_events: 0;
117                         scale: 1;
118                         description {
119                                 state: "default" 0.0;
120                                 rel1.relative: 0.0 0.0;
121                                 rel2.relative: 1.0 1.0;
122                                 color: 0 0 0 0;
123                         }
124                         description {
125                                 state: "opacity" 0.0;
126                                 rel1.relative: 0.0 0.0;
127                                 rel2.relative: 1.0 1.0;
128                                 color_class: "AO0161D";
129                         }
130                 }
131                 part {
132                         name: "thumb_select";
133                         type: SWALLOW;
134                         scale: 1;
135                         description {
136                                 state: "default" 0.0;
137                                 max: 177 237;
138                                 min: 177 237;
139                                 rel1.relative: 0.0 0.0;
140                                 rel2.relative: 1.0 1.0;
141                         }
142                 }
143         }
144
145         programs {
146                 program {
147                         name: "thumb_bg,default";
148                         signal: "thumb_bg,default";
149                         source: "thumb_bg";
150                         action: STATE_SET default"" 0.0;
151                         target: "thumb_bg";
152                 }
153                 program {
154                         name: "thumb_bg,white";
155                         signal: "thumb_bg,white";
156                         source: "thumb_bg";
157                         action: STATE_SET "white" 0.0;
158                         target: "thumb_bg";
159                 }
160                 program {
161                         name: "thumbnail,opacity";
162                         signal: "thumbnail,opacity";
163                         source: "thumb_op";
164                         action: STATE_SET "opacity" 0.0;
165                         target: "thumb_op";
166                 }
167                 program {
168                         name: "thumbnail,default";
169                         signal: "thumbnail,default";
170                         source: "thumb_op";
171                         action: STATE_SET "default" 0.0;
172                         target: "thumb_op";
173                 }
174         }
175 }
176