label: add elm.swallow.background part to all of groups

Summary:
elm.swallow.background part will be a default part for
widget's background image.

Test Plan: N/A

Reviewers: woohyun, cedric, kimcinoo

Differential Revision: https://phab.enlightenment.org/D3675
This commit is contained in:
Youngbok Shin 2016-02-12 19:39:53 +09:00 committed by Hermet Park
parent 80db303157
commit 6fec93c62d
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,11 @@ group { name: "elm/label/base/default";
description { state: "default" 0.0;
}
}
part { name: "elm.swallow.background"; type: SWALLOW;
clip_to: "label.text.clip";
description { state: "default" 0.0;
}
}
part { name: "elm.text"; type: TEXTBLOCK;
clip_to: "label.text.clip";
scale: 1;
@ -28,6 +33,7 @@ group { name: "elm/label/base/default";
}
group { name: "elm/label/base/marker";
inherit: "elm/label/base/default";
styles {
style { name: "label_style2";
base: "font="FNBD" font_size=10 text_class=tb_plain align=center color=#ffffffff style=shadow,bottom shadow_color=#00000080";
@ -50,6 +56,7 @@ group { name: "elm/label/base/marker";
}
group { name: "elm/label/base/slide_long";
inherit: "elm/label/base/default";
script {
public g_duration, g_stopslide, g_timer_id, g_anim_id;
@ -167,6 +174,7 @@ group { name: "elm/label/base/slide_long";
group { name: "elm/label/base/slide_short";
inherit: "elm/label/base/default";
script {
public g_duration, g_stopslide, g_timer_id, g_anim_id;
@ -280,6 +288,7 @@ group { name: "elm/label/base/slide_short";
}
group { name: "elm/label/base/slide_bounce";
inherit: "elm/label/base/default";
script {
public g_duration, g_stopslide, g_timer_id, g_anim_id;