summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangHyeon Lee <sh10233.lee@samsung.com>2016-11-01 12:49:45 +0900
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-10-31 21:21:00 -0700
commit230743464b67a7e53793064fc1121ce3c1658c36 (patch)
treee8763ba9aae83dfdeb61af0a83c383eaa2337bd0
parentc77f94b4effabdd6fb64cc486ca63362f82d14e2 (diff)
downloadefl-theme-tizen-mobile-230743464b67a7e53793064fc1121ce3c1658c36.tar.gz
efl-theme-tizen-mobile-230743464b67a7e53793064fc1121ce3c1658c36.tar.bz2
efl-theme-tizen-mobile-230743464b67a7e53793064fc1121ce3c1658c36.zip
genlist: add sound program in mulitline style
Change-Id: I7f3fed2a1965fd7e27a527a2446702418006f254 Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
-rw-r--r--mobile/widgets/genlist.edc11
1 files changed, 11 insertions, 0 deletions
diff --git a/mobile/widgets/genlist.edc b/mobile/widgets/genlist.edc
index 168191b5..331d434b 100644
--- a/mobile/widgets/genlist.edc
+++ b/mobile/widgets/genlist.edc
@@ -1424,6 +1424,17 @@ group { "elm/genlist/item/multiline/default";
}
}
programs {
+ // play sound problem by click event
+ program { "play_sound";
+ signal: "elm,state,clicked";
+ source: "elm";
+ script {
+ run_program(PROGRAM:"touch_sound");
+ }
+ }
+ program { "touch_sound";
+ action: RUN_PLUGIN "touch_sound";
+ }
program {
signal: "elm,state,elm.swallow.bg,visible";
source: "elm";