From: prince Date: Mon, 27 May 2013 14:13:36 +0000 (+0530) Subject: [DateTime] Multisense support added. X-Git-Tag: submit/tizen/20131004.114939~263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02d2ee7a98e253c393f881a9ecc49e4a1d6f96e4;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [DateTime] Multisense support added. Change-Id: I99fa86a6bdb03f62486c6663a2b31bb813599d70 --- 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";