From: Tae-Hwan Kim Date: Thu, 4 Apr 2013 15:51:38 +0000 (+0900) Subject: [Radio] Add radio clicked sounds X-Git-Tag: 2.1b_release~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edc6b81bd433f66d1c9e7dcb7c880cb113727fbc;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [Radio] Add radio clicked sounds Change-Id: I1e81682e27e6aff088cd2e9330297166a0afd373 Conflicts: themes/widgets/radio.edc --- diff --git a/themes/widgets/radio.edc b/themes/widgets/radio.edc index a5df3ed..86c223a 100644 --- a/themes/widgets/radio.edc +++ b/themes/widgets/radio.edc @@ -226,6 +226,11 @@ source: "over1"; \ action: SIGNAL_EMIT "elm,action,radio,toggle" ""; \ } \ + program { name: "touch_sound"; \ + signal: "mouse,clicked,1"; \ + source: "over2"; \ + action: PLAY_SAMPLE "touch_sound" 1.0; \ + } \ program { name: "bg_normal"; \ signal: "mouse,up,1"; \ source: "over2"; \