From afa8f92d8fe913a92462c2a11a0fdcd684205980 Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Wed, 4 Apr 2018 17:00:26 +0900 Subject: [PATCH] Modify wearable layout -Fixed that the text is displayed as shifted to the right side Change-Id: I24d6a6cff8fc2447b3d1080aa643c28f4d92d546 Signed-off-by: Yunjin Lee --- src/notification-daemon/res/popup_custom.edc | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/src/notification-daemon/res/popup_custom.edc b/src/notification-daemon/res/popup_custom.edc index 3773e82..aebbfd7 100644 --- a/src/notification-daemon/res/popup_custom.edc +++ b/src/notification-daemon/res/popup_custom.edc @@ -92,17 +92,16 @@ group { name: "popup_checkview_internal"; description { state: "default" 0.0; align: 0.0 1.0; min: 0 90; - max: 244 -1; - fixed: 0 1; + fixed: 1 1; rel1 { - relative: 1.0 1.0; - to_x: "left_pad"; - to_y: "pad_b"; + relative: 1.0 1.0; + to_x: "left_pad"; + to_y: "pad_b"; } rel2 { - relative: 0.0 1.0; - to_x: "right_pad"; - to_y: "pad_b"; + relative: 0.0 1.0; + to_x: "right_pad"; + to_y: "pad_b"; } } } @@ -110,14 +109,8 @@ group { name: "popup_checkview_internal"; type: SWALLOW; scale: 1; description { state: "default" 0.0; - rel1.to: "end_field"; - rel2.to: "end_field"; - rel1 { - relative: 0.0 0.0; - } - rel2 { - relative: 1.0 1.0; - } + rel.to: "end_field"; + fixed: 1 1; } } } -- 2.7.4