Change-Id: Ib7070ca23fe683282396e0972262f8f4c437449b
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
}
}
part {
- name: PART_SWALLOW_THUMBNAIL;
+ name: PART_ELM_SWALLOW_THUMBNAIL;
type: SWALLOW;
scale: 1;
mouse_events: 1;
name: "focus,in,anim";
action: STATE_SET "selected" 0.0;
target: "defaultbg";
- target: PART_SWALLOW_THUMBNAIL;
+ target: PART_ELM_SWALLOW_THUMBNAIL;
target: "part_focus1";
target: "part_focus2";
target: "part_focus3";
program {
name: "focus,out,anim,3";
action: STATE_SET "default" 0.0;
- target: PART_SWALLOW_THUMBNAIL;
+ target: PART_ELM_SWALLOW_THUMBNAIL;
target: "defaultbg";
target: "part_focus1";
target: "part_focus2";
am = data;
- if (!strcmp(part, "elm.text")) {
+ if (!strcmp(part, PART_ELM_TEXT_TITLE)) {
info = app_media_get_info(am);
if (!info) {
_ERR("failed to get media info");
am = data;
- if (!strcmp(part, "elm.swallow.icon")) {
+ if (!strcmp(part, PART_ELM_SWALLOW_THUMBNAIL)) {
image = elm_image_add(obj);
if (!image) {
_ERR("failed to create image object");