From: user Date: Thu, 4 Jul 2013 10:38:40 +0000 (+0530) Subject: [slider] Dark Theme UX v0.9 is implemented. X-Git-Tag: accepted/tizen/20131029.210118~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23ff6259bea341d496b4b69b8671e17b719257e3;p=profile%2Fivi%2Fefl-theme-tizen.git [slider] Dark Theme UX v0.9 is implemented. Change-Id: Ieba55e6d844576a44af6e2123e72d9e3cb6448f9 --- diff --git a/themes/inc/tizen-dark-inc.edc b/themes/inc/tizen-dark-inc.edc index 9d61ce2..afdbf6f 100755 --- a/themes/inc/tizen-dark-inc.edc +++ b/themes/inc/tizen-dark-inc.edc @@ -1065,6 +1065,7 @@ #define SLIDER_INDICATOR_MAX_WIDTH_INC 90 #define SLIDER_INDICATOR_WIDTH_INC 48 #define SLIDER_INDICATOR_HEIGHT_INC 72 +#define SLIDER_ICON_CLIPPER_COLOR_INC 250 250 250 153 #define SLIDER_INDICATOR_POPUP_TEXT_COLOR_INC 76 81 88 255 #define SLIDER_INDICATOR_POPUP_TEXT_SIZE_INC 72 diff --git a/themes/inc/tizen-light-inc.edc b/themes/inc/tizen-light-inc.edc index a18f9ff..c47d700 100755 --- a/themes/inc/tizen-light-inc.edc +++ b/themes/inc/tizen-light-inc.edc @@ -1066,6 +1066,7 @@ #define SLIDER_INDICATOR_MAX_WIDTH_INC 90 #define SLIDER_INDICATOR_WIDTH_INC 48 #define SLIDER_INDICATOR_HEIGHT_INC 72 +#define SLIDER_ICON_CLIPPER_COLOR_INC 128 128 128 127 #define SLIDER_INDICATOR_POPUP_TEXT_COLOR_INC 250 250 250 255 #define SLIDER_INDICATOR_POPUP_TEXT_SIZE_INC 72 diff --git a/themes/widgets/slider.edc b/themes/widgets/slider.edc index d17bc55..325124a 100644 --- a/themes/widgets/slider.edc +++ b/themes/widgets/slider.edc @@ -940,6 +940,48 @@ aspect_preference: VERTICAL; } } + part { name: "elm.swallow.content.shadow.proxy"; + type: PROXY; + scale: 1; + clip_to: "elm.swallow.content.shadow.clipper"; + description { state: "default" 0.0; + source: "elm.swallow.icon"; + proxy.source_clip: 0; + rel1 { + to: "elm.swallow.icon"; + offset: 0 1; + } + rel2 { + to: "elm.swallow.icon"; + offset: -1 0; + } + } + } + part { name: "elm.swallow.content.proxy"; + type: PROXY; + scale: 1; + clip_to: "icon_clipper"; + description { state: "default" 0.0; + source: "elm.swallow.icon"; + proxy.source_clip: 0; + rel1.to: "elm.swallow.icon"; + rel2.to: "elm.swallow.icon"; + } + } + part { name: "elm.swallow.content.shadow.clipper"; + scale: 1; + type: RECT; + description { state: "default" 0.0; + color: 0 0 0 255; + } + } + part { name: "icon_clipper"; + scale: 1; + type: RECT; + description { state: "default" 0.0; + color: SLIDER_ICON_CLIPPER_COLOR_INC; + } + } part { name: "elm.text"; type: TEXT; mouse_events: 0; @@ -988,6 +1030,48 @@ aspect_preference: VERTICAL; } } + part { name: "elm.swallow.content.shadow.proxy.end"; + type: PROXY; + scale: 1; + clip_to: "elm.swallow.content.shadow.clipper.end"; + description { state: "default" 0.0; + source: "elm.swallow.end"; + proxy.source_clip: 0; + rel1 { + to: "elm.swallow.end"; + offset: 0 1; + } + rel2 { + to: "elm.swallow.end"; + offset: -1 0; + } + } + } + part { name: "elm.swallow.content.proxy.end"; + type: PROXY; + scale: 1; + clip_to: "icon_clipper_end"; + description { state: "default" 0.0; + source: "elm.swallow.end"; + proxy.source_clip: 0; + rel1.to: "elm.swallow.end"; + rel2.to: "elm.swallow.end"; + } + } + part { name: "elm.swallow.content.shadow.clipper.end"; + scale: 1; + type: RECT; + description { state: "default" 0.0; + color: 0 0 0 255; + } + } + part { name: "icon_clipper_end"; + scale: 1; + type: RECT; + description { state: "default" 0.0; + color: SLIDER_ICON_CLIPPER_COLOR_INC; + } + } part { name: "units"; mouse_events: 0; scale: 1;