diff options
author | HyeKyoung Hwang <cookie@samsung.com> | 2016-11-08 17:17:37 +0900 |
---|---|---|
committer | Hye Kyoung Hwang <cookie@samsung.com> | 2016-11-09 01:53:06 -0800 |
commit | 33a175e0eb3b95f4ec2927479cc0927abab0882b (patch) | |
tree | 170cacf944087539425acde7b72307932fef0858 | |
parent | 824c0f5b7c7209160c0af08b14617d93bb49e921 (diff) | |
download | browser-33a175e0eb3b95f4ec2927479cc0927abab0882b.tar.gz browser-33a175e0eb3b95f4ec2927479cc0927abab0882b.tar.bz2 browser-33a175e0eb3b95f4ec2927479cc0927abab0882b.zip |
Text and icon in notification bar is distorted
[ Problem ] http://suprem.sec.samsung.net/jira/browse/TSAM-9614
[ Cuase ] The base scale and indicator height are wrong
[ Solution] Change the indicator heigh is 40px and base scale is 2.6
[ Verify] Check the indicator
Change-Id: I36e8789cad88daa9b9c7a33285c7410675d197b8
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
-rwxr-xr-x | services/SimpleUI/edc/ViewManager.edc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/SimpleUI/edc/ViewManager.edc b/services/SimpleUI/edc/ViewManager.edc index eb49dbf..2fa9a10 100755 --- a/services/SimpleUI/edc/ViewManager.edc +++ b/services/SimpleUI/edc/ViewManager.edc @@ -43,9 +43,9 @@ #define INDICATOR_ROTATION_PORTRAIT 0 #define INDICATOR_ROTATION_LANDSCAPE 1 -#define LAYOUT_INDICATOR_HEIGHT_INC 42 +#define LAYOUT_INDICATOR_HEIGHT_INC 40 -collections { base_scale: 2.0; +collections { base_scale: 2.6; group { name: "elm/conformant/custom_conformant"; script { |