tizen 2.3.1 release
[apps/home/b2-clocksetting.git] / data / groups / clock_type_layout.edc
1 /*
2  *  Copyright (c) 2014 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://floralicense.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 group {
18         name: "setting-test/clock-type";
19         parts {
20                 part {
21                         name: "bg";
22                         type: RECT;
23                         scale: 1;
24                         description {
25                                 state: "default" 0.0;
26                                 rel1 {relative: 0.0 0.0; }
27                                 rel2 {relative: 1.0 1.0; }
28                         }
29                 }
30                 part {
31                         name: "clock-wallpaper";
32                         type: SWALLOW;
33                         scale: 1;
34                         description {
35                                 state: "default" 0.0;
36                                 rel1 {
37                                         relative: 0.0 0.0;
38                                         to: "bg";
39                                 }
40                                 rel2 {
41                                         relative: 1.0 1.0;
42                                         to: "bg";
43                                 }
44                         }
45                 }
46                 part {
47                         name: "clock-color";
48                         type: SWALLOW;
49                         scale: 1;
50                         description {
51                                 state: "default" 0.0;
52                                 rel1 {
53                                         relative: 0.0 0.0;
54                                         to: "bg";
55                                 }
56                                 rel2 {
57                                         relative: 1.0 1.0;
58                                         to: "bg";
59                                 }
60                         }
61                 }
62                 part {
63                         name: "clock-image";
64                         type: SWALLOW;
65                         scale: 1;
66                         description {
67                                 state: "default" 0.0;
68                                 rel1 {
69                                         relative: 0.0 0.0;
70                                         to: "bg";
71                                 }
72                                 rel2 {
73                                         relative: 1.0 1.0;
74                                         to: "bg";
75                                 }
76                         }
77                 }
78         }
79 }