Flora license update
[apps/core/preloaded/ug-camera-efl.git] / edc / cam_setting_popup_layout.edc
1 /*\r
2  * Copyright 2012  Samsung Electronics Co., Ltd\r
3  *\r
4  * Licensed under the Flora License, Version 1.1 (the "License");\r
5  * you may not use this file except in compliance with the License.\r
6  * You may obtain a copy of the License at\r
7  *\r
8  *        http://floralicense.org/license/\r
9  *\r
10  * Unless required by applicable law or agreed to in writing, software\r
11  * distributed under the License is distributed on an "AS IS" BASIS,\r
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  * See the License for the specific language governing permissions and\r
14  * limitations under the License.\r
15  */\r
16 \r
17 \r
18 #include "cam_funcs.edc"\r
19 #include "../include/edc_image_name.h"\r
20 #include "cam_setting_popup_layout_inc.edc"\r
21 \r
22 #define SETTING_POPUP_WIDTH 550\r
23 #define SETTING_POPUP_HEIGHT 661\r
24 \r
25 images {\r
26         image: CTXPOPUP_BG_IMAGE COMP;\r
27 }\r
28 \r
29 collections {\r
30         group {\r
31                 name:"camera/setting/popup/area/toolbar";\r
32                 min: MAIN_W MAIN_H;\r
33                 parts {\r
34                         part { name: "setting_popup";\r
35                                 type: SWALLOW;\r
36                                 repeat_events: 0;\r
37                                 description{
38                                         state:"default" 0.0;
39                                         rel1{ relative: ((TOOLBAR_W+20)/MAIN_W) 0.0;}
40                                         rel2{ relative: ((MAIN_W-TOOLBAR_W-20)/MAIN_W) 1.0;}
41                                 }
42                         }\r
43                 }\r
44         }\r
45 \r
46         CAMERA_SETTING_POPUP_GROUP_LAYOUT("toolbar", SETTING_POPUP_WIDTH, SETTING_POPUP_HEIGHT)\r
47 }\r
48 \r
49 \r
50 \r