From: ChunEon Park Date: Mon, 27 Jun 2011 11:01:55 +0000 (+0900) Subject: navigationbar - removed unused group X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~710 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51c1e4144397b97fe64e0e91eb7d5fcbf7779b64;p=profile%2Fivi%2Fefl-theme-tizen.git navigationbar - removed unused group --- diff --git a/themes/groups/navigationbar.edc b/themes/groups/navigationbar.edc index 65c2cd7..092aa2d 100644 --- a/themes/groups/navigationbar.edc +++ b/themes/groups/navigationbar.edc @@ -383,191 +383,6 @@ group { } /* end of programs */ } /* end of group "navigationbar" */ -group { - name: "elm/navigationbar/title/default"; - parts { - part { name: "elm.swallow.title1"; - type: SWALLOW; - scale: 1; - description { - fixed: 1 1; - min: 0 NAVIBAR_TITLE_ITEM_H; - state: "default" 0.0; - rel1 { relative: 0.0 0.0; } - rel2 { relative: 0.0 1.0; } - align: 0.0 0.5; - } - } - part { name: "elm.rect.pad1"; - type: RECT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - min: 0 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title1"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title1"; } - } - description { - state: "visible" 0.0; - min: NAVIBAR_PADDING 0; - fixed: 1 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title1"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title1"; } - align: 0.0 0.0; - color: 0 0 0 0; - } - } - part { - name: "elm.swallow.title2"; - type: SWALLOW; - scale: 1; - description { - fixed: 1 1; - min: 0 NAVIBAR_TITLE_ITEM_H; - state: "default" 0.0; - rel1 { relative: 1.0 0.0; to: "elm.rect.pad1"; } - rel2 { relative: 1.0 1.0; to: "elm.rect.pad1"; } - align: 0.0 0.5; - } - } - part { - name: "elm.rect.pad2"; - type: RECT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - min: 0 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title2"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title2"; } - } - description { - state: "visible" 0.0; - min: NAVIBAR_PADDING 0; - fixed: 1 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title2"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title2"; } - align: 0.0 0.0; - color: 0 0 0 0; - } - } - part { - name: "elm.swallow.title3"; - type: SWALLOW; - scale: 1; - description { - fixed: 1 1; - min: 0 NAVIBAR_TITLE_ITEM_H; - state: "default" 0.0; - rel1 { relative: 1.0 0.0; to: "elm.rect.pad2"; } - rel2 { relative: 1.0 1.0; to: "elm.rect.pad2"; } - align: 0.0 0.5; - } - } - part { - name: "elm.rect.pad3"; - type: RECT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - min: 0 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title3"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title3"; } - } - description { - state: "visible" 0.0; - min: NAVIBAR_PADDING 0; - fixed: 1 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title3"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title3"; } - align: 0.0 0.0; - color: 0 0 0 0; - } - } - part { - name: "elm.swallow.title4"; - type: SWALLOW; - scale: 1; - description { - fixed: 1 1; - min: 0 NAVIBAR_TITLE_ITEM_H; - state: "default" 0.0; - rel1 { relative: 1.0 0.0; to: "elm.rect.pad3"; } - rel2 { relative: 1.0 1.0; to: "elm.rect.pad3"; } - align: 0.0 0.5; - } - } - part { - name: "elm.rect.pad4"; - type: RECT; - mouse_events: 0; - scale: 1; - description { - state: "default" 0.0; - min: 0 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title4"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title4"; } - } - description { - state: "visible" 0.0; - min: NAVIBAR_PADDING 0; - fixed: 1 0; - rel1 { relative: 1.0 0.0; to: "elm.swallow.title4"; } - rel2 { relative: 1.0 1.0; to: "elm.swallow.title4"; } - align: 0.0 0.0; - color: 0 0 0 0; - } - } - part { - name: "elm.swallow.title5"; - type: SWALLOW; - scale: 1; - description { - fixed: 1 1; - min: 0 NAVIBAR_TITLE_ITEM_H; - state: "default" 0.0; - rel1 { relative: 1.0 0.0; to: "elm.rect.pad4"; } - rel2 { relative: 1.0 1.0; to: "elm.rect.pad4"; } - align: 0.0 0.5; - } - } - } /* end of parts */ - - programs { - program { - name: "seconditem"; - signal: "elm,state,item,add,2"; - source: "elm"; - action: STATE_SET "visible" 0.0; - target: "elm.rect.pad1"; - } - program { - name: "thirditem"; - signal: "elm,state,item,add,3"; - source: "elm"; - action: STATE_SET "visible" 0.0; - target: "elm.rect.pad2"; - } - program { - name: "fourthitem"; - signal: "elm,state,item,add,4"; - source: "elm"; - action: STATE_SET "visible" 0.0; - target: "elm.rect.pad3"; - } - program { - name: "fifthitem"; - signal: "elm,state,item,add,5"; - source: "elm"; - action: STATE_SET "visible" 0.0; - target: "elm.rect.pad4"; - } - } /* end of programs */ -} /* end of group "navigationbar" */ - - /////////////////////////////////////////////////////////////////////////////// group { name: "elm/pager/base/navigationbar"; parts {