[DateTime] Multisense support added.
authorprince <prince.dubey@samsung.com>
Mon, 27 May 2013 14:13:36 +0000 (19:43 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:30:53 +0000 (20:30 +0900)
Change-Id: I99fa86a6bdb03f62486c6663a2b31bb813599d70

themes/widgets/label.edc

index 475f622..76c1069 100644 (file)
@@ -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";