apply FSL license
[apps/core/preloaded/call-setting.git] / theme / call-setting-theme.edc
1 /*
2   * Copyright 2012  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://www.tizenopensource.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 collections {
18         group { name: "elm/dialogueitem/base/ciss/dialoguegroup_hidden_three_button";
19                 parts {
20                         part { name: "bg";
21                                 type: RECT;
22                                 scale: 1;
23                                 description {
24                                         state: "default" 0.0;
25                                         min: 0 140;
26                                         color: 0 0 0 0;
27                                 }
28                         }
29                         part { name: "button1";
30                                 type: SWALLOW;
31                                 scale: 1;
32                                 description { 
33                                         state: "default" 0.0;
34                                         rel1.relative: 5/100 1/11;
35                                         rel2.relative: 47.5/100 5/11;
36                                 }       
37                         }
38                         part { name: "button2";
39                                 type: SWALLOW;
40                                 scale: 1;
41                                 description { 
42                                         state: "default" 0.0;
43                                         rel1.relative: 52.5/100 1/11;
44                                         rel2.relative: 95/100 5/11;
45                                 }       
46                         }
47                         part { name: "button3";
48                                 type: SWALLOW;
49                                 scale: 1;
50                                 description { 
51                                         state: "default" 0.0;
52                                         rel1.relative: 5/100 6/11;
53                                         rel2.relative: 95/100 10/11;
54                                 }       
55                         }
56                 }
57         }
58         
59                 group { name: "elm/dialogueitem/base/ciss/dialoguegroup_hidden_two_button";
60                 parts {
61                         part { name: "bg";
62                                 type: RECT;
63                                 scale: 1;
64                                 description {
65                                         state: "default" 0.0;
66                                         min: 0 80;
67                                         color: 0 0 0 0;
68                                 }
69                         }
70                         part { name: "button1";
71                                 type: SWALLOW;
72                                 scale: 1;
73                                 description { 
74                                         state: "default" 0.0;
75                                         rel1.relative: 5/100 1/11;
76                                         rel2.relative: 47.5/100 10/11;
77                                 }       
78                         }
79                         part { name: "button2";
80                                 type: SWALLOW;
81                                 scale: 1;
82                                 description { 
83                                         state: "default" 0.0;
84                                         rel1.relative: 52.5/100 1/11;
85                                         rel2.relative: 95/100 10/11;
86                                 }       
87                         }
88                 }
89         }
90  }