fix wrong edc usage. 35/199235/1
authorHermet Park <hermetpark@gmail.com>
Thu, 7 Feb 2019 11:52:02 +0000 (20:52 +0900)
committerHermet Park <hermetpark@gmail.com>
Thu, 7 Feb 2019 11:52:45 +0000 (20:52 +0900)
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
res/mobile/edje/w-input-stt.edc
res/tv/edje/w-input-stt-button.edc
res/tv/edje/w-input-stt.edc
res/wearable/edje/w-input-stt-button.edc

index c8865f4..cc6c063 100644 (file)
@@ -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                                                                                                                       \
        {                                                                                                                                               \
index 082731d..cf8fdda 100644 (file)
@@ -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";
index c8865f4..cc6c063 100644 (file)
@@ -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                                                                                                                       \
        {                                                                                                                                               \
index 082731d..cf8fdda 100644 (file)
@@ -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";
index c8865f4..cc6c063 100644 (file)
@@ -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                                                                                                                       \
        {                                                                                                                                               \