Added touch sound for gallery icon 96/71296/1
authorChandan <ch.kumar@samsung.com>
Wed, 25 May 2016 03:01:28 +0000 (08:31 +0530)
committerChandan <ch.kumar@samsung.com>
Wed, 25 May 2016 03:01:28 +0000 (08:31 +0530)
Change-Id: I59b0aba3bf3008522d9245f3ab481f28d018e7b6
Signed-off-by: Chandan <ch.kumar@samsung.com>
res/black_theme/edc/attach-panel-gallery.edc

index 8e753b3..5631d0f 100644 (file)
@@ -344,6 +344,27 @@ group {
                                        }
                                }
                        }
+                       part {
+                               name: "content_swallow";
+                               type: RECT;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 0.0 0.0; to: "background";}
+                                       rel2 { relative: 1.0 1.0; to: "background";}
+                                       color: 0 0 0 0;
+                               }
+                       }
+               }
+               programs {
+                       program {
+                               name: "touch_snd";
+                               source: "content_swallow";
+                               signal: "mouse,clicked,1";
+                               transition: DECELERATE 0.2;
+                               action: RUN_PLUGIN "touch_sound_plugin";
+                       }
                }
        }
 group {