Code sync
[apps/native/starter.git] / lock-setting / lockscreen-options / res / edje / lockscreen-options-shortcuts.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          name: "lockscreen.options.shortcuts.main";
21          parts{
22                  part{
23                          name: "background";
24                          type: RECT;
25                          scale: 1;
26                          description{
27                                  state: "default" 0.0;
28                                  visible: 0;
29                                  rel1 { relative: 0.0 0.0; }
30                                  rel2 { relative: 1.0 1.0; }
31                          }
32                  }
33                  part{
34                          name: "shortcuts.help.title";
35                          type: SWALLOW;
36                          scale: 1;
37                          description{
38                                  state: "default" 0.0;
39                                  align: 0.5 0.0;
40                                  min: 0 40;
41                                  rel1 { relative: 0.0 0.08; to: "background"; }
42                                  rel2 { relative: 1.0 0.08; to: "background"; }
43                          }
44                  }
45                 part{
46                          name: "blank.rect1";
47                          type: RECT;
48                          scale: 1;
49                          description{
50                                  state: "default" 0.0;
51                                  visible: 0;
52                                  min: 0 40;
53                                  rel1 { relative: 0.0 1.0; to: "shortcuts.help.title"; }
54                                  rel2 { relative: 1.0 1.0; to: "shortcuts.help.title"; }
55                          }
56                  }
57                  part{
58                          name: "shortcuts.help.contents";
59                          type: SWALLOW;
60                          scale: 1;
61                          description{
62                                  state: "default" 0.0;
63                                  align: 0.5 0.0;
64                                  min: 0 80;
65                                  rel1 { relative: 0.0 1.0; to: "blank.rect1"; }
66                                  rel2 { relative: 1.0 1.0; to: "blank.rect1"; }
67                          }
68                  }
69                 part{
70                          name: "blank.rect2";
71                          type: RECT;
72                          scale: 1;
73                          description{
74                                  state: "default" 0.0;
75                                  visible: 0;
76                                  min: 0 100;
77                                  rel1 { relative: 0.0 1.0; to: "shortcuts.help.contents"; }
78                                  rel2 { relative: 1.0 1.0; to: "shortcuts.help.contents"; }
79                          }
80                  }
81                 part{
82                          name: "shortcuts.edit.help.title";
83                          type: SWALLOW;
84                          scale: 1;
85                          description{
86                                  state: "default" 0.0;
87                                  align: 0.5 0.0;
88                                  min: 0 40;
89                                  rel1 { relative: 0.0 0.14; to: "background"; }
90                                  rel2 { relative: 1.0 0.14; to: "background"; }
91                          }
92                  }
93                 part{
94                          name: "blank.rect3";
95                          type: RECT;
96                          scale: 1;
97                          description{
98                                  state: "default" 0.0;
99                                  visible: 0;
100                                  min: 0 40;
101                                  rel1 { relative: 0.0 1.0; to: "shortcuts.edit.help.title"; }
102                                  rel2 { relative: 1.0 1.0; to: "shortcuts.edit.help.title"; }
103                          }
104                  }
105                  part{
106                          name: "shortcuts.gengrid";
107                          type: SWALLOW;
108                          scale: 1;
109                          description{
110                                  state: "default" 0.0;
111                                  rel1 { relative: 0.0 1.0; to: "blank.rect2"; }
112                                  rel2 { relative: 1.0 1.0; to: "background"; }
113                          }
114                  }
115          }
116  }