From: Minseok Kim Date: Tue, 24 Jul 2012 07:32:43 +0000 (+0900) Subject: [fastscroll] modify rollover for white theme X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~81^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cd593ca990babf2dd3956bbff9c83c9efce9167;hp=6d478f842a574508abb2879ca1464c6fc4bca757;p=profile%2Fivi%2Fefl-theme-tizen.git [fastscroll] modify rollover for white theme --- diff --git a/themes/widgets/index.edc b/themes/widgets/index.edc index 2365a9a..bc45789 100644 --- a/themes/widgets/index.edc +++ b/themes/widgets/index.edc @@ -27,8 +27,6 @@ } images { image: "00_fast_scroll_popup_bg.png" COMP; - image: "00_fast_scroll_rollover_bg.png" COMP; - image: "00_fast_scroll_rollover_index_1_bg.png" COMP; } data{ item: "min_obj_height" "32"; @@ -104,31 +102,6 @@ color: 0 0 0 0; } } - part { name: "index.1.bg.image.middle"; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - visible: 0; - rel1 { - to: "elm.swallow.index.1"; - offset: 0 0; - } - rel2 { - to: "elm.swallow.index.1"; - offset: 0 0; - } - image { - normal: "00_fast_scroll_rollover_index_1_bg.png"; - border: INDEX_BG_NINEPATCH_INC; - border_scale: 1; - } - fill.smooth: 0; - } - description { state: "active" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } part { name: "elm.swallow.index.1"; type: SWALLOW; scale: 1; @@ -162,31 +135,6 @@ color: 255 255 255 255; } } - part { name: "index.0.bg.image.middle"; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - to: "elm.swallow.index.0"; - offset: 0 0; - } - rel2 { - to: "elm.swallow.index.0"; - offset: 0 0; - } - image { - normal: "00_fast_scroll_rollover_bg.png"; - border: INDEX_BG_NINEPATCH_INC; - border_scale: 1; - } - fill.smooth: 0; - visible: 0; - } - description { state: "active" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } part { name: "elm.swallow.index.0"; type: SWALLOW; clip_to: "clip"; @@ -408,7 +356,6 @@ transition: DECELERATE 0.3; target: "elm.swallow.index.0"; target: "clip"; - target: "index.0.bg.image.middle"; after: "enable_timer"; } program { name: "index0.inactive"; @@ -418,7 +365,6 @@ transition: DECELERATE 0.3; target: "elm.swallow.index.0"; target: "clip"; - target: "index.0.bg.image.middle"; } program { name: "index1.inactive"; signal: "elm,state,level,0"; @@ -427,7 +373,6 @@ transition: DECELERATE 0.3; target: "elm.swallow.index.1"; target: "clip2"; - target: "index.1.bg.image.middle"; } program { name: "index1.active"; signal: "elm,state,level,1"; @@ -436,7 +381,6 @@ transition: DECELERATE 0.3; target: "elm.swallow.index.1"; target: "clip2"; - target: "index.1.bg.image.middle"; } program { name: "index.active"; signal: "elm,indicator,state,active"; @@ -446,7 +390,6 @@ target: "clip2"; target: "elm.swallow.index.0"; target: "clip"; - target: "index.0.bg.image.middle"; target: "elm.text"; target: "button_image"; } @@ -498,7 +441,7 @@ description { state: "active" 0.0; inherit: "default" 0.0; - visible: 0; + visible: 1; } } part { name: "bottom.line"; @@ -534,8 +477,13 @@ } description { state: "active" 0.0; - inherit: "default" 0.0; - visible: 0; + rel1 { + relative: 0.0 0.0; offset: 0 -INDEX_ITEM_HEIGHT_INC; + } + rel2 { + relative: 0.0 1.0; offset: 1 +INDEX_ITEM_HEIGHT_INC; + } + color: INDEX_SCROLL_BG_COLOR_INC; } } part { name: "item.bg"; @@ -546,10 +494,10 @@ state: "default" 0.0; visible: 0; rel1 { - relative: 0.0 0.0; + relative: 0.0 0.0; offset: 0 -INDEX_ITEM_HEIGHT_INC; } rel2 { - relative: 1.0 1.0; + relative: 1.0 1.0; offset: 0 +INDEX_ITEM_HEIGHT_INC; } image { normal: "00_fast_scroll_rollover_bg_focus_bg.png";