Add create/destroy in krate-admin-cli
[platform/core/security/krate.git] / tools / apps / setup-wizard / res / edje / welcome.edc
1 /*
2  * Tizen Krate Setup-Wizard Layout
3  *
4  * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  *
18  */
19 group { name: "welcome_layout";
20         images {
21                 image: "../images/icon.png" COMP;
22                 image: "../images/theme_bg.png" COMP;
23         }
24         parts {
25                 part { name: "bg1";
26                         type: RECT;
27                         scale: 1;
28                         description { state: "default" 0.0;
29                                 color: 55 166 184 255;
30                                 rel1 { relative: 0.0 0.0; }
31                                 rel2 { relative: 1.0 1.0; }
32                         }
33                 }
34                 part { name: "bg2";
35                         type: RECT;
36                         scale: 1;
37                         description { state: "default" 0.0;
38                                 color: 0 0 0 25;
39                                 rel1 { relative: 0.0 0.0; to: "bg1";}
40                                 rel2 { relative: 1.0 1.0; to: "bg1";}
41                         }
42                 }
43                 part { name: "bg_top_padding";
44                         type: SPACER;
45                         scale: 1;
46                         description { state: "default" 0.0;
47                                 rel1 {relative: 0.0 0.0; to: "bg1";}
48                                 rel2 {relative: 1.0 0.0; to: "bg1"; offset: 0 40;}
49                         }
50                 }
51                 part { name: "title_area";
52                         type: SPACER;
53                         scale: 1;
54                         description { state: "default" 0.0;
55                                 rel1 { relative: 0.0 1.0; to: "bg_top_padding";}
56                                 rel2 { relative: 1.0 1.0; to: "bg_top_padding"; offset: 0 150;}
57                         }
58                 }
59                 part { name: "title_top_padding";
60                         type: SPACER;
61                         scale: 1;
62                         description { state: "default" 0.0;
63                                 rel1 { relative: 0.0 0.0; to: "title_area";}
64                                 rel2 { relative: 1.0 0.0; to: "title_area"; offset: 0 40;}
65                         }
66                 }
67                 part { name: "title";
68                         type: SWALLOW;
69                         scale: 1;
70                         description { state: "default" 0.0;
71                                 rel1 { relative: 0.0 1.0; to: "title_top_padding";}
72                                 rel2 { relative: 1.0 1.0; to: "title_area";}
73                                 align: 0.5 0.5;
74                         }
75                 }
76                 part { name: "top_padding";
77                         type: SPACER;
78                         scale: 1;
79                         description { state: "default" 0.0;
80                                 rel1 { relative: 0.0 1.0; to: "title_area";}
81                                 rel2 { relative: 1.0 1.0; to: "title_area"; offset: 0 162;}
82                         }
83                 }
84                 part { name: "contents_area";
85                         type: SPACER;
86                         scale: 1;
87                         description { state: "default" 0.0;
88                                 rel1 { relative: 0.0 1.0; to: "top_padding";}
89                                 rel2 { relative: 1.0 1.0; to: "top_padding"; offset: 0 493;}
90                         }
91                 }
92                 part { name: "app_icon_area";
93                         type: SPACER;
94                         scale: 1;
95                         description { state: "default" 0.0;
96                                 rel1 { relative: 0.0 0.0; to: "contents_area";}
97                                 rel2 { relative: 1.0 0.0; to: "contents_area"; offset: 0 160;}
98                         }
99                 }
100                 part { name: "app_icon";
101                         type: IMAGE;
102                         scale: 1;
103                         description { state: "default" 0.0;
104                                 min: 118 118;
105                                 max: 118 118;
106                                 rel1 { relative: 0.0 0.0; to: "app_icon_area";}
107                                 rel2 { relative: 1.0 1.0; to: "app_icon_area";}
108                                 align: 0.5 0.5;
109                                 image.normal: "../images/icon.png";
110                         }
111                 }
112                 part { name: "message_title";
113                         type: SWALLOW;
114                         scale: 1;
115                         description { state: "default" 0.0;
116                                 color: 255 255 255 255;
117                                 rel1 { relative: 0.0 1.0; to: "app_icon_area"; offset: 32 0;}
118                                 rel2 { relative: 1.0 1.0; to: "app_icon_area"; offset: -32 67;}
119                         }
120                 }
121                 part { name: "message_top_padding";
122                         type: SPACER;
123                         scale: 1;
124                         description { state: "default" 0.0;
125                                 rel1 { relative: 0.0 1.0; to: "message_title";}
126                                 rel2 { relative: 1.0 1.0; to: "message_title"; offset: 0 58;}
127                         }
128                 }
129                 part { name: "message_content";
130                         type: SWALLOW;
131                         scale: 1;
132                         description { state: "default" 0.0;
133                                 rel1 { relative: 0.0 1.0; to: "message_top_padding";}
134                                 rel2 { relative: 1.0 1.0; to: "message_top_padding"; offset: 0 208;}
135                         }
136                 }
137         }
138 }