summaryrefslogtreecommitdiff
path: root/include/define.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/define.h')
-rw-r--r--include/define.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/define.h b/include/define.h
index e2014e0..26e4c0b 100644
--- a/include/define.h
+++ b/include/define.h
@@ -19,9 +19,11 @@
/* View ID */
#define VIEW_ID_BASE "VIEW_ID_BASE"
+#define VIEW_ID_ACTION_MENU "VIEW_ID_ACTION_MENU"
/* Group */
#define GRP_VIEW_BASE "grp.view.base"
+#define GRP_VIEW_ACTION_MENU "grp.view.action.menu"
/* Part for edc file */
#define PART_TOP_TITLE "part.top.title"
@@ -39,9 +41,13 @@
#define PART_THUMB_SUBTEXT2 "part.thumb.subtext2"
#define PART_THUMB_PLAY_ICON "part.thumb.play.icon"
#define PART_THUMB_DEFAULT_TV_ICON "part.thumb.default.tv.icon"
+#define PART_LIVETV_BTN "part.livetv.button"
+#define PART_ACTION_MENU "part.action.menu"
/* Style */
#define STYLE_MENU_BTN "style.menu.button"
+#define STYLE_LIVETV_BTN "style.livetv.button"
+#define STYLE_ACTION_MENU_BTN "style.action.menu.button"
/* Signal */
#define SIG_FOCUSED "focused"
@@ -62,6 +68,8 @@
/* Text */
#define STR_FAVORITE "Favorite"
+#define STR_LOCK "Lock"
+#define STR_SHARE "Share"
#define STR_NULL "(NULL)"
#define STR_NO_CONTENTS "No Contents"
#define STR_CNT_TV "channels"
@@ -78,6 +86,7 @@
#define STR_KEY_SERVICE_ID "service_id"
#define STR_BROWSER "Web Browser"
#define STR_BROWSER_ID "org.tizen.browser"
+#define STR_LIVETV "Live TV"
/* Font */
#define FONT_TIZENSANS_REGULAR "TizenSans"
@@ -96,6 +105,7 @@
/* Count */
#define COUNT_MENU 6
+#define COUNT_ACTION 3
/* Image */
#define PLAY_ICON_PNG "ic_thumbnail_play.png"
@@ -104,6 +114,9 @@
#define DEFAULT_TV_PNG IMGDIR"/ic_default_tv.png"
#define BROWSER_ICON_PNG IMGDIR"/ic_apps_web.png"
#define GULLIVER_PNG IMGDIR"/gulliver.png"
+#define ACTION_FAV_NOR_PNG IMGDIR"/btn_menu_favorite_nor.png"
+#define ACTION_LOCK_DIS_PNG IMGDIR"/btn_menu_lock_dis.png"
+#define ACTION_SHARE_DIS_PNG IMGDIR"/btn_menu_share_dis.png"
/* Path */
#define PATH_PLAY_ICON_PNG IMGDIR"/ic_thumbnail_play.png"