summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/define.h3
-rw-r--r--include/view/base.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/include/define.h b/include/define.h
index a169928..a299ea1 100644
--- a/include/define.h
+++ b/include/define.h
@@ -93,6 +93,9 @@
#define SIG_TIMEOUT "timeout"
#define SIG_SCROLL "scroll"
+/* style */
+#define STYLE_TOAST "base_toast"
+
/* transition */
#define TRANSITION_FOCUS DECELERATE 0.20
#define TRANSITION_CLICK DECELERATE 0
diff --git a/include/view/base.h b/include/view/base.h
index 95dda2e..1872b55 100644
--- a/include/view/base.h
+++ b/include/view/base.h
@@ -52,7 +52,6 @@
#define STYLE_BTN_VIEW_MODE "base_btn_view_mode"
#define STYLE_BTN_VIEW_OPTION "base_btn_view_option"
#define STYLE_BASE_PROGRESS "base_recent_progress"
-#define STYLE_TOAST_FAVORITE "base_toast_favorite"
#define STYLE_CTXPOPUP_VIEW_MODE "base_ctxpopup_view_mode"
#endif /* __AIR_MEDIAHUB_VIEW_BASE_H__ */