projects
/
profile
/
mobile
/
apps
/
native
/
gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a091c4
)
[TSAM-6213] Added touch sound
22/79222/1
submit/tizen/20160712.025321
submit/tizen_mobile/20160709.111522
author
Rahul Dadhich
<r.dadhich@samsung.com>
Sat, 9 Jul 2016 04:48:52 +0000
(10:18 +0530)
committer
Rahul 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
patch
|
blob
|
history
diff --git
a/res/edje/gallery.edc
b/res/edje/gallery.edc
index 708811dc4477262431e2a0b607c9ccfaaa2c6dbf..f6a6eda2176f67c86ac110ea52c1c10771b0dd9e 100755
(executable)
--- a/
res/edje/gallery.edc
+++ b/
res/edje/gallery.edc
@@
-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";
+ }
}
}