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