tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / groups / clock_type_layout.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  */
11 group {
12         name: "setting-test/clock-type";
13         parts {
14                 part {
15                         name: "bg";
16                         type: RECT;
17                         scale: 1;
18                         description {
19                                 state: "default" 0.0;
20                                 rel1 {relative: 0.0 0.0; }
21                                 rel2 {relative: 1.0 1.0; }
22                         }
23                 }
24                 part {
25                         name: "clock-wallpaper";
26                         type: SWALLOW;
27                         scale: 1;
28                         description {
29                                 state: "default" 0.0;
30                                 rel1 {
31                                         relative: 0.0 0.0;
32                                         to: "bg";
33                                 }
34                                 rel2 {
35                                         relative: 1.0 1.0;
36                                         to: "bg";
37                                 }
38                         }
39                 }
40                 part {
41                         name: "clock-color";
42                         type: SWALLOW;
43                         scale: 1;
44                         description {
45                                 state: "default" 0.0;
46                                 rel1 {
47                                         relative: 0.0 0.0;
48                                         to: "bg";
49                                 }
50                                 rel2 {
51                                         relative: 1.0 1.0;
52                                         to: "bg";
53                                 }
54                         }
55                 }
56                 part {
57                         name: "clock-image";
58                         type: SWALLOW;
59                         scale: 1;
60                         description {
61                                 state: "default" 0.0;
62                                 rel1 {
63                                         relative: 0.0 0.0;
64                                         to: "bg";
65                                 }
66                                 rel2 {
67                                         relative: 1.0 1.0;
68                                         to: "bg";
69                                 }
70                         }
71                 }
72         }
73 }