From: ChunEon Park Date: Thu, 19 Apr 2012 02:45:47 +0000 (+0900) Subject: removed stackedicon X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~155^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9925dda1e2bdde0fe0d6f70711a60051b1004bd;p=profile%2Fivi%2Fefl-theme-tizen.git removed stackedicon --- 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 d915b2a..0000000 Binary files a/themes/images/tizen-black-hd/stackedicon_bg.png and /dev/null differ diff --git a/themes/images/tizen-black/stackedicon_bg.png b/themes/images/tizen-black/stackedicon_bg.png deleted file mode 100644 index d915b2a..0000000 Binary files a/themes/images/tizen-black/stackedicon_bg.png and /dev/null differ diff --git a/themes/images/tizen-hd/stackedicon_bg.png b/themes/images/tizen-hd/stackedicon_bg.png deleted file mode 100644 index d915b2a..0000000 Binary files a/themes/images/tizen-hd/stackedicon_bg.png and /dev/null differ diff --git a/themes/images/tizen/stackedicon_bg.png b/themes/images/tizen/stackedicon_bg.png deleted file mode 100644 index d915b2a..0000000 Binary files a/themes/images/tizen/stackedicon_bg.png and /dev/null differ diff --git a/themes/tizen.edc b/themes/tizen.edc index a401cdb..157d3d4 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 d8c3cf2..0000000 --- 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 { - } - } -