Change-Id: I59b0aba3bf3008522d9245f3ab481f28d018e7b6
Signed-off-by: Chandan <ch.kumar@samsung.com>
}
}
}
+ part {
+ name: "content_swallow";
+ type: RECT;
+ mouse_events: 1;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0.0 0.0; to: "background";}
+ rel2 { relative: 1.0 1.0; to: "background";}
+ color: 0 0 0 0;
+ }
+ }
+ }
+ programs {
+ program {
+ name: "touch_snd";
+ source: "content_swallow";
+ signal: "mouse,clicked,1";
+ transition: DECELERATE 0.2;
+ action: RUN_PLUGIN "touch_sound_plugin";
+ }
}
}
group {