set disable action menu item when there is no changed item
[profile/tv/apps/native/air_home.git] / include / defs.h
index 141dcb1..d2216ef 100644 (file)
@@ -22,6 +22,7 @@
 #define VIEW_USER "VIEW_USER"
 #define VIEW_USER_EDIT "VIEW_USER_EDIT"
 #define VIEW_PHOTO "VIEW_PHOTO"
+#define VIEW_ACTION_MENU "VIEW_ACTION_MENU"
 
 #define SRC_PROG "prog"
 #define SRC_EDJE "edje"
@@ -50,6 +51,9 @@
 #define GRP_PHOTO "group.photo"
 #define GRP_PHOTO_VIEWER "group.photo.viewer"
 #define GRP_PHOTO_NO_CONTENT "group.photo.no.content"
+#define GRP_ACTION_MENU "group.action.menu"
+#define GRP_ACTION_MENU_LIVETV "group.action.menu.livetv"
+#define GRP_ACTION_MENU_TABLE_ITEM "group.action.menu.table.item"
 
 #define PART_HOME_MENU_BAR "part.home.menu.bar"
 #define PART_HOME_UP_ARROW "part.home.up.arrow"
@@ -60,6 +64,8 @@
 #define PART_RECENT_TITLE "part.recent.title"
 #define PART_RECENT_SUBTITLE "part.recent.subtitle"
 #define PART_RECENT_THUMBNAIL "part.recent.thumbnail"
+#define PART_RECENT_THUMBNAIL_BG "part.recent.thumbnail.bg"
+#define PART_RECENT_TEXT_BG "part.recent.text.bg"
 #define PART_RECENT_ICON "part.recent.icon"
 #define PART_RECENT_FAVORITE "part.recent.favorite"
 #define PART_RECENT_DELETE "part.recent.delete"
@@ -89,6 +95,7 @@
 #define PART_BAR_ITEM_BADGE_COUNT "part.bar.item.badge.count"
 #define PART_BAR_ITEM_LOCK "part.bar.item.lock"
 #define PART_BAR_ITEM_LOCK_FOCUS "part.bar.item.lock.focus"
+#define PART_BAR_ITEM_MASK "part.bar.item.mask"
 #define PART_USER_BAR "part.user.bar"
 #define PART_PHOTO_LIST "part.photo.list"
 #define PART_PHOTO_VIEWER "part.photo.viewer"
 #define PART_POPUP_BUTTON_2 "button2"
 #define PART_SWALLOW_ICON "elm.swallow.icon"
 #define PART_SWALLOW_CONTENT "elm.swallow.content"
+#define PART_ACTION_MENU_LIVETV "part.action.menu.livetv"
+#define PART_ACTION_MENU_TABLE "part.action.menu.table"
+#define PART_ACTION_MENU_TABLE_ITEM_BG "part.action.menu.table.bg"
+#define PART_ACTION_MENU_TABLE_ITEM_ICON "part.action.menu.table.item.icon"
+#define PART_ACTION_MENU_TABLE_ITEM_ICON_FOCUS "part.action.menu.table.item.icon.focus"
+#define PART_ACTION_MENU_TABLE_ITEM_TEXT "part.action.menu.table.item.text"
+#define PART_ACTION_MENU_TABLE_ITEM_TEXT_FOCUS "part.action.menu.table.item.text.focus"
 
 #define SIG_SHOW_NAVIGATION "sig.show.navigation"
 #define SIG_HIDE_NAVIGATION "sig.hide.navigation"
 #define STYLE_LABEL_RECENT_SUBTITLE "slide_recent_subtitle"
 #define STYLE_INPUT "input.field"
 #define STYLE_GENGRID_ITEM "gengrid_item"
+#define STYLE_LABEL_ACTION_MENU_TITLE "slide_action_menu_title"
+#define STYLE_LABEL_ACTION_MENU_TITLE_FOCUS "slide_action_menu_title_focus"
+#define STYLE_LABEL_ACTION_MENU_TITLE_DIS "slide_action_menu_title_dis"
 
 #define COLOR_DEFAULT_R 0
 #define COLOR_DEFAULT_G 119
 
 #define IMAGE_SWITCH_ON IMAGEDIR"/btn_switch_on_nor.png"
 #define IMAGE_SWITCH_OFF IMAGEDIR"/btn_switch_off_nor.png"
+#define IMAGE_MASK IMAGEDIR"/mask_user_nor.png"
 #define IMAGE_BADGE IMAGEDIR"/badge_bg.png"
 #define IMAGE_USER_ADD IMAGEDIR"/btn_user_add_nor.png"
 #define IMAGE_USER_ADD_FOCUS IMAGEDIR"/btn_user_add_foc.png"
 #define IMAGE_RECENT_THUMB_APP IMAGEDIR"/ic_default_app.png"
 #define IMAGE_RECENT_THUMB_CHANNEL IMAGEDIR"/ic_default_tv.png"
 #define IMAGE_RECENT_THUMB_SETTING IMAGEDIR"/ic_default_setting"
+#define IMAGE_ACTION_MENU_ICON_RESET IMAGEDIR"/btn_menu_reset_nor.png"
+#define IMAGE_ACTION_MENU_ICON_RESET_FOCUS IMAGEDIR"/btn_menu_reset_foc.png"
+#define IMAGE_ACTION_MENU_ICON_RESET_DIS IMAGEDIR"/btn_menu_reset_dis.png"
 
 #define MAX_ITEM_COUNT 8
 #define MAX_USER_COUNT 9
 #define MESSAGE_OK "OK"
 #define MESSAGE_DONE "Done"
 #define MESSAGE_DISCARD "Discard"
+#define MESSAGE_RESET "Reset"
 #define MESSAGE_DELETE_CONTENTS "If you delete this user, their data will also be deleted."
 #define MESSAGE_DISCARD_CONTENTS "Discard all entered data?<br> If you are out of this screen, data won't be saved"
+#define MESSAGE_RESET_CONTENTS "Reset all entered data?<br>If you choose the Reset, all data will be deleted"
 
 #define KEY_MEDIA "media_id"
 #define KEY_CHANNEL "service_id"
+#define KEY_INFOSQUARE "launch_type"
 
 #define PACKAGE_LIVETV "org.tizen.live-tv"
 #define PACKAGE_MEDIAHUB "org.tizen.mediahub"
 #define PACKAGE_SETTINGS "org.tizen.settings-tv-ref"
+#define PACKAGE_INFOSQUARE "org.tizen.infosquare"
+#define PACKAGE_BROWSER "org.tizen.browser"
 
 #define GUM_ATTR_NAME "username"
 #define GUM_ATTR_USERTYPE "usertype"