[toolbar] added sound for toolbar button
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 24 Jun 2013 10:26:04 +0000 (19:26 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 04:27:05 +0000 (13:27 +0900)
themes/widgets/toolbar.edc

index 0cb1e31..f17a021 100644 (file)
@@ -392,6 +392,10 @@ group { name: "elm/toolbar/item/default";
          signal:  "mouse,clicked,1";
          source:  "event";
          action:  SIGNAL_EMIT "elm,action,click" "elm";
+         after: "play_sound";
+      }
+      program { name: "play_sound";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
       }
       program { name: "mouse,in";
          signal:  "mouse,in";