summaryrefslogtreecommitdiff
path: root/include/view/detail.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/view/detail.h')
-rw-r--r--include/view/detail.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/view/detail.h b/include/view/detail.h
index 89d0853..5ce4850 100644
--- a/include/view/detail.h
+++ b/include/view/detail.h
@@ -29,6 +29,7 @@
#define PART_DETAIL_CONTENT_INFO "part.detail_content_info"
#define PART_DETAIL_THUMBNAIL_AREA "part.detail_thumbnail_area"
#define PART_DETAIL_PLAY_INFO "part.detail_play_info"
+#define PART_PLAY_INFO_STATUS "part.play_info_status"
/* signal */
#define SIG_SHOW_THUMBNAIL "show,thumbnail"
@@ -38,8 +39,10 @@
#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"
+#define IMAGE_MINI_PLAYER_PLAY_NOR "ic_mini_player_play_nor.png"
+#define IMAGE_MINI_PLAYER_PLAY_FOC "ic_mini_player_play_foc.png"
+#define IMAGE_MINI_PLAYER_PAUSE_NOR "ic_mini_player_pause.png"
+#define IMAGE_MINI_PLAYER_PAUSE_FOC "ic_mini_player_pause_foc.png"
/* style */
#define STYLE_BTN_PLAY_INFO "detail_btn_play_info"