c19ea9ef8f16ed569d33e9454cf26491de5c80b9
[apps/home/b2-clocksetting.git] / data / groups / genlist_setting.edc
1 /*
2  * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
3  *
4  * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
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  * vim:ts=3
20 */
21
22 #include "default_inc.edc"
23 #include "theme_default_inc.edc"
24 #include "genlist_macro.edc"
25
26 group { name: "elm/genlist/item/setting_indicator/default";
27    PROLOG_LIST
28    data.item: "contents" "elm.icon";
29
30    parts {
31       PART_LIST_BG
32       PART_LIST_PADDINGS(
33          LIST_PADDING_LEFT_SIZE, LIST_PADDING_RIGHT_SIZE,
34          0, 2 // FIXME: arbitrary value to prevent overlap with bottom lines
35       )
36       PART_LIST_BOTTOMLINE
37       PART(SWALLOW, "elm.icon",
38          DESC_LRTB(
39             "elm.padding.left", "elm.padding.right",
40             "elm.padding.top", "elm.padding.bottom",
41             min: 0 ( LIST_1LINE_HEIGHT - 2);
42          )
43       )
44    }
45    PROGRAMS_LIST( target: "elm.icon"; )
46 }
47