From 2875f5ca245c80bc6b8269ca700126fa4b863f71 Mon Sep 17 00:00:00 2001 From: Soohye Shin Date: Wed, 21 Jan 2015 16:50:53 +0900 Subject: fix the missing text part in dynamic bar and add profile images Change-Id: I60bd0d4e1b88ba8250fe9b8245d404c82c3530fc Signed-off-by: Soohye Shin --- edje/bar/dbar.edc | 1 + edje/widget/label.edc | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'edje') diff --git a/edje/bar/dbar.edc b/edje/bar/dbar.edc index 4632c38..8193904 100644 --- a/edje/bar/dbar.edc +++ b/edje/bar/dbar.edc @@ -59,6 +59,7 @@ group { text { font, "TizenSans:style=Bold"; size, 35; + min, 1 1; } align, 0.5 1.0; color, 211 211 211 255; diff --git a/edje/widget/label.edc b/edje/widget/label.edc index 1a43268..ee2479a 100644 --- a/edje/widget/label.edc +++ b/edje/widget/label.edc @@ -144,6 +144,7 @@ group { text { style, "text_style_24_unfocused_left"; align, 0.0 0.0; + min, 0 1; } } description { @@ -155,6 +156,7 @@ group { text { style, "text_style_24_focused_left"; align, 0.0 0.0; + min, 1 1; } } description { @@ -166,6 +168,7 @@ group { text { style, "text_style_24_focused_left"; align, 0.0 0.0; + min, 1 1; } } } @@ -207,6 +210,7 @@ group { text { style, "text_style_20_unfocused_left"; align, 0.0 1.0; + min, 0 1; } } description { @@ -218,6 +222,7 @@ group { text { style, "text_style_20_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -229,6 +234,7 @@ group { text { style, "text_style_20_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -276,6 +282,7 @@ group { text { style, "text_style_40_unfocused_center"; align, 0.0 1.0; + min, 0 1; } } description { @@ -287,6 +294,7 @@ group { text { style, "text_style_40_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -298,6 +306,7 @@ group { text { style, "text_style_40_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -345,6 +354,7 @@ group { text { style, "text_style_32_unfocused_left"; align, 0.0 1.0; + min, 0 1; } } description { @@ -356,6 +366,7 @@ group { text { style, "text_style_32_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -367,6 +378,7 @@ group { text { style, "text_style_32_focused_left"; align, 0.0 1.0; + min, 1 1; } } description { @@ -414,6 +426,7 @@ group { text { style, "text_style_24_unfocused_center"; align, 0.0 1.0; + min, 0 1; } } description { @@ -425,6 +438,7 @@ group { text { style, "text_style_24_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -436,6 +450,7 @@ group { text { style, "text_style_24_focused_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -483,6 +498,7 @@ group { text { style, "text_style_22_center"; align, 0.0 1.0; + min, 0 1; } } description { @@ -494,6 +510,7 @@ group { text { style, "text_style_22_center"; align, 0.0 1.0; + min, 1 1; } } description { @@ -505,6 +522,7 @@ group { text { style, "text_style_22_center"; align, 0.0 1.0; + min, 1 1; } } } -- cgit v1.2.3