add rect part for displaying below of table in action menu 88/47488/1
authorSoohye Shin <soohye.shin@samsung.com>
Fri, 4 Sep 2015 01:33:47 +0000 (10:33 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Fri, 4 Sep 2015 01:33:47 +0000 (10:33 +0900)
Change-Id: I24f8672fc2a7584847c5f4ac4b16e954bac88741
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
edje/view/actionmenu.edc

index 4fab779..dfdebcc 100644 (file)
@@ -30,11 +30,13 @@ group {
                part {
                        name, "guide";
                        type, RECT;
+                       scale, 1;
                        description {
                                state, "default" 0.0;
                                rel1.relative, 1.0 0.0;
                                min, 500 0;
                                align, 0.0 0.5;
+                               fixed, 1 0;
                                visible, 0;
                        }
                        description {
@@ -46,6 +48,7 @@ group {
                part {
                        name, "clip";
                        type, RECT;
+                       scale, 1;
                        description {
                                state, "default" 0.0;
                                color, 0 0 0 0;
@@ -186,6 +189,19 @@ group {
                                fixed, 0 1;
                        }
                }
+               part {
+                       name, "down";
+                       type, RECT;
+                       scale, 1;
+                       description {
+                               state, "default" 0.0;
+                               rel1 {
+                                       to, "divider.down";
+                                       relative, 0.0 1.0;
+                               }
+                               rel2.to, "bar";
+                       }
+               }
        }
        programs {
                program {