[Entry] Added sound when entry is clicked.
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / entry.edc
index df694d2..73e8474 100644 (file)
 #define ENTRY_BLOCK_HANDLE_SOURCE10 "elm/entry/selection/block_handle_edge_left"
 #define ENTRY_BLOCK_HANDLE_SOURCE11 "elm/entry/selection/block_handle_edge_right"
 
+sounds {
+   sample {
+      name: "touch_sound" AS_IS;
+      source: "S_Touch_30ms.wav";
+   }
+}
+
 group { name: "elm/entry/base/default";
    alias: "elm/entry/base-mixedwrap/default";
    data.item: "default_font_size" "24";
@@ -159,6 +166,11 @@ group { name: "elm/entry/base/default";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -271,7 +283,7 @@ group { name: "elm/entry/base-charwrap/default";
    }
    programs {
         program { name: "focus";
-            signal: "load";
+        signal: "load";
            source: "";
            action: FOCUS_SET;
            target: "elm.text";
@@ -288,20 +300,25 @@ group { name: "elm/entry/base-charwrap/default";
            action: STATE_SET "default" 0.0;
            target: "elm.text";
         }
-         program { name: "gdisable";
-            signal: "elm,guide,disabled";
-            source: "elm";
-            action: STATE_SET "hidden" 0.0;
-            target: "elm.guide";
-         }
-         program { name: "genable";
-            signal: "elm,guide,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.guide";
-         }
-      }
-   }
+     program { name: "gdisable";
+        signal: "elm,guide,disabled";
+        source: "elm";
+        action: STATE_SET "hidden" 0.0;
+        target: "elm.guide";
+     }
+     program { name: "genable";
+        signal: "elm,guide,enabled";
+        source: "elm";
+        action: STATE_SET "default" 0.0;
+        target: "elm.guide";
+     }
+     program { name: "touch_snd";
+        signal: "mouse,clicked,1";
+        source: "elm.text";
+        action: PLAY_SAMPLE "touch_sound" 1.0;
+     }
+  }
+}
 
 group { name: "elm/entry/base-nowrap/default";
    data.item: "default_font_size" "24";
@@ -394,6 +411,11 @@ group { name: "elm/entry/base-nowrap/default";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -541,6 +563,11 @@ group { name: "elm/entry/base/editfield";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -687,6 +714,11 @@ group { name: "elm/entry/base-charwrap/editfield";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -829,6 +861,11 @@ group { name: "elm/entry/base-single/editfield";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -922,6 +959,11 @@ group { name: "elm/entry/base-single/editfield/searchbar/default";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -1061,6 +1103,11 @@ group { name: "elm/entry/base-single/default";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -1153,6 +1200,11 @@ group { name: "elm/entry/base-single-noedit/default";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -1246,6 +1298,11 @@ group { name: "elm/entry/base-noedit/default";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -1309,36 +1366,41 @@ group { name: "elm/entry/base-noedit/default";
         }
       }
       programs {
-        program { name: "focus";
-            signal: "load";
-           source: "";
-           action: FOCUS_SET;
-           target: "elm.text";
-        }
-        program { name: "disable";
-           signal: "elm,state,disabled";
-           source: "elm";
-           action: STATE_SET "disabled" 0.0;
-           target: "elm.text";
-        }
-        program { name: "enable";
-           signal: "elm,state,enabled";
-           source: "elm";
-           action: STATE_SET "default" 0.0;
-           target: "elm.text";
-        }
-         program { name: "gdisable";
-            signal: "elm,guide,disabled";
-            source: "elm";
-            action: STATE_SET "hidden" 0.0;
-            target: "elm.guide";
-         }
-         program { name: "genable";
-            signal: "elm,guide,enabled";
-            source: "elm";
-            action: STATE_SET "default" 0.0;
-            target: "elm.guide";
-         }
+         program { name: "focus";
+           signal: "load";
+              source: "";
+              action: FOCUS_SET;
+              target: "elm.text";
+           }
+           program { name: "disable";
+              signal: "elm,state,disabled";
+              source: "elm";
+              action: STATE_SET "disabled" 0.0;
+              target: "elm.text";
+           }
+           program { name: "enable";
+              signal: "elm,state,enabled";
+              source: "elm";
+              action: STATE_SET "default" 0.0;
+              target: "elm.text";
+           }
+        program { name: "gdisable";
+           signal: "elm,guide,disabled";
+           source: "elm";
+           action: STATE_SET "hidden" 0.0;
+           target: "elm.guide";
+        }
+        program { name: "genable";
+           signal: "elm,guide,enabled";
+           source: "elm";
+           action: STATE_SET "default" 0.0;
+           target: "elm.guide";
+        }
+        program { name: "touch_snd";
+           signal: "mouse,clicked,1";
+           source: "elm.text";
+           action: PLAY_SAMPLE "touch_sound" 1.0;
+        }
       }
    }
 
@@ -1431,6 +1493,11 @@ group { name: "elm/entry/base-noedit/default";
             action: STATE_SET "default" 0.0;
             target: "elm.guide";
          }
+         program { name: "touch_snd";
+            signal: "mouse,clicked,1";
+            source: "elm.text";
+            action: PLAY_SAMPLE "touch_sound" 1.0;
+         }
       }
    }
 
@@ -1525,6 +1592,11 @@ group { name: "elm/entry/base-noedit/default";
             action: STATE_SET "default" 0.0;
             target: "elm.guide";
          }
+         program { name: "touch_snd";
+            signal: "mouse,clicked,1";
+            source: "elm.text";
+            action: PLAY_SAMPLE "touch_sound" 1.0;
+         }
       }
    }
 
@@ -1664,6 +1736,11 @@ group { name: "elm/entry/base-password/popup";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -1783,144 +1860,6 @@ group { name: "elm/entry/base-password/popup";
                }
        }
 
-       group { name: "elm/entry/selection/block_handle";
-       data.item: "position" "BOTH";
-               images {
-                 image: "reader_handler_up.png" COMP;
-               }
-               parts {
-                       part { name: "bg";
-                               type: RECT;
-                               scale: 1;
-                               mouse_events: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       fixed: 1 1;
-                                       align: 0.5 0.25;
-                                       min: 50 80;
-                                       color: 0 0 0 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "handle";
-                               mouse_events: 1;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                       fixed: 1 1;
-                                       align: 0.5 0.0;
-                                       min: 48 66;
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       rel2 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       image {
-                                               normal: "reader_handler_up.png";
-                                               border: 0 0 0 0;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focused";
-                               signal: "elm,action,focus";
-                               source: "elm";
-                               action: STATE_SET "show" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-                       program { name: "unfocused";
-                               signal: "elm,action,unfocus";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-               }
-       }
-
-       group { name: "elm/entry/selection/block_handle_top";
-       data.item: "position" "BOTH";
-               images {
-                 image: "reader_handler_down.png" COMP;
-               }
-               parts {
-                       part { name: "bg";
-                               type: RECT;
-                               scale: 1;
-                               mouse_events: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       fixed: 1 1;
-                                       align: 0.5 0.75;
-                                       min: 50 80;
-                                       color: 0 0 0 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "handle";
-                               mouse_events: 1;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                       fixed: 1 1;
-                                       align: 0.5 1.0;
-                                       min: 48 66;
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       rel2 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       image {
-                                               normal: "reader_handler_down.png";
-                                               border: 0 0 0 0;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focused";
-                               signal: "elm,action,focus";
-                               source: "elm";
-                               action: STATE_SET "show" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-                       program { name: "unfocused";
-                               signal: "elm,action,unfocus";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-               }
-       }
-
        group { name: "elm/entry/selection/block_handle_left";
                data.item: "height" "40";
                data.item: "gap" "51";
@@ -2334,39 +2273,13 @@ group { name: "elm/entry/base-password/popup";
                }
        }
 
-
-/////////////////////////////////////////////////////////////////////////
-
-       group { name: "elm/entry/selection/block_bar";
-               images {
-                 image: "reader_longtap_blue.png" COMP;
-               }
-               parts {
-                       part { name: "bar_bg";
-                               scale: 1;
-                               mouse_events: 0;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       image {
-                                               normal: "reader_longtap_blue.png";
-                                               border: 0 0 0 0;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                       }
-               }
-       }
-
-
-
        group { name: "elm/entry/anchor/default";
                parts {
                        part { name: "bg";
                                type: RECT;
                                mouse_events: 0;
                                description { state: "default" 0.0;
-                                       color: 128 0 0 64;
+                                       color: 0 0 0 0;
                                }
                        }
                }
@@ -2468,6 +2381,32 @@ group { name: "elm/entry/base-password/popup";
                                        color: 0 0 0 0;
                                }
                        }
+                       part { name: "bg_middle_left";
+                               mouse_events: 0;
+                               scale: 1;
+                               type: RECT;
+                               description { state: "default" 0.0;
+                                       min: 20 134;
+                                       max: 20 -1;
+                                       align: 1.0 0.0;
+                                       rel2 { relative: 0.5 1.0; to: "bg"; }
+                                       visible: 1;
+                                       color: 0 0 0 0;
+                               }
+                       }
+                       part { name: "bg_middle_right";
+                               mouse_events: 0;
+                               scale: 1;
+                               type: RECT;
+                               description { state: "default" 0.0;
+                                       min: 20 134;
+                                       max: 20 -1;
+                                       align: 0.0 0.0;
+                                       rel1 { relative: 0.5 0.0; to: "bg"; }
+                                       visible: 1;
+                                       color: 0 0 0 0;
+                               }
+                       }
                        part { name: "bg_left";
                                mouse_events: 0;
                                scale: 1;
@@ -2476,7 +2415,7 @@ group { name: "elm/entry/base-password/popup";
                                        min: 136 134;
                                        align: 0.0 0.0;
                                        rel1 { relative: 0.0 0.0; to: "bg"; }
-                                       rel2 { relative: 0.5 1.0; to: "bg"; offset: -20 -1;}
+                                       rel2 { relative: 0.0 1.0; to: "bg_middle_left"; }
                                        image {
                                                normal: "copy&paste_Magnifier_left.png";
                                                border: 21 1 20 44;
@@ -2489,15 +2428,12 @@ group { name: "elm/entry/base-password/popup";
                                mouse_events: 0;
                                scale: 1;
                                description { state: "default" 0.0;
-                                       fixed: 1 1;
-                                       min: 40 134;
-                                       max: 40 999999;
                                        align: 0.0 0.0;
-                                       rel1 { relative: 1.0 0.0; to: "bg_left"; }
-                                       rel2 { relative: 0.0 1.0; to: "bg_right"; }
+                                       rel1 { relative: 0.0 0.0; to: "bg_middle_left"; }
+                                       rel2 { relative: 1.0 1.0; to: "bg_middle_right"; }
                                        image {
                                                normal: "copy&paste_Magnifier_middle.png";
-                                               border: 0 40 20 44;
+                                               border: 1 38 20 44;
                                        }
                                        image.middle: 1;
                                        fill.smooth: 0;
@@ -2509,7 +2445,7 @@ group { name: "elm/entry/base-password/popup";
                                description { state: "default" 0.0;
                                        fixed: 1 1;
                                        min: 136 134;
-                                       rel1 { relative: 0.5 0.0; to: "bg"; offset: 21 0;}
+                                       rel1 { relative: 1.0 0.0; to: "bg_middle_right"; }
                                        rel2.to: "bg";
                                        image {
                                                normal: "copy&paste_Magnifier_right.png";
@@ -2519,72 +2455,6 @@ group { name: "elm/entry/base-password/popup";
                                        fill.smooth: 0;
                                }
                        }
-                       part { name: "content_bg";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1.to: "swallow";
-                                       rel2.to: "swallow";
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "content_bg_right";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 0 0 100;
-                                       rel1.to: "bg_right";
-                                       rel2.to: "bg_right";
-                                       visible: 0;
-                               }
-                       }
-                       part { name: "fining_left"; //temporary to reduce rounded corner effect
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 0.0 0.0; to: "swallow"; offset: -4 5;}
-                                       rel2 { relative: 0.0 1.0; to: "swallow"; offset: -1 -5;}
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "fining_right";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 1.0 0.0; to: "swallow"; offset: 0 5;}
-                                       rel2 { relative: 1.0 1.0; to: "swallow"; offset: 2 -5;}
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "fining_top";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 0.0 0.0; to: "swallow"; offset: 5 -1;}
-                                       rel2 { relative: 1.0 0.0; to: "swallow"; offset: -5 -1;}
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "fining_bottom";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 0.0 1.0; to: "swallow"; offset: 5 0;}
-                                       rel2 { relative: 1.0 1.0; to: "swallow"; offset: -5 1;}
-                                       visible: 1;
-                               }
-                       }
                        part { name: "swallow";
                                type: SWALLOW;
                                mouse_events: 0;
@@ -2605,44 +2475,6 @@ group { name: "elm/entry/base-password/popup";
                }
        }
 
-       group { name: "elm/copypaste/notify/default";
-               parts {
-                       part { name: "base";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       min: 0 110;
-                                       color: 50 50 50 255;
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 50;
-                                       }
-                                       rel2 {
-                                               relative: 1.0 1.0;
-                                       }
-                               }
-                       }
-                       part { name: "elm.text";
-                               type: TEXT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       align: 0 0;
-                                       rel1 {relative: 0.0 0.0; to: "base";}
-                                       rel2 {relative: 1.0 1.0; to: "base";}
-                                       color: 255 255 255 255;
-                                       text {
-                                               font: "Tizen:style=Roman";
-                                               size: 40;
-                                               text_class: "tizen";
-                                       }
-                               }
-                       }
-               }
-       }
-
        group { name: "elm/entry/matchlist/default";
                data.item: "max_height" "230";
                parts {
@@ -2791,7 +2623,7 @@ styles {
               state: "default" 0.0;
               rel2.to_x: "elm.rect.right.pad";
               image {
-                 normal: "00_MessageBubble_BG_receive.png";
+                 normal: "00_messagebubble_bg_receive.png";
                  border: 1 20 13 20;
                  border_scale: 1;
               }
@@ -3006,7 +2838,7 @@ styles {
               state: "default" 0.0;
               rel2.to_x: "elm.rect.right.pad";
               image {
-                 normal: "00_MessageBubble_BG_receive.png";
+                 normal: "00_messagebubble_bg_receive.png";
                  border: ENTRY_BUBBLE_RECEV_BG_BORDER_INC;
                  border_scale: 1;
               }
@@ -3466,7 +3298,7 @@ styles {
               state: "default" 0.0;
               rel2.to_x: "elm.rect.right.pad";
               image {
-                 normal: "00_MessageBubble_BG_receive.png";
+                 normal: "00_messagebubble_bg_receive.png";
                  border: 1 20 13 20;
                  border_scale: 1;
               }
@@ -3599,7 +3431,7 @@ styles {
               state: "default" 0.0;
                rel1.to_x: "elm.rect.left.pad";
               image {
-                 normal: "00_MessageBubble_BG_send.png";
+                 normal: "00_messagebubble_bg_sent.png";
                  border: 20 1 13 20;
                  border_scale: 1;
               }
@@ -3813,7 +3645,7 @@ styles {
               state: "default" 0.0;
            rel1.to_x: "elm.rect.left.pad";
               image {
-                     normal: "00_MessageBubble_BG_send.png";
+                     normal: "00_messagebubble_bg_sent.png";
                      border: ENTRY_BUBBLE_SENT_BG_BORDER_INC;
                      border_scale: 1;
               }
@@ -4289,7 +4121,7 @@ styles {
               state: "default" 0.0;
                rel1.to_x: "elm.rect.left.pad";
               image {
-                 normal: "00_MessageBubble_BG_send.png";
+                 normal: "00_messagebubble_bg_sent.png";
                  border: 20 1 13 20;
                  border_scale: 1;
               }
@@ -4498,6 +4330,11 @@ group { name: "elm/entry/base/font_color_black";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -4593,6 +4430,11 @@ group { name: "elm/entry/base-noedit/font_color_black";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -4741,6 +4583,11 @@ group { name: "elm/entry/base-charwrap/font_color_black";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -4887,6 +4734,11 @@ group { name: "elm/entry/base-single/font_color_black";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 
@@ -4980,11 +4832,15 @@ group { name: "elm/entry/base-single-noedit/font_color_black";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }
 group { name: "elm/entry/base-single/font_color_black/tizen_text_class";
    inherit: "elm/entry/base-single/font_color_black";
-
    styles {
       style { name: "tizen_text_class_single_textblock_style";
          base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=none left_margin=1 right_margin=3 text_class=tizen";
@@ -5031,11 +4887,22 @@ group { name: "elm/entry/base-single/font_color_black/tizen_text_class";
    }
    parts {
       part { name: "elm.guide";
+         type: TEXTBLOCK;
+         mouse_events: 0;
+         scale: 1;
          description { state: "default" 0.0;
+            rel1.to: "elm.text";
+            rel2.to: "elm.text";
             text {
                style: "tizen_text_class_single_textblock_guide_style";
+               min: 1 1;
+               max: 0 1;
             }
          }
+         description { state: "hidden" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
       }
       part { name: "elm.text";
          description { state: "default" 0.0;
@@ -5143,6 +5010,11 @@ group { name: "elm/entry/base-password/font_color_black";
          action: STATE_SET "default" 0.0;
          target: "elm.guide";
       }
+      program { name: "touch_snd";
+         signal: "mouse,clicked,1";
+         source: "elm.text";
+         action: PLAY_SAMPLE "touch_sound" 1.0;
+      }
    }
 }