From 02d2ee7a98e253c393f881a9ecc49e4a1d6f96e4 Mon Sep 17 00:00:00 2001 From: prince Date: Mon, 27 May 2013 19:43:36 +0530 Subject: [PATCH] [DateTime] Multisense support added. Change-Id: I99fa86a6bdb03f62486c6663a2b31bb813599d70 --- themes/widgets/label.edc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/widgets/label.edc b/themes/widgets/label.edc index 475f622..76c1069 100644 --- a/themes/widgets/label.edc +++ b/themes/widgets/label.edc @@ -1171,6 +1171,13 @@ base: "font=Tizen:style=Medium font_size="LABEL_FONT_SIZE_INC" color="LABEL_TEXT } } + sounds { + sample { + name: "touch_sound" AS_IS; + source: "S_Touch_30ms.wav"; + } + } + group { name: "elm/label/base/datetime/year/default"; alias: "elm/label/base/datetime/month/default"; alias: "elm/label/base/datetime"; @@ -1257,6 +1264,10 @@ base: "font=Tizen:style=Medium font_size="LABEL_FONT_SIZE_INC" color="LABEL_TEXT action: STATE_SET "selected" 0.0; target: "elm.text"; target: "bg.img"; + after: "play_sound"; + } + program { name: "play_sound"; + action: PLAY_SAMPLE "touch_sound" 1.0; } program { name: "label_unselect"; signal: "elm,state,unselect"; -- 2.7.4