Code sync
[apps/native/starter.git] / lock-setting / lockscreen-options / res / edje / lockscreen-options-thumbnail.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
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                         scale: 1;
32                         description{
33                                 state: "default" 0.0;
34                                 visible: 1;
35                                 rel1 { relative: 0.0 0.0; }
36                                 rel2 { relative: 1.0 1.0; }
37                                 color: 0 0 0 0;
38                         }
39                 }
40                 part{
41                         name: "elm.swallow.contents";
42                         type: SWALLOW;
43                         repeat_events: 1;
44                         scale: 1;
45                         description{
46                                 state: "default" 0.0;
47                                 rel1 {relative: 0.0 0.0; to: "background";}
48                                 rel2 {relative: 1.0 1.0; to: "background";}
49                         }
50                 }
51                 part{
52                         name: "elm.swallow.button";
53                         type: SWALLOW;
54                         repeat_events: 0;
55                         scale: 1;
56                         description{
57                                 state: "default" 0.0;
58                                 fixed: 1 1;
59                                 rel1 {relative: 0.0 0.0; to: "background";}
60                                 rel2 {relative: 0.45 0.45; to: "background";}
61                         }
62                 }
63         }
64         programs{
65         }
66 }