#define GENLIST_NAME(NAME) \
- name: "elm/genlist/item/"NAME;
+ name: "elm/genlist/item/"NAME; \
+ alias: "elm/genlist/item_compress/"NAME; \
+ alias: "elm/genlist/tree/"NAME; \
+ alias: "elm/genlist/tree_compress/"NAME;
//****************************************************************************//
// ****************************** BG Image **********************************//
PARAM \
}
- group { name: "elm/genlist/item/myfile_2line.top.3/default";
+ group { GENLIST_NAME("myfile_2line.top.3/default")
data.item: "treesize" GENLIST_TREESIZE_DEFAULT;
data.item: "texts" "elm.text.main.left.top elm.text.sub.right.top elm.text.main.right.top elm.text.sub.left.top elm.text.sub.left.bottom elm.text.sub.right.bottom";
target: "elm.text.sub.left.bottom"; target: "elm.text.sub.right.bottom"; )
}
- group { name: "elm/genlist/item/myfile_search_2line.top.3/default";
+ group { GENLIST_NAME("myfile_search_2line.top.3/default")
inherit: "elm/genlist/item/myfile_2line.top.3/default";
parts {
}
}
- group { name: "elm/genlist/item/myfile_2line_root.top.3/default";
+ group { GENLIST_NAME("myfile_2line_root.top.3/default")
data.item: "treesize" GENLIST_TREESIZE_DEFAULT;
data.item: "texts" "elm.text.main.left.top elm.text.sub.right.top elm.text.main.right.top elm.text.sub.left.top elm.text.sub.left.bottom elm.text.sub.right.bottom";
#define LIST_PADDING_TOP_SIZE 29 // FIXME: please check font height
#define LIST_PADDING_BOTTOM_SIZE 29 // FIXME: please check font height
- group { name: "elm/genlist/item/myfile_1line/default";
+ group { GENLIST_NAME("myfile_1line/default")
images {
image : "my_files_play_icon.png" COMP;
image : "my_files_play_icon_ef.png" COMP;
}
- group { name: "elm/genlist/item/myfile_1line_root/default";
+ group { GENLIST_NAME("myfile_1line_root/default")
data.item: "treesize" GENLIST_TREESIZE_DEFAULT;
data.item: "texts" "elm.text.main.left elm.text.main.right elm.text.sub.left elm.text.sub.right";