From: Ravi Kiran K N Date: Mon, 17 Oct 2016 11:08:04 +0000 (+0530) Subject: [TSAM-8260] Fix Play speed button issue X-Git-Tag: submit/tizen_3.0/20161028.062323~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=028e1a89bd28abcee654ed22c46b7fd37dcd464b;p=profile%2Fmobile%2Fapps%2Fnative%2Fvideo-player.git [TSAM-8260] Fix Play speed button issue Align the clickable area and the content parts to capture click events easily Change-Id: I050dc8b035233dfd0c5ce5cb996449c282c9a219 Signed-off-by: Ravi Kiran K N --- diff --git a/playview/res/edje/custom/pv-custom-button.edc b/playview/res/edje/custom/pv-custom-button.edc index 4ae083b..1335018 100644 --- a/playview/res/edje/custom/pv-custom-button.edc +++ b/playview/res/edje/custom/pv-custom-button.edc @@ -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; } } diff --git a/playview/res/edje/pv-speed-popup.edc b/playview/res/edje/pv-speed-popup.edc index 0bc1f7f..5684740 100644 --- a/playview/res/edje/pv-speed-popup.edc +++ b/playview/res/edje/pv-speed-popup.edc @@ -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 */