tizen 2.4 release
[framework/uifw/elementary.git] / data / themes / edc / preview.edc
1 group { name: "e/widgets/preview";
2    images.image: "inset_shadow.png" COMP;
3    images.image: "bevel_in.png" COMP;
4    parts {
5       part { name: "bg"; type: RECT;
6          description { state: "default" 0.0;
7             rel1.to: "e.swallow.content";
8             rel2.to: "e.swallow.content";
9             color: 64 64 64 255;
10          }
11       }
12       part { name: "clipper"; type: RECT;
13          description { state: "default" 0.0;
14             rel1.to: "e.swallow.content";
15             rel2.to: "e.swallow.content";
16          }
17       }
18       part { name: "e.swallow.content"; type: SWALLOW;
19          clip_to: "clipper";
20          description { state: "default" 0.0;
21             rel1.offset: 1 1;
22             rel2.offset: -2 -2;
23          }
24       }
25       part { name: "shadow"; mouse_events: 0;
26          description { state: "default" 0.0;
27             image.normal: "inset_shadow.png";
28             image.border: 5 5 7 3;
29             image.middle: 0;
30             rel1.to: "bg";
31             rel2.to: "bg";
32             fill.smooth: 0;
33             color: 255 255 255 128;
34          }
35       }
36       part { name: "inset"; mouse_events: 0;
37          description { state: "default" 0.0;
38             image.normal: "bevel_in.png";
39             image.border: 1 1 1 1;
40             image.middle: 0;
41             rel1.to: "bg";
42             rel1.offset: -1 -1;
43             rel2.to: "bg";
44             rel2.offset: 0 0;
45             fill.smooth: 0;
46          }
47       }
48    }
49 }