tizen 2.4 release
[apps/home/ug-lockscreen-setting-efl.git] / ug-lockscreen-setting-efl / res / edje / lockscreen-options-thumbnail.edc
1 /*
2  * Copyright (c) 2009 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
3  *
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
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
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
19 group{
20         images{
21                 image: "icon_delete.png" COMP;
22                 image: "icon_delete_press.png" COMP;
23         }
24
25         name: "lockscreen.options.shortcuts.thumbnail.main";
26         parts{
27                 part{
28                         name: "background";
29                         type: RECT;
30                         mouse_events: 1;
31                         repeat_events: 1;
32                         scale: 1;
33                         description{
34                                 state: "default" 0.0;
35                                 visible: 1;
36                                 rel1 { relative: 0.0 0.0; }
37                                 rel2 { relative: 1.0 1.0; }
38                                 color: 0 0 0 0;
39                         }
40                 }
41                 //FOCUS_OBJECT("background");
42                 part{
43                         name: "elm.swallow.contents";
44                         type: SWALLOW;
45                         mouse_events: 1;
46                         repeat_events: 1;
47                         scale: 1;
48                         description{
49                                 state: "default" 0.0;
50                                 rel1 {relative: 0.18 0.18; to: "background";}
51                                 rel2 {relative: 0.82 0.82; to: "background";}
52                         }
53                 }
54                 //FOCUS_OBJECT("elm.swallow.contents");
55                 part{
56                         name: "elm.swallow.button";
57                         type: SWALLOW;
58                         repeat_events: 0;
59                         scale: 1;
60                         description{
61                                 state: "default" 0.0;
62                                 fixed: 1 1;
63                                 rel1 {relative: 0.1 0.1; to: "background";}
64                                 rel2 {relative: 0.4 0.4; to: "background";}
65                         }
66                 }
67                 FOCUS_OBJECT("elm.swallow.button");
68         }
69         programs{
70         }
71 }