Updating INI configuration file to work with most cameras.
[profile/ivi/camera.git] / edc / style_ctxpopup_camera.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 collections {
20
21         group { name: "camera_ev";
22
23                 parts {
24                         part {
25                                 name: "elm.swallow.title";
26                                 type:  TEXT;
27                                 mouse_events:  0;
28                                 scale: 1;
29                                 description {
30                                         state: "default" 0.0;
31                                         min: 1 58;
32                                         max: 999999 36;
33                                         fixed: 0 1;
34                                         align: 0.5 0;
35                                         text {
36                                                 font: "SLP:style=Helveca";
37                                                 size: 30;
38                                                 align: 0.5 0.5;
39                                                 min: 1 1;
40                                                 text: "Shooting mode";
41                                         }
42                                 }
43                         }
44                         part {
45                                 name: "title_line";
46                                 type: RECT;
47                                 scale: 1;
48                                 mouse_events: 0;
49                                 description {
50                                         min: 1 1;
51                                         max: 999999 1;
52                                         rel1 {to:"elm.swallow.title"; relative: 0 1;}
53                                         align: 0.5 0;
54                                         fixed: 0 1;
55                                 }
56                         }
57                         part {
58                                 name: "left_top_padding";
59                                 mouse_events: 0;
60                                 scale: 1;
61                                 description {
62                                         min: 8 8;
63                                         max: 8 8;
64                                         rel1 {to:"title_line"; relative: 0 1;}
65                                         align: 0 0;
66                                         visible: 0;
67                                 }
68                         }
69                         part {
70                                 name: "elm.swallow.slider";
71                                 type: SWALLOW;
72                                 scale: 1;
73                                 description {
74                                         color:0 0 0 255;
75                                         rel1 { to: "left_top_padding";  relative: 1 1;}
76                                         rel2 { to: "right_bottom_padding"; relative: 0 0;}
77                                 }
78                         }
79                         part {
80                                 name: "right_bottom_padding";
81                                 mouse_events: 0;
82                                 scale: 1;
83                                 description {
84                                         min: 8 8;
85                                         max: 8 8;
86                                         align: 1 1;
87                                         visible: 0;
88                                 }
89                         }
90                 }
91         }
92
93
94         group { name: "camera_guide_screen";
95
96                 parts {
97                         part {
98                                 name: "left_top_padding";
99                                 mouse_events: 0;
100                                 scale: 1;
101                                 description {
102                                         min: 5 5;
103                                         max: 5 5;
104                                         align: 0 0;
105                                         visible: 0;
106                                 }
107                         }
108                         part {
109                                 name: "elm.swallow.txt";
110                                 type: SWALLOW;
111                                 scale: 1;
112                                 mouse_events: 0;
113                                 description {
114                                         rel1 { to: "left_top_padding";  relative: 1 1;}
115                                         rel2 { to: "right_bottom_padding"; relative: 0 0;}
116                                 }
117                         }
118                         part {
119                                 name: "right_bottom_padding";
120                                 mouse_events: 0;
121                                 scale: 1;
122                                 description {
123                                         min: 5 5;
124                                         max: 5 5;
125                                         align: 1 1;
126                                         visible: 0;
127                                 }
128                         }
129                 }
130         }
131 }
132