summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-02-17 14:43:33 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-02-17 17:05:39 -0800
commit465c0dbeb8922ac511f25cb34bcc7bfa1b9d8888 (patch)
treef999d7e7f0b1100ab1b7242b891f17992ab20d7f /data
parent899880fbf674b9a74a747ca20c38f3325542a86b (diff)
downloadelementary-465c0dbeb8922ac511f25cb34bcc7bfa1b9d8888.tar.gz
entry: add elm.swallow.background part to all of groups
Summary: elm.swallow.background part will be a default part for widget's background image. When entry widget's scrollable status is changed, the background object will be moved to scr_edje or entry_edje. Test Plan: N/A Reviewers: kimcinoo, woohyun, cedric Differential Revision: https://phab.enlightenment.org/D3677 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/entry.edc13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/themes/edc/elm/entry.edc b/data/themes/edc/elm/entry.edc
index 9a97a0343..1ed14eee8 100644
--- a/data/themes/edc/elm/entry.edc
+++ b/data/themes/edc/elm/entry.edc
@@ -2,6 +2,13 @@ group { name: "elm/scroller/entry/default";
inherit: "elm/scroller/base/default";
image: "bg_glow_in.png" COMP;
parts {
+ part { name: "elm.swallow.background"; type: SWALLOW;
+ clip_to: "clipper";
+ description { state: "default" 0.0;
+ rel1.offset: 1 1;
+ rel2.offset: -2 -2;
+ }
+ }
part { name: "validation_glow";
type: RECT;
insert_before: "bg";
@@ -553,6 +560,12 @@ group { name: "elm/entry/base/default";
}
// data.item: "context_menu_orientation" "horizontal";
parts {
+ part { name: "elm.swallow.background"; type: SWALLOW;
+ description { state: "default" 0.0;
+ rel1.offset: 1 1;
+ rel2.offset: -2 -2;
+ }
+ }
part { name: "elm.guide"; type: TEXTBLOCK; mouse_events: 0;
scale: 1;
description { state: "default" 0.0;