Add drawing feature in emoticon input mode
[platform/core/uifw/inputdelegator.git] / res / wearable / edje / w-input-stt.edc
index 082731d..13168ba 100755 (executable)
@@ -58,6 +58,7 @@ collections
                image, "./tw_bottom_btn_bg.png" COMP;
 
                image, "./w_mode_ic_bg.png" COMP;
+               image, "./wi_drawing_bg.png" COMP;
 
                image, "./b_stt_text_fade_out.png" COMP;
                image, "./b_stt_icon_btn.png" COMP;
@@ -433,6 +434,21 @@ collections
              name: "AT023D";
              color: 0 0 0 40;
           }
+          color_class
+          {
+             name: "AO0391";
+             color: 0 151 207 100;
+          }
+          color_class
+          {
+             name: "AO0391P";
+             color: 0 0 0 50;
+          }
+          color_class
+          {
+             name: "AO0391D";
+             color: 0 0 0 40;
+          }
        }
 
        styles
@@ -1903,6 +1919,31 @@ collections
                }
        }
 
+       group { name: "elm/button/base/ime_button_drawing";
+         inherit: "elm/button/base/ime_button";
+         parts {
+                 part { name: "bg";
+                        type: IMAGE;
+                        scale: 1;
+                        description { state: "default" 0.0;
+                               min: 76 76;
+                               max: 76 76;
+                               color_class: "AO0391";
+                               visible: 1;
+                               image.normal: "./wi_drawing_bg.png";
+                        }
+                        description { state: "pressed" 0.0;
+                               inherit: "default" 0.0;
+                               color_class: "AO0391P";
+                        }
+                        description { state: "disabled" 0.0;
+                               inherit: "default" 0.0;
+                               color_class: "AO0391D";
+                               }
+                       }
+               }
+       }
+
        group { name: "elm/button/base/ime_button_stt_confirm";
                inherit: "elm/button/base/ime_button";
                parts {