summaryrefslogtreecommitdiff
path: root/mobile/themes/widgets/map.edc
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-02-01 13:58:02 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-02-01 13:58:02 +0900
commitb9a5bc0d3dd96ddee2a2218713e74dc433cf7594 (patch)
tree983c2a552d44f9e40a151d8b906caf2e1f6dd519 /mobile/themes/widgets/map.edc
parent53605de8d45e6546e5baedcee4b9db626453a8ee (diff)
downloadefl-theme-tizen-tizen_2.3.tar.gz
efl-theme-tizen-tizen_2.3.tar.bz2
efl-theme-tizen-tizen_2.3.zip
Diffstat (limited to 'mobile/themes/widgets/map.edc')
-rw-r--r--mobile/themes/widgets/map.edc491
1 files changed, 0 insertions, 491 deletions
diff --git a/mobile/themes/widgets/map.edc b/mobile/themes/widgets/map.edc
deleted file mode 100644
index a50c8715..00000000
--- a/mobile/themes/widgets/map.edc
+++ /dev/null
@@ -1,491 +0,0 @@
-/*
- * efl-theme-tizen
- * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
- *
- * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice, this
- * list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-
-///////////////////////////////////////////////////////////////////////////////
-group { name: "elm/map/base/default";
- images {
- image: "White/63x63/00_list_process_01.png" COMP;
- image: "White/63x63/00_list_process_02.png" COMP;
- image: "White/63x63/00_list_process_03.png" COMP;
- image: "White/63x63/00_list_process_04.png" COMP;
- image: "White/63x63/00_list_process_05.png" COMP;
- image: "White/63x63/00_list_process_06.png" COMP;
- image: "White/63x63/00_list_process_07.png" COMP;
- image: "White/63x63/00_list_process_08.png" COMP;
- image: "White/63x63/00_list_process_09.png" COMP;
- image: "White/63x63/00_list_process_10.png" COMP;
- image: "White/63x63/00_list_process_11.png" COMP;
- image: "White/63x63/00_list_process_12.png" COMP;
- image: "White/63x63/00_list_process_13.png" COMP;
- image: "White/63x63/00_list_process_14.png" COMP;
- image: "White/63x63/00_list_process_15.png" COMP;
- image: "White/63x63/00_list_process_16.png" COMP;
- image: "White/63x63/00_list_process_17.png" COMP;
- image: "White/63x63/00_list_process_18.png" COMP;
- image: "White/63x63/00_list_process_19.png" COMP;
- image: "White/63x63/00_list_process_20.png" COMP;
- image: "White/63x63/00_list_process_21.png" COMP;
- image: "White/63x63/00_list_process_22.png" COMP;
- image: "White/63x63/00_list_process_23.png" COMP;
- image: "White/63x63/00_list_process_24.png" COMP;
- image: "White/63x63/00_list_process_25.png" COMP;
- image: "White/63x63/00_list_process_26.png" COMP;
- image: "White/63x63/00_list_process_27.png" COMP;
- image: "White/63x63/00_list_process_28.png" COMP;
- image: "White/63x63/00_list_process_29.png" COMP;
- image: "White/63x63/00_list_process_30.png" COMP;
- }
- parts {
- part { name: "bg";
- type: RECT;
- scale: 1;
- description { state: "default" 0.0;
- rel1.offset: 0 0;
- rel2.offset: -1 -1;
- color: 255 255 255 0;
- }
- }
- part { name: "clipper";
- type: RECT;
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- rel1.to: "bg";
- rel2.to: "bg";
- }
- }
- part { name: "elm.swallow.content";
- clip_to: "clipper";
- type: SWALLOW;
- scale: 1;
- description { state: "default" 0.0;
- rel1.offset: 0 0;
- rel2.offset: -1 -1;
- }
- }
- part { name: "busy_clip";
- type: RECT;
- mouse_events: 0;
- description { state: "default" 0.0;
- visible: 0;
- color: 255 255 255 0;
- }
- description { state: "active" 0.0;
- visible: 1;
- color: 255 255 255 255;
- }
- }
- part { name: "busy";
- clip_to: "busy_clip";
- mouse_events: 0;
- description { state: "default" 0.0;
- fixed: 1 1;
- min: 32 32;
- aspect: 1.0 1.0;
- align: 1.0 1.0;
- aspect_preference: BOTH;
- rel1 {
- relative: 0.9 0.9;
- offset: -9 -9;
- }
- rel2 {
- relative: 0.9 0.9;
- offset: -9 -9;
- }
- image {
- normal: "White/63x63/00_list_process_30.png";
- tween: "White/63x63/00_list_process_01.png";
- tween: "White/63x63/00_list_process_02.png";
- tween: "White/63x63/00_list_process_03.png";
- tween: "White/63x63/00_list_process_04.png";
- tween: "White/63x63/00_list_process_05.png";
- tween: "White/63x63/00_list_process_06.png";
- tween: "White/63x63/00_list_process_07.png";
- tween: "White/63x63/00_list_process_08.png";
- tween: "White/63x63/00_list_process_09.png";
- tween: "White/63x63/00_list_process_10.png";
- tween: "White/63x63/00_list_process_11.png";
- tween: "White/63x63/00_list_process_12.png";
- tween: "White/63x63/00_list_process_13.png";
- tween: "White/63x63/00_list_process_14.png";
- tween: "White/63x63/00_list_process_15.png";
- tween: "White/63x63/00_list_process_16.png";
- tween: "White/63x63/00_list_process_17.png";
- tween: "White/63x63/00_list_process_18.png";
- tween: "White/63x63/00_list_process_19.png";
- tween: "White/63x63/00_list_process_20.png";
- tween: "White/63x63/00_list_process_21.png";
- tween: "White/63x63/00_list_process_22.png";
- tween: "White/63x63/00_list_process_23.png";
- tween: "White/63x63/00_list_process_24.png";
- tween: "White/63x63/00_list_process_25.png";
- tween: "White/63x63/00_list_process_26.png";
- tween: "White/63x63/00_list_process_27.png";
- tween: "White/63x63/00_list_process_28.png";
- tween: "White/63x63/00_list_process_29.png";
- }
- }
- }
- program { name: "go1";
- signal: "elm,state,busy,start";
- source: "elm";
- action: STATE_SET "active" 0.0;
- transition: SINUSOIDAL 1.0;
- target: "busy_clip";
- }
- program { name: "go2";
- signal: "elm,state,busy,start";
- source: "elm";
- action: STATE_SET "default" 0.0;
- transition: LINEAR 0.5;
- target: "busy";
- after: "go2";
- }
- program { name: "stop1";
- signal: "elm,state,busy,stop";
- source: "elm";
- action: STATE_SET "default" 0.0;
- transition: SINUSOIDAL 1.0;
- target: "busy_clip";
- after: "stop2";
- }
- program { name: "stop2";
- action: ACTION_STOP;
- target: "go2";
- }
- }
-}
-group { name: "elm/map/marker/radio/default";
- data {
- item: size_w 48;
- item: size_h 48;
- item: size_max_w 58;
- item: size_max_h 58;
- }
- images {
- image: "map_item.png" COMP;
- }
- parts {
- part { name: "whole";
- type: RECT;
- description { state: "default" 0.0;
- }
- }
- part { name: "base";
- ignore_flags: ON_HOLD;
- description { state: "default" 0.0;
- image.normal: "map_item.png";
- }
- }
- part { name: "elm.icon";
- type: SWALLOW;
- clip_to: "whole";
- mouse_events: 0;
- description { state: "default" 0.0;
- rel1.relative: 0.27 0.27;
- rel2.relative: 0.73 0.73;
- }
- }
- part { name: "elm.text";
- type: TEXT;
- effect: SOFT_SHADOW;
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- align: 0.5 0.5;
- color: 224 224 224 255;
- color3: 0 0 0 64;
- rel1.relative: 0.28 0.25;
- rel2.relative: 0.75 0.75;
- text {
- font: "Tizen:style=Medium";
- size: 24;
- min: 0 0;
- align: 0.5 0.5;
- text_class: "tizen";
- }
- }
- }
- }
- programs {
- program { name: "open";
- signal: "mouse,clicked,1";
- source: "base";
- action: SIGNAL_EMIT "open" "elm";
- }
- program { name: "bringin";
- signal: "mouse,down,1,double";
- source: "base";
- action: SIGNAL_EMIT "bringin" "elm";
- }
- }
-}
-group { name: "elm/map/marker/radio2/default";
- data {
- item: size_w 48;
- item: size_h 48;
- item: size_max_w 58;
- item: size_max_h 58;
- }
- images {
- image: "map_item_2.png" COMP;
- }
- parts {
- part { name: "base";
- ignore_flags: ON_HOLD;
- description { state: "default" 0.0;
- image.normal: "map_item_2.png";
- }
- }
- part { name: "elm.text";
- type: TEXT;
- effect: SOFT_SHADOW;
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- align: 0.5 0.5;
- color: 224 224 224 255;
- color3: 0 0 0 64;
- rel1.relative: 0.28 0.25;
- rel2.relative: 0.75 0.75;
- text {
- font: "Tizen:style=Medium";
- size: 24;
- min: 0 0;
- align: 0.5 0.5;
- text_class: "tizen";
- }
- }
- }
- }
- programs {
- program { name: "open";
- signal: "mouse,clicked,1";
- source: "base";
- action: SIGNAL_EMIT "open" "elm";
- }
- program { name: "bringin";
- signal: "mouse,down,1,double";
- source: "base";
- action: SIGNAL_EMIT "bringin" "elm";
- }
- }
-}
-group { name: "elm/map/marker/empty/default";
- data {
- item: size_w 44;
- item: size_h 44;
- item: size_max_w 64;
- item: size_max_h 64;
- }
- parts {
- part { name: "whole";
- type: RECT;
- description { state: "default" 0.0;
- }
- }
- part { name: "base";
- type: RECT;
- ignore_flags: ON_HOLD;
- description { state: "default" 0.0;
- color: 0 0 0 0;
- }
- }
- part { name: "elm.icon";
- type: SWALLOW;
- clip_to: "whole";
- mouse_events: 0;
- description { state: "default" 0.0;
- }
- }
- part { name: "elm.text";
- type: TEXT;
- effect: SOFT_SHADOW;
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- align: 0.5 0.5;
- color: 224 224 224 255;
- color3: 0 0 0 64;
- rel1.relative: 0.28 0.25;
- rel2.relative: 0.75 0.75;
- text {
- font: "Tizen:style=Medium";
- size: 24;
- min: 0 0;
- align: 0.5 0.5;
- text_class: "tizen";
- }
- }
- }
- }
- programs {
- program { name: "open";
- signal: "mouse,clicked,1";
- source: "base";
- action: SIGNAL_EMIT "open" "elm";
- }
- program { name: "bringin";
- signal: "mouse,down,1,double";
- source: "base";
- action: SIGNAL_EMIT "bringin" "elm";
- }
- }
-}
-group { name: "elm/map/marker_bubble/default";
- images {
- image: "bubble.png" COMP;
- image: "bubble_shine.png" COMP;
- }
- data {
- item: size_w 200;
- item: size_h 100;
- }
- parts {
- part { name: "clipper";
- type: RECT;
- mouse_events: 1;
- description { state: "default" 0.0;
- color: 255 255 255 0;
- }
- description { state: "show" 0.0;
- inherit: "default" 0.0;
- color: 255 255 255 255;
- }
- }
- part { name: "base0";
- mouse_events: 0;
- clip_to: "clipper";
- description { state: "default" 0.0;
- image {
- normal: "bubble.png";
- border: 11 36 10 19;
- }
- image.middle: SOLID;
- fill.smooth: 0;
- }
- }
- part { name: "elm.swallow.content";
- type: SWALLOW;
- clip_to: "clipper";
- description { state: "default" 0.0;
- align: 0.5 0.5;
- rel1 {
- offset: 9 8;
- }
- rel2 {
- offset: -10 -17;
- }
- }
- }
- part { name: "shine";
- mouse_events: 0;
- clip_to: "clipper";
- description { state: "default" 0.0;
- rel1 {
- to: "base0";
- }
- rel2 {
- to: "base0";
- relative: 1.0 0.5;
- }
- image {
- normal: "bubble_shine.png";
- border: 5 5 5 0;
- }
- fill.smooth: 0;
- }
- }
- }
- programs {
- program { name: "show";
- signal: "show";
- action: STATE_SET "show" 0.0;
- target: "clipper";
- transition: ACCELERATE 0.5;
- }
- }
-}
-group { name: "elm/map/circle/base/default";
- images {
- image: "map_circle.png" COMP;
- }
- parts {
- part { name: "base";
- ignore_flags: ON_HOLD;
- description { state: "default" 0.0;
- image.normal: "map_circle.png";
- }
- }
- }
-}
-group { name: "elm/map/scale/base/default";
- data {
- item: size_w 100;
- item: size_h 25;
- }
- images {
- image: "map_scale.png" COMP;
- }
- parts {
- part { name: "base";
- ignore_flags: ON_HOLD;
- description { state: "default" 0.0;
- image.normal: "map_scale.png";
- image.border: 10 10 10 10;
- }
- }
- part { name: "elm.text";
- type: TEXT;
- ignore_flags: ON_HOLD;
- effect: SOFT_SHADOW;
- mouse_events: 0;
- scale: 1;
- description { state: "default" 0.0;
- color: 224 224 224 255;
- color3: 0 0 0 64;
- rel1 {
- relative: 0 0;
- offset: 1 1;
- }
- rel2 {
- relative: 1 1;
- offset: -1 -1;
- }
- text {
- font: "Tizen:style=Medium";
- size: 24;
- min: 0 0;
- align: 0.1 0.5;
- text_class: "tizen";
- }
- }
- }
- }
-}