Fixed alignment issue in list detail view 57/68057/1
authorShubham Kumar <shubham.srib@samsung.com>
Mon, 2 May 2016 05:12:36 +0000 (10:42 +0530)
committerShubham Kumar <shubham.srib@samsung.com>
Mon, 2 May 2016 05:12:36 +0000 (10:42 +0530)
Change-Id: If09ef137095a62dc3918a45a358f2aa788505a29
Signed-off-by: Shubham Kumar <shubham.srib@samsung.com>
res/edje/myfile_genlist.edc

index facba27..7c794a2 100755 (executable)
@@ -1263,9 +1263,18 @@ action: RUN_PLUGIN "touch_sound"; \
                max: (LITE_GENLIST_ICON_CUSTOM_THUMBNAIL_WIDTH) (LITE_GENLIST_ICON_CUSTOM_THUMBNAIL_HEIGHT);
                                )
                )
-               PART(SWALLOW, "elm.icon.2",
-                               DSC_FROM_R("default" 0.0, )
-               )
+               part { name: "elm.icon.2";
+                type: SWALLOW;
+                scale: 1;
+                description {
+                       state: "default" 0.0;
+                       fixed: 1 0;
+                       align: 0.5 0.5;
+                       rel1 { relative: 1 0.0; offset: -70 0;}
+                       min: 50 0;
+                       max: 50 -1;
+                       }
+             }
                PART(SPACER, "elm.padding.center.left",
                                DSC_L("default" 0.0,
                                                "_bg",