tizen 2.4 release
[apps/home/ug-lockscreen-setting-efl.git] / ug-lockscreen-setting-efl / res / edje / lockscreen-options-shortcuts.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 styles {
20         style {
21                 name: "style_help";
22                 base: "font=Tizen:style=medium text_class=tizen font_size=32 align=center color=#6e6f76ff wrap=mixed";
23                 tag: "br" "\n";
24                 tag: "hilight" "+ color=#ffff";
25                 tag: "b" "+ color=#ffff";
26                 tag: "tab" "\t";
27         }
28         style {
29                 name: "style_title";
30                 base: "font=Tizen:style=medium text_class=tizen font_size=40 align=center color=#000000ff wrap=mixed";
31                 tag: "br" "\n";
32                 tag: "hilight" "+ color=#ffff";
33                 tag: "b" "+ color=#ffff";
34                 tag: "tab" "\t";
35         }
36         style {
37                 name: "style_title_help";
38                 base: "font=Tizen:style=medium text_class=tizen font_size=32 align=center color=#7C7C7Cff wrap=mixed";
39                 tag: "br" "\n";
40                 tag: "hilight" "+ color=#ffff";
41                 tag: "b" "+ color=#ffff";
42                 tag: "tab" "\t";
43         }
44 }
45
46 group{
47         name: "lockscreen.options.shortcuts";
48         parts{
49                 part{
50                         name: "bg";
51                         type: RECT;
52                         scale: 1;
53                         description{
54                                 state: "default" 0.0;
55                                 visible: 0;
56                                 rel1 { relative: 0.0 0.0; }
57                                 rel2 { relative: 1.0 1.0; }
58                         }
59                 }
60                 part{
61                         name: "sw.submenu";
62                         type: SWALLOW;
63                         scale: 1;
64                         description{
65                                 state: "default" 0.0;
66                                 rel1 { relative: 0.0 0.0; to: "bg"; }
67                                 rel2 { relative: 1.0 0.3; to: "bg"; }
68                         }
69                 }
70                 part{
71                         name: "sw.content";
72                         type: SWALLOW;
73                         scale: 1;
74                         description{
75                                 state: "default" 0.0;
76                                 visible: 0;
77                                 rel1 { relative: 0.0 0.3; to: "bg"; }
78                                 rel2 { relative: 1.0 1.0; to: "bg"; }
79                         }
80                         description{
81                                 state: "shown" 0.0;
82                                 visible: 1;
83                                 rel1 { relative: 0.0 0.3; to: "bg"; }
84                                 rel2 { relative: 1.0 1.0; to: "bg"; }
85                         }
86                 }
87         }
88         programs{
89                 PROG_PART_HIDE_SHOW("sw.content");
90         }
91 }
92
93 group{
94         name: "lockscreen.options.shortcuts.main";
95         parts{
96                 part{
97                         name: "background";
98                         type: RECT;
99                         scale: 1;
100                         description{
101                                 state: "default" 0.0;
102                                 visible: 0;
103                                 rel1 { relative: 0.0 0.0; }
104                                 rel2 { relative: 1.0 1.0; }
105                         }
106                 }
107                 part{
108                         name: "txt.shortcuts.help.title";
109                         type: TEXTBLOCK;
110                         scale: 1;
111                         description{
112                                 state: "default" 0.0;
113                                 fixed: 1 1;
114                                 rel1 { relative: 0.0 0.03; to: "background"; }
115                                 rel2 { relative: 1.0 0.15; to: "background"; }
116                                 text {
117                                         style: "style_title";
118                                 }
119                         }
120                 }
121                 part{
122                         name: "txt.shortcuts.help.title_tts";
123                         type: RECT;
124                         repeat_events: 1;
125                         description{
126                                 state: "default" 0.0;
127                                 fixed: 1 1;
128                                 rel1 { relative: 0.0 0.04; to: "background"; }
129                                 rel2 { relative: 1.0 0.12; to: "background"; }
130                                 color: 0 0 0 0;
131                         }
132                 }
133                 part{
134                         name: "txt.shortcuts.help.contents";
135                         type: TEXTBLOCK;
136                         scale: 1;
137                         description{
138                                 state: "default" 0.0;
139                                 fixed: 1 1;
140                                 rel1 { relative: 0.0 0.13; to: "background"; }
141                                 rel2 { relative: 1.0 0.23; to: "background"; }
142                                 text {
143                                         style: "style_title_help";
144                                 }
145                         }
146                 }
147                 part{
148                         name: "txt.shortcuts.help.contents_tts";
149                         type: RECT;
150                         repeat_events: 1;
151                         description{
152                                 state: "default" 0.0;
153                                 fixed: 1 1;
154                                 rel1 { relative: 0.0 0.12; to: "background"; }
155                                 rel2 { relative: 1.0 0.18; to: "background"; }
156                                 color: 0 0 0 0;
157                         }
158                 }
159                 part{
160                         name: "shortcuts.gengrid";
161                         type: SWALLOW;
162                         scale: 1;
163                         description{
164                                 state: "default" 0.0;
165                                 rel1 { relative: 0.0 0.27; to: "background"; }
166                                 rel2 { relative: 1.0 0.8; to: "background"; }
167                         }
168                 }
169         }
170 }
171
172 group{
173         name: "lockscreen.options.shortcuts.edit";
174         parts{
175                 part{
176                         name: "background";
177                         type: RECT;
178                         scale: 1;
179                         description{
180                                 state: "default" 0.0;
181                                 visible: 0;
182                                 rel1 { relative: 0.0 0.0; }
183                                 rel2 { relative: 1.0 1.0; }
184                         }
185                 }
186                 part{
187                         name: "txtblock.shortcuts.edit.help.title";
188                         type: TEXTBLOCK;
189                         scale: 1;
190                         mouse_events: 0;
191                         description{
192                                 state: "default" 0.0;
193                                 rel1{
194                                         relative : 0.05 0.0;
195                                         to: "background";
196                                 }
197                                 rel2{
198                                         relative: 0.95 0.25;
199                                         to: "background";
200                                 }
201                                 text{
202                                         style: style_help;
203                                         align : 0.0 0.5;
204                                 }
205                         }
206                 }
207                 part{
208                         name: "txt.shortcuts.edit.help.title_tts";
209                         type: RECT;
210                         repeat_events: 1;
211                         description{
212                                 state: "default" 0.0;
213                                 fixed: 1 1;
214                                 rel1 { relative: 0.0 0.00; to: "background"; }
215                                 rel2 { relative: 1.0 0.25; to: "background"; }
216                                 color: 0 0 0 0;
217                         }
218                 }
219                 part{
220                         name: "shortcuts.gengrid";
221                         type: SWALLOW;
222                         scale: 1;
223                         description{
224                                 state: "default" 0.0;
225                                 min: 1 188;
226                                 max: 1280 188;
227                                 align: 0.5 0.0;
228                                 rel1 { relative: 0.0 0.27; to: "background"; }
229                                 rel2 { relative: 1.0 0.80; to: "background"; }
230                         }
231                 }
232         }
233 }