tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / groups / battery.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 { name: "setting-test/battery";
12    parts {
13       part { name: "base";
14          type: RECT;
15          scale: 1;
16          description { state: "default" 0.0;
17             color: 0 0 0 255;
18             rel1 {
19                                 relative: 0.0 0.0;
20                         }
21                         rel2 {
22                                 relative: 1.0 1.0;
23                         }
24          }
25       }
26           part { name: "image";
27              type: SWALLOW;
28                  scale: 1;
29                  description { state: "default" 0.0;
30                     fixed: 0 1;
31             min: 96 146;
32                         rel1 {
33                                 relative: 0.0 0.0;
34                                 to: "base";
35                                 offset: 0 40;
36                         }
37                         rel2 {
38                                 relative: 1.0 0.0;
39                                 to: "base";
40                         }
41                         align: 0.5 0.0;
42                  }
43           }
44       part { name: "text1";
45          type: TEXT;
46          mouse_events: 0;
47          scale: 1;
48          description { state: "default" 0.0;
49                 min: 320 42;
50             fixed: 1 0;
51             rel1 {
52                relative: 0.0 1.0;
53                to_y: "image";
54                offset: 0 22;
55             }
56             rel2 {
57                relative: 1.0 1.0;
58                to_y: "image";
59                offset: 0 64;
60             }
61             color: 255 255 255 255;
62                         text {
63                                 font: "Tizen:style=Regular";
64                                 text_class:"tizen";
65                                 size: 38;
66                                 min: 0 0;
67                                 align: 0.5 0.5;
68                         }
69          }
70       }
71       part { name: "text2";
72          type: TEXT;
73          mouse_events: 0;
74          scale: 1;
75          description { state: "default" 0.0;
76             fixed: 1 0;
77             rel1 {
78                to_y: "text1";
79                relative: 0.0 1.0;
80                offset: 0 8;
81             }
82             rel2 {
83                relative: 1.0 1.0;
84                to_y: "text1";
85                offset: 0 39;
86             }
87             color: 255 145 0 255;
88                         text {
89                                 font: "Tizen:style=Regular";
90                                 text_class:"tizen";
91                                 size: 30;
92                                 min: 0 0;
93                                 align: 0.5 0.5;
94                         }
95             min: 320 28;
96          }
97       }
98    }
99 }