fae85c64a4d892b446c58fa69ef47fb7b067d371
[apps/core/preloaded/ug-image-viewer-efl.git] / main / layout / ivug-base.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.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
7  *
8  *        http://www.tizenopensource.org/license
9  *
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.
15  */
16
17
18 collections {
19         group {
20                 name: "ivug_base";
21                 parts {
22                         part {
23                                 name: "indication";
24                                 type: RECT;
25                                 scale: 1;
26                                 description {
27                                         state: "default" 0.0;
28                                         rel1 { relative: 0.0 0.0; }
29                                         rel2 { relative: 1.0 0.0; }
30                                         min: 0 0;
31                                         fixed: 0 1;
32                                         align: 0.5 0.0;
33                                         visible: 0;
34                                 }
35                         }
36
37                         part {
38                                 name: "clip";
39                                 type: RECT;
40                                 scale: 1;
41                                 description {
42                                         state: "default" 0.0;
43                                         rel1 { relative: 0.0 1.0;  to_y: "indication";}
44                                         rel2 { relative: 1.0 1.0; }
45                                 }
46                         }
47                         part {
48                                 name: "elm.swallow.content";
49                                 type: SWALLOW;
50                                 mouse_events: 1;
51                                 repeat_events: 0;
52                                 scale: 1;
53                                 clip_to: "clip";
54                                 description {
55                                         rel1.to: "clip";
56                                         rel2.to: "clip";
57                                 }
58                         }
59                 }
60         }
61 }