Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / resource-hosting / SampleApp / tizen / RHSampleApp / edc_resource / hosting_control.edc
1 /*
2  * Copyright (c) 2014 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 { name: "group_layout";
19    parts {
20       part { name: "start_button";
21          type: SWALLOW;
22          scale: 1;
23          description {
24             rel1.relative: 0.01 0.01;
25             rel2.relative: 0.5 0.09;
26          }
27       }
28       part { name: "stop_button";
29          type: SWALLOW;
30          scale: 1;
31          description {
32             rel1.relative: 0.01 0.2;
33             rel2.relative: 0.5 0.09;
34          }
35       }
36           part { name: "log_bg";
37          type: RECT;
38          scale: 1;
39          description { state: "default" 0.0;
40             rel1.relative: 0.01 0.71;
41                         rel2.relative: 0.98 1.0;
42                         color: 220 220 220 255;
43          }
44       }
45           part { name: "log";
46          type: SWALLOW;
47          scale: 1;
48          description {
49                         rel1.to: "log_bg";
50             rel2.to: "log_bg";
51          }
52       }
53    }
54 }