summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <chuneon.park@samsung.com>2012-04-19 11:45:47 +0900
committerChunEon Park <chuneon.park@samsung.com>2012-04-19 11:45:47 +0900
commitb9925dda1e2bdde0fe0d6f70711a60051b1004bd (patch)
treea7f171748d8a9866d14a326092c42d83d68d3ff6
parentf0bd563b4d6383d462104e0c55d34def7fe3beeb (diff)
downloadefl-theme-tizen-b9925dda1e2bdde0fe0d6f70711a60051b1004bd.tar.gz
efl-theme-tizen-b9925dda1e2bdde0fe0d6f70711a60051b1004bd.tar.bz2
efl-theme-tizen-b9925dda1e2bdde0fe0d6f70711a60051b1004bd.zip
removed stackedicon
-rw-r--r--themes/images/tizen-black-hd/stackedicon_bg.pngbin989 -> 0 bytes
-rw-r--r--themes/images/tizen-black/stackedicon_bg.pngbin989 -> 0 bytes
-rw-r--r--themes/images/tizen-hd/stackedicon_bg.pngbin989 -> 0 bytes
-rw-r--r--themes/images/tizen/stackedicon_bg.pngbin989 -> 0 bytes
-rw-r--r--themes/tizen.edc1
-rw-r--r--themes/widgets/stackedicon.edc99
6 files changed, 0 insertions, 100 deletions
diff --git a/themes/images/tizen-black-hd/stackedicon_bg.png b/themes/images/tizen-black-hd/stackedicon_bg.png
deleted file mode 100644
index d915b2a6..00000000
--- a/themes/images/tizen-black-hd/stackedicon_bg.png
+++ /dev/null
Binary files differ
diff --git a/themes/images/tizen-black/stackedicon_bg.png b/themes/images/tizen-black/stackedicon_bg.png
deleted file mode 100644
index d915b2a6..00000000
--- a/themes/images/tizen-black/stackedicon_bg.png
+++ /dev/null
Binary files differ
diff --git a/themes/images/tizen-hd/stackedicon_bg.png b/themes/images/tizen-hd/stackedicon_bg.png
deleted file mode 100644
index d915b2a6..00000000
--- a/themes/images/tizen-hd/stackedicon_bg.png
+++ /dev/null
Binary files differ
diff --git a/themes/images/tizen/stackedicon_bg.png b/themes/images/tizen/stackedicon_bg.png
deleted file mode 100644
index d915b2a6..00000000
--- a/themes/images/tizen/stackedicon_bg.png
+++ /dev/null
Binary files differ
diff --git a/themes/tizen.edc b/themes/tizen.edc
index a401cdb0..157d3d49 100644
--- a/themes/tizen.edc
+++ b/themes/tizen.edc
@@ -83,7 +83,6 @@ collections {
#include "widgets/segmentedcontrol.edc"
#include "widgets/selectioninfo.edc"
#include "widgets/slider.edc"
-#include "widgets/stackedicon.edc"
#include "widgets/tickernoti.edc"
#include "widgets/toggle.edc"
#include "widgets/toolbar.edc"
diff --git a/themes/widgets/stackedicon.edc b/themes/widgets/stackedicon.edc
deleted file mode 100644
index d8c3cf28..00000000
--- a/themes/widgets/stackedicon.edc
+++ /dev/null
@@ -1,99 +0,0 @@
-/*
- * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * PROPRIETARY/CONFIDENTIAL
- *
- * This software is the confidential and proprietary information of SAMSUNG
- * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
- * software is owned by Samsung and you shall not disclose such Confidential
- * Information and shall use it only in accordance with the terms of the license
- * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
- * representations or warranties about the suitability of the software, either
- * express or implied, including but not limited to the implied warranties of
- * merchantability, fitness for a particular purpose, or non-infringement.
- * SAMSUNG shall not be liable for any damages suffered by licensee arising out
- * of or releated to this software.
- *
- */
-
-///////////////////////////////////////////////////////////////////////////////////////
- group { name: "elm/stackedicon/base/default";
-
- parts {
- part {
- name: "elm.base";
- type: RECT;
- mouse_events: 1;
- scale:1;
- description {
- state: "default" 0.0;
- align: 0 0;
- color: 0 0 0 0;
- }
- }
- part{
- name: "elm.bg.swallow";
- type: SWALLOW;
- mouse_events: 1;
- description {
- state: "default" 0.0;
- rel1 { relative: 0.0 0.0; to: "elm.base"; }
- rel2 { relative: 1.0 1.0; to: "elm.base"; }
- align: 0.0 0.0;
- }
- }
- }
-
- programs {
- }
- }
-
-///////////////////////////////////////////////////////////////////////////////////////
- group { name: "elm/stackedicon/icon/default";
- min: 137 110;
-
- images {
- image: "stackedicon_bg.png" COMP;
- }
-
- parts {
- part { name: "bg";
- type: IMAGE;
- mouse_events: 1;
- scale : 1;
- description {
- state: "default" 0.0;
- image {
- normal : "stackedicon_bg.png";
- border : 5 17 5 24;
- }
- }
- }
-
- part { name: "contents";
- type: SWALLOW;
- mouse_events: 1;
- scale : 1;
- description {
- state: "default" 0.0;
- rel1 { relative: 0.0 0.0; offset: 5 5; to, "bg"; }
- rel2 { relative: 1.0 1.0; offset: -17 -24; to, "bg"; }
- }
- }
-
- part { name: "shadow";
- type: SWALLOW;
- mouse_events: 0;
- scale : 1;
- description {
- state: "default" 0.0;
- rel1 { relative: 0.0 0.0; offset: 5 5; to, "bg"; }
- rel2 { relative: 1.0 1.0; offset: -17 -24; to, "bg"; }
- }
- }
- }
-
- programs {
- }
- }
-