From 5f6d209e402e77da88a30d79c06562e013284fb3 Mon Sep 17 00:00:00 2001 From: shilpa singh Date: Fri, 20 Jul 2012 20:35:14 +0530 Subject: [PATCH] [control bar background image added] Change-Id: Idad15e46ce67ae61ec5926338ded6d0b6928277f --- themes/widgets/naviframe.edc | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/themes/widgets/naviframe.edc b/themes/widgets/naviframe.edc index 63593e8..1b37790 100644 --- a/themes/widgets/naviframe.edc +++ b/themes/widgets/naviframe.edc @@ -32,6 +32,7 @@ image: "00_winset_control_top_bg.png" COMP; image: "00_winset_control_top_arrow.png" COMP; image: "00_winset_title_line.png" COMP; + image: "00_winset_control_toolbar_bg.png" COMP; } script { public oh_show = 0; //optionheader show/hide @@ -423,7 +424,6 @@ } } part { name: "controlbar_bg"; - type: RECT; scale: 1; description { state: "default" 0.0; min: 0 0; @@ -433,7 +433,7 @@ visible: 0; rel1 { to: "base"; } rel2 { to: "base"; } - color: NAVIFRAME_CONTROLBAR_BG_COLOR_INC; + image.normal: "00_winset_control_toolbar_bg.png"; } description { state: "show" 0.0; inherit: "default" 0.0; @@ -945,6 +945,7 @@ image: "00_winset_control_top_bg.png" COMP; image: "00_winset_control_top_arrow.png" COMP; image: "00_winset_title_line.png" COMP; + image: "00_winset_control_toolbar_bg.png" COMP; } script { public oh_show = 0; //optionheader show/hide @@ -1361,7 +1362,6 @@ } } part { name: "controlbar_bg"; - type: RECT; scale: 1; description { state: "default" 0.0; min: 0 0; @@ -1371,7 +1371,7 @@ visible: 0; rel1 { to: "base"; } rel2 { to: "base"; } - color: NAVIFRAME_CONTROLBAR_BG_COLOR_INC; + image.normal: "00_winset_control_toolbar_bg.png"; } description { state: "show" 0.0; inherit: "default" 0.0; @@ -1881,6 +1881,9 @@ script { public cbar_bg = 0; //Controlbar BG Show call count } + images { + image: "00_winset_control_toolbar_bg.png" COMP; + } parts { part { name: "base"; type: RECT; @@ -2023,7 +2026,6 @@ } } part { name: "controlbar_bg"; - type: RECT; scale: 1; description { state: "default" 0.0; min: 0 0; @@ -2033,7 +2035,7 @@ visible: 0; rel1 { to: "base"; } rel2 { to: "base"; } - color: NAVIFRAME_CONTROLBAR_BG_COLOR_INC; + image.normal: "00_winset_control_toolbar_bg.png"; } description { state: "show" 0.0; inherit: "default" 0.0; @@ -2270,6 +2272,9 @@ script { public cbar_bg = 0; //Controlbar BG Show call count } + images { + image: "00_winset_control_toolbar_bg.png" COMP; + } parts { part { name: "base"; type: RECT; @@ -2311,7 +2316,6 @@ } } part { name: "controlbar_bg"; - type: RECT; scale: 1; description { state: "default" 0.0; min: 0 0; @@ -2321,7 +2325,7 @@ visible: 0; rel1 { to: "base"; } rel2 { to: "base"; } - color: NAVIFRAME_CONTROLBAR_BG_COLOR_INC; + image.normal: "00_winset_control_toolbar_bg.png"; } description { state: "show" 0.0; inherit: "default" 0.0; @@ -2860,7 +2864,6 @@ } } part { name: "controlbar_bg"; - type: RECT; scale: 1; description { state: "default" 0.0; min: 0 0; @@ -2870,7 +2873,7 @@ visible: 0; rel1 { to: "base"; } rel2 { to: "base"; } - color: NAVIFRAME_CONTROLBAR_BG_COLOR_INC; + image.normal: "00_winset_control_toolbar_bg.png"; } description { state: "show" 0.0; inherit: "default" 0.0; -- 2.7.4