summaryrefslogtreecommitdiff
path: root/include/view
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-10-06 14:43:20 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-10-07 10:47:19 +0900
commit0911ba4df13b62ed6fa71febd49a92c186e20532 (patch)
treeab1ee736c4f60414505a4a65c49d9ce11247e8d2 /include/view
parent75e7dcdd0df41485c7081d3b05ef0a620b0c5264 (diff)
downloadair_mediahub-0911ba4df13b62ed6fa71febd49a92c186e20532.tar.gz
air_mediahub-0911ba4df13b62ed6fa71febd49a92c186e20532.tar.bz2
air_mediahub-0911ba4df13b62ed6fa71febd49a92c186e20532.zip
detail: add play info item
Change-Id: Ibeecae8d573991c8bf865100d05ce6ee227a0e93 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'include/view')
-rw-r--r--include/view/detail.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/view/detail.h b/include/view/detail.h
index 2f36bed..89d0853 100644
--- a/include/view/detail.h
+++ b/include/view/detail.h
@@ -28,10 +28,20 @@
#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"
+#define PART_DETAIL_PLAY_INFO "part.detail_play_info"
/* signal */
#define SIG_SHOW_THUMBNAIL "show,thumbnail"
#define SIG_HIDE_THUMBNAIL "hide,thumbnail"
+#define SIG_SET_STATUS_PLAY "set,play"
+#define SIG_SET_STATUS_PAUSE "set,pause"
+#define SIG_SET_STATUS_STOP "set,stop"
+
+/* images */
+#define IMAGE_MINI_PLAYER_PLAY "ic_mini_player_play_nor.png"
+#define IMAGE_MINI_PLAYER_PAUSE "ic_mini_player_pause.png"
+
+/* style */
+#define STYLE_BTN_PLAY_INFO "detail_btn_play_info"
#endif /* __AIR_MEDIAHUB_VIEW_DETAIL_H__ */