[TSAM-2233] corrected checkbox position 13/68513/1
authorRahul Dadhich <r.dadhich@samsung.com>
Thu, 5 May 2016 10:51:12 +0000 (16:21 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Thu, 5 May 2016 10:51:12 +0000 (16:21 +0530)
Change-Id: I3e40ea898ff8649f5d5a23b2d300297345d0b2ae
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
res/edc/vp-gengrid-custom.edc

index 69faf1c..c049806 100644 (file)
@@ -429,6 +429,20 @@ group { name: "elm/gengrid/item/video/default_grid/default";
                           GENGRID_ITEM_SELECT_VI_EFFECT
             }
          }
+         part { name: "elm.swallow.icon_rect";
+            type: RECT;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to: "item_real_bg_left_top_padding";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to: "item_real_bg_right_bottom_padding";
+               }
+               color : 0 0 0 0;
+            }
+         }
          part { name: "elm.swallow.end";
             type: SWALLOW;
            repeat_events: 1;
@@ -436,12 +450,12 @@ group { name: "elm/gengrid/item/video/default_grid/default";
                                rel1
                                {
                                        relative: 0.8 0.1;
-                               to: "elm.swallow.icon";
+                               to: "elm.swallow.icon_rect";
                                }
                                rel2
                                {
                                        relative: 0.9 0.2;
-                                       to: "elm.swallow.icon";
+                                       to: "elm.swallow.icon_rect";
                                }
                            GENGRID_ITEM_SELECT_VI_EFFECT
             }