added title_more_btn
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / bg.edc
1 /*
2  * efl-theme-tizen
3  * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Apache License, Version 2.0 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an AS IS BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18
19
20 ///////////////////////////////////////////////////////////////////////////////
21    group { name: "elm/bg/base/default";
22       parts {
23          part { name: "base";
24             type: RECT;
25             description { state: "default" 0.0;
26                color: BG_DEFAULT_COLOR_INC;
27             }
28          }
29          part { name: "elm.swallow.rectangle";
30             type: SWALLOW;
31             description { state: "default" 0.0;
32             }
33          }
34          part { name: "elm.swallow.background";
35             type: SWALLOW;
36             description { state: "default" 0.0;
37             }
38          }
39          part { name: "elm.swallow.content";
40             type: SWALLOW;
41             description { state: "default" 0.0;
42             }
43          }
44       }
45    }
46 ///////////////////////////////////////////////////////////////////////////////
47    group { name: "elm/bg/base/list";
48       alias: "elm/bg/base/group_list";
49       parts {
50          part { name: "base";
51             type: RECT;
52             description { state: "default" 0.0;
53                color: BG_GROUP_LIST_COLOR_INC;
54             }
55          }
56          part { name: "elm.swallow.rectangle";
57             type: SWALLOW;
58             description { state: "default" 0.0;
59             }
60          }
61          part { name: "elm.swallow.background";
62             type: SWALLOW;
63             description { state: "default" 0.0;
64             }
65          }
66          part { name: "elm.swallow.content";
67             type: SWALLOW;
68             description { state: "default" 0.0;
69             }
70          }
71       }
72    }
73 ///////////////////////////////////////////////////////////////////////////////
74    group { name: "elm/bg/base/edit_mode";
75       parts {
76          part { name: "base";
77             type: RECT;
78             description { state: "default" 0.0;
79                color: BG_EDIT_MODE_COLOR_INC;
80             }
81          }
82          part { name: "elm.swallow.rectangle";
83             type: SWALLOW;
84             description { state: "default" 0.0;
85             }
86          }
87          part { name: "elm.swallow.background";
88             type: SWALLOW;
89             description { state: "default" 0.0;
90             }
91          }
92          part { name: "elm.swallow.content";
93             type: SWALLOW;
94             description { state: "default" 0.0;
95             }
96          }
97       }
98    }
99
100 ///////////////////////////////////////////////////////////////////////////////
101    group { name: "elm/bg/base/transparent";
102       parts {
103          part { name: "base";
104             type: RECT;
105             mouse_events:  0;
106             description { state: "default" 0.0;
107                color: BG_TRANSPARENT_COLOR_INC;
108             }
109          }
110          part { name: "elm.swallow.rectangle";
111             type: SWALLOW;
112             description { state: "default" 0.0;
113             }
114          }
115          part { name: "elm.swallow.background";
116             type: SWALLOW;
117             description { state: "default" 0.0;
118             }
119          }
120          part { name: "elm.swallow.content";
121             type: SWALLOW;
122             description { state: "default" 0.0;
123             }
124          }
125       }
126    }