533b7af5baf642fcd7899d69106adc953063bb80
[platform/core/security/ode.git] / tools / apps / ode / res / edc_resource / entry-popup.edc
1 /*
2  * Copyright (c) 2017 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 group { "entry_popup";
19         parts {
20                 rect { "bg";
21                         scale: 1;
22                         desc { "default";
23                                 min: 420 220;
24                                 max: 420 220;
25                                 rel1 {relative: 0.0 0.0;}
26                                 rel2 {relative: 1.0 1.0;}
27                                 visible: 0;
28                                 fixed: 0 0;
29                         }
30                 }
31                 swallow { "title";
32                         scale: 1;
33                         desc { "default";
34                                 visible: 1;
35                                 align: 0.5 0.5;
36                                 rel1 {relative: 0.0 0.0; offset: 22 22; to: "bg";}
37                                 rel2 {relative: 1.0 0.0; offset: -22 82; to: "bg";}
38                         }
39                 }
40                 rect { "entry_bg_separator";
41                         scale: 1;
42                         desc { "default";
43                                 align: 0.5 0.5;
44                                 color: 7 180 211 250;
45                                 rel1 {relative: 0.0 1.0; offset: 0 22; to: "title";}
46                                 rel2 {relative: 1.0 1.0; offset: 0 82; to: "title";}
47                         }
48                 }
49                 rect { "entry_bg";
50                         scale: 1;
51                         desc { "default";
52                                 align: 0.5 0.5;
53                                 rel1 {relative: 0.0 0.0; offset: 2 2; to: "entry_bg_separator";}
54                                 rel2 {relative: 1.0 1.0; offset: -2 -2; to: "entry_bg_separator";}
55                         }
56                 }
57                 swallow { "entry";
58                         scale: 1;
59                         desc { "default";
60                                 visible: 1;
61                                 align: 0.5 0.5;
62                                 rel1 {relative: 0.0 0.0; to: "entry_bg";}
63                                 rel2 {relative: 1.0 1.0; to: "entry_bg";}
64                         }
65                 }
66                 swallow { "content";
67                         scale: 1;
68                         desc { "default";
69                                 visible: 1;
70                                 align: 0.5 0.5;
71                                 rel1 {relative: 0.0 1.0; offset: 0 22; to: "entry_bg_separator";}
72                                 rel2 {relative: 1.0 1.0; offset: -22 0; to: "bg";}
73                         }
74                 }
75         }
76 }