From 7efa8dc01b493f7e8f7af5698b6ec4a1838f5cfa Mon Sep 17 00:00:00 2001 From: "anshu.kumar" Date: Thu, 7 Apr 2016 17:07:35 +0530 Subject: [PATCH] [Video-player][TSAM-2058]Resolved thumbnail background issue Change-Id: I12c1fab92c2e696cca401eb80a7175f169b9c7a3 Signed-off-by: anshu.kumar --- res/edc/vp-genlist-custom.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/res/edc/vp-genlist-custom.edc b/res/edc/vp-genlist-custom.edc index cfd4743..edca90a 100644 --- a/res/edc/vp-genlist-custom.edc +++ b/res/edc/vp-genlist-custom.edc @@ -2732,6 +2732,7 @@ styles { min: LITE_GENLIST_ICON_CUSTOM_THUMBNAIL_WIDTH LITE_GENLIST_ICON_CUSTOM_THUMBNAIL_HEIGHT; max: LITE_GENLIST_ICON_CUSTOM_THUMBNAIL_WIDTH LITE_GENLIST_ICON_CUSTOM_THUMBNAIL_HEIGHT; image.normal: "player_library_list_thumbnail_default.png"; + color : 0 0 0 255; } description { state: "fadeout" 0.0; inherit: "default" 0.0; -- 2.7.4