fix composer & conversation view title button alignment
authorLee jaeyoung <jy4710.lee@samsung.com>
Fri, 1 Feb 2013 11:27:53 +0000 (20:27 +0900)
committerLee jaeyoung <jy4710.lee@samsung.com>
Fri, 1 Feb 2013 11:27:53 +0000 (20:27 +0900)
common/data/msg_common.edc
composer/data/composer_edc/msg-ui-composer-main.edc

index f2b34c4..1b5967d 100755 (executable)
@@ -18,7 +18,7 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        fixed: 0 1;
-                                       min: 0 10;
+                                       min: 0 32;
                                        align: 0.5 0;
                                        rel1.relative: 0.0 0.0;
                                        rel2.relative: 1.0 0.0;
@@ -32,7 +32,7 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        fixed: 0 1;
-                                       min: 0 10;
+                                       min: 0 0;
                                        align: 0.5 1;
                                        rel1.relative: 0.0 1.0;
                                        rel2.relative: 1.0 1.0;
@@ -48,8 +48,8 @@ collections {
                                        fixed: 1 1;
                                        min: 1 1;
                                        align: 0 0.5;
-                                       rel1.relative: 0 0;
-                                       rel2.relative: 0 1;
+                                       rel1 { relative: 0.0 1.0; to: "padding_top";}
+                                       rel2 { relative: 0.0 0.0; to_x: "padding_bottom"; to_y: "padding_bottom";}
                                }
                        }
                        part {
@@ -59,8 +59,8 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        fixed: 1 1;
-                                       min: 2 48;
-                                       max: 2 48;
+                                       min: 0 68;
+                                       max: 0 68;
                                        align: 0 0.5;
                                        rel1.to: "more_btn";
                                        rel2.to: "more_btn";
@@ -99,12 +99,11 @@ collections {
                                scale: 1;
                                description {
                                        state: "default" 0.0;
-                                       fixed: 0 0;
-                                       min: 0 72;
+                                       fixed: 0 1;
+                                       min: 0 68;
                                        align: 0 0.5;
                                        rel1 { relative: 0.0 1.0; to_x: "padding1"; to_y: "padding_top";}
                                        rel2 { relative: 0.0 0.0; to_x: "padding2"; to_y: "padding_bottom";}
-                                       color: 255 0 0 255;
                                }
                        }
                        part {
@@ -114,7 +113,8 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        text {
-                                               font: "SLP:style=Medium";
+                                               font: "Tizen:style=Medium";
+                                               text_class: "tizen";
                                                size: 56;
                                                min: 0 0;
                                                max: 1 0;
@@ -122,7 +122,7 @@ collections {
                                        }
                                        color: 59 115 182 255;
                                        align: 0.0 0.5;
-                                       min: 0 72;
+                                       min: 0 68;
                                        fixed: 1 0;
                                        rel1 { relative: 1.0 1.0; to_x: "padding1"; to_y: "padding_top";}
                                        rel2 { relative: 0.0 0.0; to_x: "padding2"; to_y: "padding_bottom";}
@@ -174,11 +174,11 @@ collections {
                                        state: "default" 0.0;
                                        fixed: 1 1;
                                        min: 1 1;
-                                       align: 1 0.5;
-                                       rel1.to: "prev_separator";
-                                       rel2.to: "prev_separator";
+                                       align: 1 0.0;
+                                       rel1.to_x: "prev_separator";
+                                       rel2.to_x: "prev_separator";
                                        rel1.relative: 0 0;
-                                       rel2.relative: 0 1;
+                                       rel2.relative: 0 0;
                                }
                        }
                        part {
@@ -188,11 +188,11 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        fixed: 1 0;
-                                       min: 18 68;
-                                       max: 18 68;
-                                       align: 1 0.5;
-                                       rel1.to_x: "prev_btn";
-                                       rel2.to_x: "prev_btn";
+                                       min: 0 68;
+                                       max: 0 68;
+                                       align: 1.0 0.5;
+                                       rel1.to: "prev_btn";
+                                       rel2.to: "prev_btn";
                                        rel1.relative: 0 0;
                                        rel2.relative: 0 1;
                                        visible: 0;
@@ -210,12 +210,10 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        fixed: 1 1;
-                                       min: 0 68;
+                                       min: 68 68;
                                        align: 1 0.5;
-                                       rel1.to: "title_right_padding";
-                                       rel2.to: "title_right_padding";
-                                       rel1.relative: 0 0;
-                                       rel2.relative: 0 1;
+                                       rel1 { relative: 0.0 1.0; to_x: "title_right_padding"; to_y: "padding_top";}
+                                       rel2 { relative: 0.0 0.0; to_x: "title_right_padding"; to_y: "padding_bottom";}
                                }
                        }
                        part {
@@ -225,8 +223,8 @@ collections {
                                description {
                                        state: "default" 0.0;
                                        fixed: 1 0;
-                                       min: 26 68;
-                                       max: 26 68;
+                                       min: 18 68;
+                                       max: 18 68;
                                        align: 1 0.5;
                                        rel1.relative: 1 0;
                                        rel2.relative: 1 1;
index f6fc128..0dbbe1b 100755 (executable)
@@ -210,7 +210,7 @@ group
                                state: "default" 0.0;
                                fixed: 0 1;
                                min: 0 0;
-                               rel1 {to: "swl.sel_all"; relative: 0.0 1.0; offset: 16 0;}
+                               rel1 {to: "swl.sel_all"; relative: 0.0 1.0; offset: 16 5;}
                                rel2 {to: "swl.sel_all"; relative: 1.0 1.0; offset: -16 0;}
                                align: 0.0 0.0;
                        }