[TSAM-8260] Fix Play speed button issue 62/92562/1
authorRavi Kiran K N <ravi.kiran@samsung.com>
Mon, 17 Oct 2016 11:08:04 +0000 (16:38 +0530)
committerRavi Kiran K N <ravi.kiran@samsung.com>
Mon, 17 Oct 2016 11:08:04 +0000 (16:38 +0530)
Align the clickable area and the content parts to
capture click events easily

Change-Id: I050dc8b035233dfd0c5ce5cb996449c282c9a219
Signed-off-by: Ravi Kiran K N <ravi.kiran@samsung.com>
playview/res/edje/custom/pv-custom-button.edc
playview/res/edje/pv-speed-popup.edc

index 4ae083b..1335018 100644 (file)
@@ -4178,8 +4178,8 @@ group {
                        description {
                                state: "default" 0.0;
                                fixed: 1 1;
-                               min: 10 10;
-                               max: 10 10;
+                               min: 40 40;
+                               max: 40 40;
                                align: 0.5 0.5;
                                visible: 0;
                        }
@@ -4290,7 +4290,7 @@ group {
                        max: 50 50;
                        rel1.to: "button_image";
                                rel2.to: "button_image";
-                       align: 0.5 1.0;
+                       align: 0.5 0.5;
                                color: 0 0 0 0;
                        }
                }
index 0bc1f7f..5684740 100644 (file)
@@ -181,9 +181,9 @@ collections {
                                        state: "default" 0.0;
                                        min: SPEED_POPUP_CONTENT_MIN;
                                        fixed: 0 1;
-                                       align: 0.5 0.5;
-                                       rel1 { relative: 1.0 1.0; to_x: "pad_l"; to_y: "elm.text.title"; }
-                                       rel2 { relative: 0.0 1.0; to_x: "pad_r"; to_y: "elm.text.title"; }
+                                       align: 0.5 0.0;
+                                       rel1 { relative: 1.0 1.0; to_x: "pad_l"; to_y: "elm.swallow.icon.1"; }
+                                       rel2 { relative: 0.0 1.0; to_x: "pad_r"; to_y: "elm.swallow.icon.1"; }
                                }
                        }
                } /* parts */