[handler]changed fast scroll handler image for dark theme ver 0.5
[platform/core/uifw/efl-theme-tizen.git] / themes / tizen.edc
index 2639680..d7c5df4 100644 (file)
@@ -50,18 +50,15 @@ externals {
 
 collections {
 #include "widgets/access.edc"
-#include "widgets/actionslider.edc"
 #include "widgets/badge.edc"
 #include "widgets/bg.edc"
 #include "widgets/bubble.edc"
 #include "widgets/button.edc"
-#include "widgets/calendar.edc"
 #include "widgets/check.edc"
 #include "widgets/colorselector.edc"
 #include "widgets/conformant.edc"
 #include "widgets/ctxpopup.edc"
 #include "widgets/datetime.edc"
-#include "widgets/dayselector.edc"
 #include "widgets/diskselector.edc"
 #include "widgets/editfield.edc"
 #include "widgets/entry.edc"
@@ -85,9 +82,70 @@ collections {
 #include "widgets/selectioninfo.edc"
 #include "widgets/slider.edc"
 #include "widgets/tickernoti.edc"
-#include "widgets/toggle.edc"
 #include "widgets/toolbar.edc"
 
+
+   group { name: "elm/focus_highlight/top/default";
+      images {
+         image: "00_focus.png" COMP;
+      }
+      data {
+         item: "animate" "off";
+      }
+      parts {
+         part { name: "base";
+            type: RECT;
+            repeat_events: 1;
+            description { state: "default" 0.0;
+               rel1.relative: 0.0 0.0;
+               rel2.relative: 1.0 1.0;
+               visible: 0;
+            }
+         }
+         part { name: "shine";
+            type: IMAGE;
+            mouse_events: 0;
+            repeat_events: 1;
+            ignore_flags: ON_HOLD;
+            scale: 1;
+            description { state: "default" 0.0;
+               visible: 0;
+               image {
+                  normal: "00_focus.png";
+                  border: 7 7 7 7;
+                  border_scale: 1;
+               }
+            }
+            description { state: "show" 0.0;
+               inherit:  "default" 0.0;
+               visible: 1;
+            }
+         }
+      }
+      programs {
+         program { name: "show";
+            signal: "elm,action,focus,show";
+            source: "elm";
+            action: STATE_SET "show" 0.0;
+            target: "shine";
+            after: "show_end";
+         }
+         program { name: "show_end";
+            action: SIGNAL_EMIT "elm,action,focus,show,end" "";
+         }
+         program { name: "hide";
+            signal: "elm,action,focus,hide";
+            source: "elm";
+            action: STATE_SET "default" 0.0;
+            target: "shine";
+            after: "hide_end";
+         }
+         program { name: "hide_end";
+            action: SIGNAL_EMIT "elm,action,focus,hide,end" "";
+         }
+      }
+   }
+
 /*
 sounds{
         sound : "drag-start.wav" 0 100;