e3a17f79a521e0e948cbe26de50baa71aec60c6a
[apps/home/smartsearch.git] / data / groups / search_result.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
18
19
20 group {
21         name: "smartsearch/search_result";
22         parts {
23                 part { 
24                         name: "bg";
25                         mouse_events: 0;
26                         type: RECT;
27                         scale: 1;
28                         description { 
29                         state: "default" 0.0;
30                         visible: 1;
31                         rel1 { relative: 0.0 0.0;}
32                         rel2 { relative: 1.0 1.0;}
33                         color: 0 0 0 0;
34                         }
35                 }
36                 part {
37                         name: "list";
38                         type: SWALLOW;
39                         mouse_events: 1;
40                         scale: 1;
41                         description {
42                                 state: "default" 0.0;
43                                 //min: 720 1024;
44                                 align: 0.0 0.0;
45                                 rel1 { relative: 0.0 0.0; to: "bg"; }
46                                 rel2 { relative: 1.0 1.0; to: "bg"; }
47                         }
48                 }
49                 part {
50                         name: "list_noresult";
51                         type: SWALLOW;
52                         mouse_events: 1;
53                         scale: 1;
54                         description {
55                                 state: "default" 0.0;
56                                 //min: 720 1024;
57                                 align: 0.0 0.0;
58                                 rel1 { relative: 0.0 0.0; to: "bg"; }
59                                 rel2 { relative: 1.0 1.0; to: "bg"; }
60                         }
61                 }
62         } //end parts
63 } //end group
64