From: jae_hyun.cho Date: Fri, 12 Apr 2013 07:50:51 +0000 (+0900) Subject: [naviframe] Apply touch sound to the dual title X-Git-Tag: submit/tizen/20131004.114939~401 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb2544a97bb0e2b988e6aeeb0966200567f137ac;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [naviframe] Apply touch sound to the dual title Change-Id: I9c7ae60a9eae8b181031becc77e313da40901ebe --- diff --git a/themes/widgets/naviframe.edc b/themes/widgets/naviframe.edc index 10fc145..f71c3d5 100644 --- a/themes/widgets/naviframe.edc +++ b/themes/widgets/naviframe.edc @@ -4167,6 +4167,7 @@ name: "title1_clicked"; signal: "mouse,clicked,1"; source: "click_event_title1_area"; + after: "touch_snd"; script { new st[31]; new Float:vl; @@ -4188,6 +4189,7 @@ name: "title2_clicked"; signal: "mouse,clicked,1"; source: "click_event_title2_area"; + after: "touch_snd"; script { new st[31]; new Float:vl; @@ -4205,6 +4207,9 @@ emit("elm,action,title2,clicked", ""); } } + program { name: "touch_snd"; + action: PLAY_SAMPLE "touch_sound" 1.0; + } program { name: "title1_selected"; signal: "elm,state,title1,selected"; source: "";