summaryrefslogtreecommitdiff
path: root/include/layout/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/layout/music.h')
-rw-r--r--include/layout/music.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/layout/music.h b/include/layout/music.h
index ea3efde..8d10464 100644
--- a/include/layout/music.h
+++ b/include/layout/music.h
@@ -17,10 +17,20 @@
#ifndef __AIR_MEDIAHUB_LAYOUT_MUSIC_H__
#define __AIR_MEDIAHUB_LAYOUT_MUSIC_H__
+/* layout */
#define LAYOUT_MUSIC "LAYOUT_MUSIC"
+/* group */
#define GRP_MUSIC_LAYOUT "group.music_layout"
+/* part */
+#define PART_PLAYING_CONTENT_THUMBNAIL "part.playing_content_thumbnail"
+#define PART_PLAYING_CONTENT_TITLE "part.playing_content_title"
+#define PART_PLAYING_CONTENT_ARTIST "part.playing_content_artist"
+#define PART_PLAYING_CONTENT_ALBUM "part.playing_content_album"
+
+/* style */
#define STYLE_GRID_SONG_ITEM "song_item"
+#define STYLE_BTN_PLAYING_CONTENT "base_btn_playing"
#endif /* __AIR_MEDIAHUB_LAYOUT_MUSIC_H__ */