scroller: add color classes

Summary:
The following new color classes
for scroller widget are added and changed.

Reviewers: raster, cedric, Hermet, kimcinoo, woohyun

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Hosang Kim 2016-01-04 14:52:50 -08:00 committed by Cedric BAIL
parent 99e4f86bab
commit 1109e27fb5
5 changed files with 12 additions and 6 deletions

View File

@ -227,9 +227,13 @@ color_classes {
color: WIN_DEFAULT_BASIC;
desc: "Base of a frame widget";
}
color_class { name: "scrollframe_base";
color_class { name: "scroller_bg";
color: WIN_DEFAULT_BASIC;
desc: "Base of a scroller widget";
desc: "Background of a scroller widget";
}
color_class { name: "scroller_bar";
color: 255 255 255 255;
desc: "Bar of a scroller widget";
}
color_class { name: "spinner_bg";
color: 0 0 0 0;

View File

@ -214,7 +214,8 @@ group { name: "elm/scroller/entry_single/default";
description { state: "default" 0.0;
rel1.to: "elm.swallow.background";
rel2.to: "elm.swallow.background";
color_class: "entry_scrollframe_base";
color: DARK_GREY_BG_COLOR;
color_class: "scroller_bg";
}
}
part { name: "clipper"; type: RECT;

View File

@ -694,7 +694,7 @@ group { name: "elm/scroller/base/default";
rel2.to: "elm.swallow.background";
// color: 64 64 64 200;
color: 0 0 0 0;
color_class: "scrollframe_base";
color_class: "scroller_bg`";
}
}
part { name: "clipper"; type: RECT;
@ -925,6 +925,7 @@ group { name: "elm/scroller/base/default";
min: 3 13;
TILED_HORIZ(120)
fixed: 1 1;
color_class: "scroller_bar";
}
}
part { name: "bevel_vbar"; mouse_events: 0;

View File

@ -339,7 +339,7 @@ group { name: "e/widgets/scrollframe";
rel1.to: "e.swallow.content";
rel2.to: "e.swallow.content";
color: 64 64 64 255;
color_class: "scrollframe_base";
color_class: "scroller_bg";
}
}
part { name: "clipper"; type: RECT;

View File

@ -450,7 +450,7 @@ group { name: "elm/scroller/base/evas3d";
rel2.to: "elm.swallow.background";
// color: 64 64 64 200;
color: 0 0 0 0;
color_class: "scrollframe_base";
color_class: "scroller_bg";
}
}
part { name: "clipper"; type: RECT;