Modify wearable layout 99/174899/2
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 4 Apr 2018 08:00:26 +0000 (17:00 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Thu, 19 Apr 2018 02:32:32 +0000 (02:32 +0000)
-Fixed that the text is displayed as shifted to the right side

Change-Id: I24d6a6cff8fc2447b3d1080aa643c28f4d92d546
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/notification-daemon/res/popup_custom.edc

index 3773e82..aebbfd7 100644 (file)
@@ -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;
          }
       }
    }