tizen 2.3.1 release
[apps/home/b2-clocksetting.git] / data / changeable / groups / setting_network_apn.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 /* Edit */
18 group
19 {
20         name: "setting/network_apn/edit";
21
22         parts
23         {
24                 part
25                 {
26                         name: "bg";
27                         type: RECT;
28                         scale: 1;
29                         description
30                         {
31                                 state: "default" 0.0;
32                                 rel1.relative: 0.0 0.0;
33                                 rel2.relative: 1.0 1.0;
34                                 color_class: "B011";
35                         }
36                 }
37
38                 part
39                 {
40                         name: "setting.swallow.content";
41                         type: SWALLOW;
42                         scale: 1;
43                         description
44                         {
45                                 state: "default" 0.0;
46                                 fixed: 1 1;
47                                 rel1
48                                 {
49                                         to: "bg";
50                                         relative: 0.0 0.0;
51                                 }
52                                 rel2
53                                 {
54                                         to: "bg";
55                                         relative: 1.0 1.0;
56                                         offset: 0 -87;
57                                 }
58                         }
59                 }
60
61                 part
62                 {
63                         name: "setting.swallow.title";
64                         type: SWALLOW;
65                         scale: 1;
66                         description
67                         {
68                                 state: "default" 0.0;
69                                 min: 0 48;
70                                 fixed: 0 1;
71                                 align: 0.0 0.0;
72                                 rel1
73                                 {
74                                         to: "setting.swallow.content";
75                                         relative: 0.0 0.0;
76                                         offset: 15 0;
77                                 }
78                         }
79                 }
80
81                 part
82                 {
83                         name: "setting.swallow.editfield";
84                         type: SWALLOW;
85                         scale: 1;
86                         description
87                         {
88                                 state: "default" 0.0;
89                                 min: 0 48;
90                                 fixed: 0 1;
91                                 align: 0.0 0.0;                         
92                                 rel1
93                                 {
94                                         to: "setting.swallow.title";
95                                         relative: 0.0 1.0;
96                                         offset: 15 15;
97                                 }
98                                 rel2
99                                 {
100                                         to: "setting.swallow.content";
101                                         relative: 1.0 1.0;
102                                         offset: -15 0;
103                                 }
104                         }
105                 }
106         }
107 }