From c235fbf703f50047ec956e1527531ab56a4ecdf9 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 7 Feb 2019 20:52:02 +0900 Subject: [PATCH] fix wrong edc usage. There are invalid part, state, program references. They are catched by edje_cc, removed abnormal usages all. Change-Id: I415ca7e5b66e9671c4ceb12aeac62813dd2dcc48 --- res/mobile/edje/w-input-stt-button.edc | 3 ++- res/mobile/edje/w-input-stt.edc | 3 ++- res/tv/edje/w-input-stt-button.edc | 3 ++- res/tv/edje/w-input-stt.edc | 3 ++- res/wearable/edje/w-input-stt-button.edc | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) 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 \ { \ -- 2.7.4