multibuttonentry: add elm.swallow.background part

Summary: This swallow part is for custom background image.

Reviewers: kimcinoo, Hermet, cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D3659

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Woochan Lee 2016-03-04 15:29:17 -08:00 committed by Cedric BAIL
parent 2a0c58a367
commit a067a6da90
1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,14 @@ group { name: "elm/multibuttonentry/base/default";
color_class: "multibuttonentry_bg";
}
}
part { name: "elm.swallow.background";
type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
rel1.to: "bg";
rel2.to: "bg";
}
}
part { name: "box.swallow"; type: SWALLOW;
description { state: "default" 0.0;
rel1.to: "bg";