From 46153053d1b90c86580e5e564663eedf8c8b29c7 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Fri, 4 May 2012 18:43:20 +0530 Subject: [PATCH] [Bottom Popup] Updated the text alignment based on UX v1.5 Change-Id: Iafbdb374e9dedc614e1a1a5aa007ba9a40168041 --- themes/widgets/selectioninfo.edc | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/themes/widgets/selectioninfo.edc b/themes/widgets/selectioninfo.edc index c5d12a2..e078416 100644 --- a/themes/widgets/selectioninfo.edc +++ b/themes/widgets/selectioninfo.edc @@ -30,6 +30,21 @@ group { name: "elm/standard/selectioninfo/default"; color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } + part { name: "padding_left"; + scale: 1; + description { + state: "default" 0.0; + min: SELECTION_INFO_LEFT_PADDING_INC 0; + align: 0.0 0.5; + rel1.to: "bg"; + rel2 { + to: "bg"; + relative: 0.0 1.0; + } + fixed: 1 0; + visible: 0; + } + } part { name: "elm.text"; type: TEXT; @@ -37,13 +52,17 @@ group { name: "elm/standard/selectioninfo/default"; scale: 1; description { state: "default" 0.0; - rel1.to: "bg"; + rel1 { + to: "padding_left"; + relative: 1.0 0.0; + } rel2.to: "bg"; color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; + align: 0.0 0.5; } } } -- 2.7.4