diff options
author | Jehun Lim <jehun.lim@samsung.com> | 2015-12-10 19:16:24 +0900 |
---|---|---|
committer | Jehun Lim <jehun.lim@samsung.com> | 2015-12-10 19:17:30 +0900 |
commit | c661dcbac8ed9ef252a29d706daf260bd6a2162c (patch) | |
tree | 388280964528bc1a5b65b5035914bd8006a9d9f0 /res | |
parent | fb1b7fe7db7457539d0949ee0eae5cdc646aaaed (diff) | |
download | air_mediahub-c661dcbac8ed9ef252a29d706daf260bd6a2162c.tar.gz air_mediahub-c661dcbac8ed9ef252a29d706daf260bd6a2162c.tar.bz2 air_mediahub-c661dcbac8ed9ef252a29d706daf260bd6a2162c.zip |
movie: set default thumbnail bg color for recently watched itemsubmit/tizen/20151210.111053accepted/tizen/tv/20151210.231052
Change-Id: I3e6ba7f5e81b454f7e5f2c8b470772bcf83e5843
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'res')
-rw-r--r-- | res/edc/widgets/button.edc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/edc/widgets/button.edc b/res/edc/widgets/button.edc index dbeb890..c9a2648 100644 --- a/res/edc/widgets/button.edc +++ b/res/edc/widgets/button.edc @@ -2001,6 +2001,16 @@ group { } } part { + name: PART_RECENT_CONTENT_IMGBG; + type: SWALLOW; + scale: 1; + description { + state: "default" 0.0; + rel1.to: PART_RECENT_CONTENT_THUMBNAIL; + rel2.to: PART_RECENT_CONTENT_THUMBNAIL; + } + } + part { name: "default_image"; type: IMAGE; scale: 1; |