From: Amit Kamboj Date: Thu, 9 May 2013 10:39:24 +0000 (+0530) Subject: [MBE] added sound to MBE. X-Git-Tag: submit/tizen/20131004.114939~319 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62f9a962bf614e57ad35a9b06c202201148c2616;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [MBE] added sound to MBE. Change-Id: I2fbbf31e08cd3077527f2ed386f1665afa22bc7e Conflicts: themes/widgets/multibuttonentry.edc --- diff --git a/themes/widgets/multibuttonentry.edc b/themes/widgets/multibuttonentry.edc index 5a3821d..ead6c9c 100644 --- a/themes/widgets/multibuttonentry.edc +++ b/themes/widgets/multibuttonentry.edc @@ -15,7 +15,12 @@ * limitations under the License. */ - + sounds { + sample { + name: "touch_sound" AS_IS; + source: "S_Touch_30ms.wav"; + } + } group { name: "elm/multibuttonentry/base/default"; @@ -269,6 +274,11 @@ group { signal: "mouse,clicked,1"; source: "events"; action: SIGNAL_EMIT "elm,action,clicked" ""; + after: "touch_snd"; + } + program { + name: "touch_snd"; + action: PLAY_SAMPLE "touch_sound" 1.0; } program { name: "selected";