Change-Id: I2575b57445ec5270ebb327c0552b006890d449be
Signed-off-by: Piotr Pruski <p.pruski@samsung.com>
group {
name, "elm/button/base/style.status.button";
inherit, "elm/button/base/style.normal.button";
+ styles {
+ style {
+ name, "style.subtext2";
+ base, "font=BreezeSans:style=Light font_size=40 color=#595959 wrap=word align=center";
+ tag, "br" "\n";
+ }
+ }
parts {
part {
name, "elm.text";
}
part {
name, PART_MENU_VALUE;
- type, TEXT;
+ type, TEXTBLOCK;
repeat_events, 1;
scale, 1;
description {
rel2.to, "bg.content";
text {
- font, FONT_LIGHT;
- size, 40;
align, 0.5 0.0;
+ style, style.subtext2;
}
- color, COLOR_TEXT_VALUE;
}
description {
state, "focused" 0.0;