summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-10-05 20:31:12 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-10-05 20:31:12 +0900
commit75e7dcdd0df41485c7081d3b05ef0a620b0c5264 (patch)
tree82e12da855bd22f4fb88631a47985f1960274abe /include
parent4d90d38361111ce230f3443358da1b7f6a5d941b (diff)
downloadair_mediahub-75e7dcdd0df41485c7081d3b05ef0a620b0c5264.tar.gz
air_mediahub-75e7dcdd0df41485c7081d3b05ef0a620b0c5264.tar.bz2
air_mediahub-75e7dcdd0df41485c7081d3b05ef0a620b0c5264.zip
detail: add album thumbnail for album detail viewsubmit/tizen/20151006.111448accepted/tizen/tv/20151006.225106
Change-Id: I4862a6a35c9b54882f1792aee443f225930f1ec2 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/view/detail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/view/detail.h b/include/view/detail.h
index cba2791..2f36bed 100644
--- a/include/view/detail.h
+++ b/include/view/detail.h
@@ -25,8 +25,13 @@
/* part */
#define PART_DETAIL_TITLE "part.detail_title"
+#define PART_DETAIL_THUMBNAIL "part.detail_thumbnail"
#define PART_DETAIL_CONTENT_INFO "part.detail_content_info"
#define PART_DETAIL_THUMBNAIL_AREA "part.detail_thumbnail_area"
#define PART_DETAIL_PLAYING_INFO "part.detail_playing_info"
+/* signal */
+#define SIG_SHOW_THUMBNAIL "show,thumbnail"
+#define SIG_HIDE_THUMBNAIL "hide,thumbnail"
+
#endif /* __AIR_MEDIAHUB_VIEW_DETAIL_H__ */