summaryrefslogtreecommitdiff
path: root/mobile/widgets_default/a11y_highlight.edc
blob: 9eec9717c5cd78bad02e09c58933e61bcad11b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
group { name: "elm/accessibility_highlight/top/default";
   images.image: "focus_ef.#.png" COMP;
   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: "glow";
         type: IMAGE;
         mouse_events: 0;
         repeat_events: 1;
         ignore_flags: ON_HOLD;
         scale: 1;
         description { state: "default" 0.0;
            image.normal: "focus_ef.#.png";
            color: 0 218 230 100;
            fill.smooth: 0;
         }
         description { state: "show" 0.0;
            inherit:  "default" 0.0;
            visible: 1;
         }
      }
   }
}