statusbar - realign text and their display area.

This commit is contained in:
ChunEon Park 2014-02-10 22:49:56 +09:00
parent e79e216e39
commit 5d8d5e2493
1 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
styles {
style { name: "entry_statusbar_style";
base: "font="FN" font_size=11 text_class=entry color=#ffffff style=shadow,bottom shadow_color=#00000080 glow_color=#3399ff18 valign=0.5 ellipsis=1.0 wrap=none";
base: "font="FN" font_size=11 text_class=entry color=#ffffff style=shadow,bottom shadow_color=#00000080 glow_color=#3399ff18 valign=1 ellipsis=1.0 wrap=none";
}
}
@ -139,10 +139,12 @@ group { name: "statusbar_layout";
scale: 1;
clip_to: "base_clip";
description {
rel1.to: "base_clip";
rel2.to: "base_clip";
rel2.relative: 0.0 1.0;
align: 0 0.5;
min: 120 14;
fixed: 1 1;
fixed: 1 0;
rel1.offset: 0 -2;
rel2.offset: -1 -3;
text.style: "entry_statusbar_style";
@ -157,8 +159,8 @@ group { name: "statusbar_layout";
rel1.relative: 1 0.0;
rel2.to: "elm.text.view_size";
rel2.relative: 1 1.0;
min: 180 14;
fixed: 1 1;
min: 200 14;
fixed: 1 0;
align: 0 0.5;
text.style: "entry_statusbar_style";
}
@ -174,7 +176,7 @@ group { name: "statusbar_layout";
rel2.relative: 0 1.0;
min: 180 14;
align: 1 0.5;
fixed: 1 1;
fixed: 1 0;
text.style: "entry_statusbar_style";
}
}
@ -189,7 +191,7 @@ group { name: "statusbar_layout";
rel2.relative: 1 1.0;
min: 3 14;
align: 0 0.5;
fixed: 1 1;
fixed: 1 0;
text.style: "entry_statusbar_style";
text.text: "]";
}
@ -204,7 +206,7 @@ group { name: "statusbar_layout";
rel2.offset: -1 -3;
align: 1 0.5;
min: 100 14;
fixed: 1 1;
fixed: 1 0;
text.style: "entry_statusbar_style";
}
}