From: Ravi Kiran K N Date: Tue, 25 Oct 2016 05:52:51 +0000 (+0530) Subject: [TSAM-8240] Correct volume and brightness bar sizes X-Git-Tag: submit/tizen_mobile/20161026.061045~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5fbfc973e39d40c07b36ada0f36d83f61e484f4;p=profile%2Fmobile%2Fapps%2Fnative%2Fvideo-player.git [TSAM-8240] Correct volume and brightness bar sizes Reduce the size of volume and brightness bar Change-Id: I5b7793d8b9ab67e0591b6d801ec0ad1ded8fbe51 Signed-off-by: Ravi Kiran K N --- diff --git a/playview/res/edje/pv-brightness-popup.edc b/playview/res/edje/pv-brightness-popup.edc index ba4232a..ae118c4 100644 --- a/playview/res/edje/pv-brightness-popup.edc +++ b/playview/res/edje/pv-brightness-popup.edc @@ -22,6 +22,7 @@ collections { + base_scale : 1.6; group { name: "pv.brightness.popup"; parts { diff --git a/playview/res/edje/pv-volume-popup.edc b/playview/res/edje/pv-volume-popup.edc index 0311461..c5bec74 100644 --- a/playview/res/edje/pv-volume-popup.edc +++ b/playview/res/edje/pv-volume-popup.edc @@ -23,6 +23,7 @@ #define VOLUME_POPUP_BUTTON_WIDTH 24 collections { + base_scale : 1.6; group { name: "pv.volume.popup"; parts { diff --git a/playview/src/widget/vp-play-brightness-popup.c b/playview/src/widget/vp-play-brightness-popup.c index 6f4ba14..22a98b5 100644 --- a/playview/src/widget/vp-play-brightness-popup.c +++ b/playview/src/widget/vp-play-brightness-popup.c @@ -38,7 +38,7 @@ #define VP_BRIGHTNESS_PORTRAIT_HEIGHT 572 #define VP_BRIGHTNESS_LANDSCAPE_POS_X 450 -#define VP_BRIGHTNESS_LANDSCAPE_POS_Y 0 +#define VP_BRIGHTNESS_LANDSCAPE_POS_Y 60 #define VP_BRIGHTNESS_LANDSCAPE_HEIGHT 440 diff --git a/playview/src/widget/vp-play-volume-popup.c b/playview/src/widget/vp-play-volume-popup.c index 75fa5ea..e93f2c3 100644 --- a/playview/src/widget/vp-play-volume-popup.c +++ b/playview/src/widget/vp-play-volume-popup.c @@ -37,7 +37,7 @@ #define VP_VOLUME_POPUP_PORTRAIT_HEIGHT 572 #define VP_VOLUME_POPUP_LANDSCAPE_POS_X 400 -#define VP_VOLUME_POPUP_LANDSCAPE_POS_Y 0 +#define VP_VOLUME_POPUP_LANDSCAPE_POS_Y 60 #define VP_VOLUME_POPUP_LANDSCAPE_HEIGHT 440 #define VP_VOLUME_POPUP_TEXT_MAX_LEN 3