[TSAM-6213] Added touch sound 22/79222/1 submit/tizen/20160712.025321 submit/tizen_mobile/20160709.111522
authorRahul Dadhich <r.dadhich@samsung.com>
Sat, 9 Jul 2016 04:48:52 +0000 (10:18 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Sat, 9 Jul 2016 04:48:52 +0000 (10:18 +0530)
Change-Id: I8d5eaea41f7bcac8ddcedeea939fdd9bf8f337b5
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
res/edje/gallery.edc

index 708811dc4477262431e2a0b607c9ccfaaa2c6dbf..f6a6eda2176f67c86ac110ea52c1c10771b0dd9e 100755 (executable)
@@ -313,6 +313,18 @@ collections {
                                action: STATE_SET "default" 0.0;
                                target: "bg2";
                        }
+                       program {
+                               name: "touch_snd";
+                               signal : "mouse,down,1";
+                               source : "bg1";
+                               action: RUN_PLUGIN "touch_sound_plugin";
+                       }
+                       program {
+                               name: "touch_snd1";
+                               signal : "mouse,down,1";
+                               source : "bg2";
+                               action: RUN_PLUGIN "touch_sound_plugin";
+                       }
                }
 
        }