Temporarily added gulliver.png for demo 88/45688/1 accepted/tizen/tv/20150811.014030 submit/tizen/20150810.135816
authorHyojung Jo <hj903.jo@samsung.com>
Mon, 10 Aug 2015 10:11:16 +0000 (19:11 +0900)
committerHyojung Jo <hj903.jo@samsung.com>
Mon, 10 Aug 2015 10:11:16 +0000 (19:11 +0900)
Change-Id: Ifab638e0da6c46ddc63b5d88b8f53b51e8bc3bca
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
include/define.h
res/images/gulliver.png [new file with mode: 0644]
src/grid/grid_tv.c

index c376285..e2014e0 100644 (file)
 #define DEFAULT_APP_ICON_PNG IMGDIR"/ic_default_app.png"
 #define DEFAULT_TV_PNG IMGDIR"/ic_default_tv.png"
 #define BROWSER_ICON_PNG IMGDIR"/ic_apps_web.png"
+#define GULLIVER_PNG IMGDIR"/gulliver.png"
 
 /* Path */
 #define PATH_PLAY_ICON_PNG IMGDIR"/ic_thumbnail_play.png"
diff --git a/res/images/gulliver.png b/res/images/gulliver.png
new file mode 100644 (file)
index 0000000..eed7a94
Binary files /dev/null and b/res/images/gulliver.png differ
index 7669df7..648bf7c 100644 (file)
@@ -77,6 +77,9 @@ static Evas_Object *_content_get(void *data, Evas_Object *obj, const char *part)
                elm_image_aspect_fixed_set(img, EINA_FALSE);
                evas_object_show(img);
 
+               /* FIXME: The thumbnail is fixed as gulliver png temporarily */
+               thumbnail = GULLIVER_PNG;
+
                if (!strcmp(part, PART_THUMB_ICON) && thumbnail)
                        elm_image_file_set(img, thumbnail, NULL);
                else if (!strcmp(part, PART_THUMB_DEFAULT_TV_ICON) && !thumbnail)