From: Hyoyoung Chang Date: Tue, 8 Jun 2010 07:44:33 +0000 (+0900) Subject: [elm_entry] adding background swallow object X-Git-Tag: beat-winset-test_0.1.1-40~271^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46692582777f7f838a5b5190989e0173aaaa5990;p=framework%2Fuifw%2Felementary.git [elm_entry] adding background swallow object --- diff --git a/data/themes/default.edc b/data/themes/default.edc index 6e4a32b..94f4644 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -5698,6 +5698,15 @@ collections { // item: context_menu_orientation "horizontal"; } parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -5772,6 +5781,14 @@ collections { } } parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -5826,6 +5843,14 @@ collections { group { name: "elm/entry/base-nowrap/default"; parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -5926,6 +5951,14 @@ collections { } } parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -5975,6 +6008,14 @@ collections { group { name: "elm/entry/base-single-noedit/default"; parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -6023,6 +6064,14 @@ collections { group { name: "elm/entry/base-noedit/default"; parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -6071,6 +6120,14 @@ collections { group { name: "elm/entry/base-noedit-charwrap/default"; parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -6119,6 +6176,14 @@ collections { group { name: "elm/entry/base-nowrap-noedit/default"; parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1; @@ -6166,6 +6231,14 @@ collections { group { name: "elm/entry/base-password/default"; parts { + part { name: "entry.swallow.background"; + type: SWALLOW; + description { state: "default" 0.0; + visible: 1; + rel1 { relative: 0 0; to: "elm.text"; } + rel2 { relative: 1 1; to: "elm.text"; } + } + } part { name: "elm.text"; type: TEXTBLOCK; mouse_events: 1;