tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / progress.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/progress";
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: "process";
27              type: SWALLOW;
28                  scale: 1;
29                  description { state: "default" 0.0;
30                     fixed: 0 0;
31                         rel1 {
32                                 relative: 0.0 0.0;
33                                 to: "base";
34                         }
35                         rel2 {
36                                 relative: 1.0 1.0;
37                                 to: "base";
38                         }
39                         align: 0.5 0.5;
40                  }
41           }
42       
43    }
44 }