[DateTime] Multisense support added.
[platform/core/uifw/efl-theme-tizen.git] / 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";