Fix the UI issue (TSAM-10034) 42/98642/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Nov 2016 05:22:38 +0000 (14:22 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Nov 2016 05:23:42 +0000 (14:23 +0900)
Text display too near the edge of screen

Change-Id: I7775378f4cdb6030484a926db8e7ebed08a7a8ef
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
data/edc/bt-share-layout.edc

index 6f09f30..e5713f1 100644 (file)
@@ -306,8 +306,8 @@ collections {
                 scale: 1;
                 description { state: "default" 0.0;
                    align: 0.5 0.0;
-                   rel1 { to: "top_padding"; relative: 0.0 1.0; }
-                   rel2 { to: "bottom_padding"; relative: 1.0 0.0; }
+                   rel1 { to_x: "left_padding"; to_y: "top_padding"; relative: 1.0 1.0; }
+                   rel2 { to_x: "right_padding"; to_y: "bottom_padding"; relative: 0.0 1.0; }
                 }
              }
              part { name: "bottom_padding";