summaryrefslogtreecommitdiff
path: root/include/layout/music.h
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-07-21 15:40:26 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-07-21 15:45:51 +0900
commit88b2f1d3a3260626d14eff513523e1783c9a5363 (patch)
tree072c9c7bbbe3616c116a75d3a1af1467e6a0c6d5 /include/layout/music.h
parenta5beeee421359010e47a562cd3c69e9a31f5bd3b (diff)
downloadair_mediahub-88b2f1d3a3260626d14eff513523e1783c9a5363.tar.gz
air_mediahub-88b2f1d3a3260626d14eff513523e1783c9a5363.tar.bz2
air_mediahub-88b2f1d3a3260626d14eff513523e1783c9a5363.zip
music: add edc for now playing item
Change-Id: I59b44ef7134845285bd933ebb8cb6ec062bee967 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
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__ */