Fixes TIVI-736 - Black space showing on the top on all EFL apps 27/3527/1
authorJimmy Huang <jimmy.huang@intel.com>
Tue, 14 May 2013 20:26:52 +0000 (13:26 -0700)
committerJimmy Huang <jimmy.huang@intel.com>
Tue, 14 May 2013 20:26:52 +0000 (13:26 -0700)
The root cause is the all the mobile EFL apps check if it is running
in the "mobile" ELM_PROFILE, and expects a indicator bar showing, but
in the wayland image, there's no indicator bar, so you are seeing the
black retangle spaces instead.  This is quick fix to the EFL theme in
IVI to remove the spaces reserved for the indicator bar so it doesn't
display the black spaces.

Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
themes/inc/white-hd-inc.edc

index eb459ae..4fce2b6 100644 (file)
@@ -24,7 +24,7 @@
 #define LAYOUT_BG_COLOR_INC 249 249 249 255
 #define LAYOUT_EDIT_MODE_BG_COLOR_INC 249 249 249 255
 #define LAYOUT_GROUP_LIST_BG_COLOR_INC 249 249 249 255
-#define LAYOUT_INDICATOR_HEIGHT_INC 50
+#define LAYOUT_INDICATOR_HEIGHT_INC 0
 #define LAYOUT_INDICATOR_COLOR_INC 0 0 0 255
 
 #define NAVIFRAME_TITLE_H_INC 108