From: Hermet Park Date: Thu, 7 Feb 2019 11:52:02 +0000 (+0900) Subject: fix wrong edc usage. X-Git-Tag: accepted/tizen/5.5/unified/20191031.020710~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c235fbf703f50047ec956e1527531ab56a4ecdf9;p=platform%2Fcore%2Fuifw%2Finputdelegator.git fix wrong edc usage. There are invalid part, state, program references. They are catched by edje_cc, removed abnormal usages all. Change-Id: I415ca7e5b66e9671c4ceb12aeac62813dd2dcc48 --- diff --git a/res/mobile/edje/w-input-stt-button.edc b/res/mobile/edje/w-input-stt-button.edc index c8865f4..cc6c063 100644 --- a/res/mobile/edje/w-input-stt-button.edc +++ b/res/mobile/edje/w-input-stt-button.edc @@ -70,7 +70,7 @@ description \ * */ #define BTN_IMAGE() \ -part \ +rect \ { \ name, "button_image"; \ mouse_events, 1; \ @@ -78,6 +78,7 @@ part \ description \ { \ state, "default" 0.0; \ + color, 0 0 0 0; \ } \ description \ { \ diff --git a/res/mobile/edje/w-input-stt.edc b/res/mobile/edje/w-input-stt.edc index 082731d..cf8fdda 100644 --- a/res/mobile/edje/w-input-stt.edc +++ b/res/mobile/edje/w-input-stt.edc @@ -910,7 +910,7 @@ collections target, "PROGRESS_BAR"; target, "MIC_ICON"; } - +/* program { name, "text_show"; @@ -928,6 +928,7 @@ collections action, STATE_SET "default" 0.0; target, "elm.text"; } +*/ program { name, "show_effect_part"; diff --git a/res/tv/edje/w-input-stt-button.edc b/res/tv/edje/w-input-stt-button.edc index c8865f4..cc6c063 100644 --- a/res/tv/edje/w-input-stt-button.edc +++ b/res/tv/edje/w-input-stt-button.edc @@ -70,7 +70,7 @@ description \ * */ #define BTN_IMAGE() \ -part \ +rect \ { \ name, "button_image"; \ mouse_events, 1; \ @@ -78,6 +78,7 @@ part \ description \ { \ state, "default" 0.0; \ + color, 0 0 0 0; \ } \ description \ { \ diff --git a/res/tv/edje/w-input-stt.edc b/res/tv/edje/w-input-stt.edc index 082731d..cf8fdda 100644 --- a/res/tv/edje/w-input-stt.edc +++ b/res/tv/edje/w-input-stt.edc @@ -910,7 +910,7 @@ collections target, "PROGRESS_BAR"; target, "MIC_ICON"; } - +/* program { name, "text_show"; @@ -928,6 +928,7 @@ collections action, STATE_SET "default" 0.0; target, "elm.text"; } +*/ program { name, "show_effect_part"; diff --git a/res/wearable/edje/w-input-stt-button.edc b/res/wearable/edje/w-input-stt-button.edc index c8865f4..cc6c063 100644 --- a/res/wearable/edje/w-input-stt-button.edc +++ b/res/wearable/edje/w-input-stt-button.edc @@ -70,7 +70,7 @@ description \ * */ #define BTN_IMAGE() \ -part \ +rect \ { \ name, "button_image"; \ mouse_events, 1; \ @@ -78,6 +78,7 @@ part \ description \ { \ state, "default" 0.0; \ + color, 0 0 0 0; \ } \ description \ { \