[MBE] added sound to MBE.
authorAmit Kamboj <amit.kamboj@samsung.com>
Thu, 9 May 2013 10:39:24 +0000 (16:09 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:19:40 +0000 (20:19 +0900)
Change-Id: I2fbbf31e08cd3077527f2ed386f1665afa22bc7e

Conflicts:

themes/widgets/multibuttonentry.edc

themes/widgets/multibuttonentry.edc

index 5a3821d..ead6c9c 100644 (file)
  * 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";