/* * * Copyright 2012 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ //retio defined #ifndef _RATIO_ #define _RATIO_ #define R_X (480.0/720.0) #define R_Y (800.0/1280.0) #endif #define WIDTH_OF_HD (720.0*R_X) #define HEIGHT_OF_HD (1280.0*R_Y) //size #ifndef _RATIO_L_ #define _RATIO_L_ #define R_Y_L (480.0/720.0) #define R_X_L (800.0/1280.0) #endif #define HEIGHT_OF_HD_L (720.0*R_Y_L) #define WIDTH_OF_HD_L (1280.0*R_X_L) //color #define COLOR_OF_LINE_FOR_ACCT 75 75 75 255 #define COLOR_OF_BASE_OF_SELECTOR_BUTTON_FOR_ACCT 233 233 233 255 #define COLOR_OF_TOP_LINE_FOR_DAY 195 192 179 255 #define COLOR_OF_BASE_OF_LINE_FOR_TAB 195 192 179 255 #define COLOR_OF_HORIZEN_LINE_FOR_TAB 195 192 179 255 #define COLOR_OF_MIDDLE_LINE_FOR_TAB 224 219 209 255 #define COLOR_OF_VERT_LINE_FOR_TAB 195 192 179 255 #define COLOR_OF_ON_TIME_LINE_FOR_TAB 51 93 119 255 #define COLOR_OF_LIST_LINE_FOR_MONTH 195 192 179 255 #define COLOR_OF_WEEK_DAY_TEXT_FOR_MONTH_CAL 106 96 84 255 #define COLOR_OF_SUNDAY_TEXT_FOR_MONTH_CAL 200 0 0 255 #define COLOR_OF_SATDAY_TEXT_FOR_MONTH_CAL 106 96 84 255 #define COLOR_OF_TODAY_FOR_MONTH_CAL 208 211 217 255 #define COLOR_OF_BLOCK_DEFAULT_TEXT_FOR_MONTH_CAL 0 0 0 255 #define COLOR_OF_BLOCK_MORE_TEXT_FOR_MONTH_CAL 7 180 211 255 #define COLOR_OF_BLOCK_SELECTED_TEXT_FOR_MONTH_CAL 255 255 255 255 #define COLOR_OF_BLOCK_SUNDAY_TEXT_FOR_MONTH_CAL 200 0 0 255 #define COLOR_OF_BLOCK_SATDAY_TEXT_FOR_MONTH_CAL 0 0 0 255 #define COLOR_OF_BLOCK_DISABLEDAY_TEXT_FOR_MONTH_CAL 195 192 179 255 #define COLOR_OF_CHECK_BASE_FOR_MONTH_CAL 127 126 126 255 #define COLOR_OF_TEXT_ON_CHECK_FOR_MONTH_CAL 255 255 255 255 #define COLOR_OF_LINE_FOR_MONTH_CAL 195 192 179 255 #define COLOR_OF_TEXT_FOR_MAIN_TAB 249 249 249 150 #define COLOR_OF_TEXT_DEFAULT_FOR_MAIN_TAB 0 0 0 255 #define COLOR_OF_TEXT_SELECTED_FOR_MAIN_TAB 255 255 255 255 #define COLOR_OF_TODAY_FOR_YEAR_CAL 212 146 32 40 #define COLOR_OF_DEFAULT_TEXT_FOR_YEAR_CAL 0 0 0 255 #define COLOR_OF_SUNDAY_TEXT_FOR_YEAR_CAL 200 0 0 255 #define COLOR_OF_SATDAY_TEXT_FOR_YEAR_CAL 0 0 0 255 #define COLOR_OF_LINE_FOR_YEAR_CAL 0 0 0 255 #define COLOR_OF_TEXT_FOR_RING 255 126 0 255 #define COLOR_OF_DEFAULT_STOP_FOR_RING 255 74 22 255 #define COLOR_OF_DEFAULT_PRESSED_FOR_RING 255 255 255 255 #define COLOR_OF_YEAR_VIEW_TODAY 183 193 210 255 #define COLOR_OF_WEEK_ITEM_TITLE 225 227 230 255 #define COLOR_OF_TITLE_BOTTOM_LINE 143 143 143 255 #define COLOR_OF_WEEK_NUMBER_TEXT_FOR_MONTH_CAL 186 186 186 255 #define COLOR_OF_WEEK_NUMBER_WDAY_FOR_MONTH_CAL 203 203 203 255 //image #define LIST_PHOTO_DEFAUT "00_list_photo_default.png" #define DIALOG_EDIT_DEFAULT "01_dialoguegroup_edit_default.png" #define HEADER_ICON_ADD "01_header_icon_add.png" #define HEADER_ICON_DONE "01_header_icon_done.png" #define HEADER_ICON_OTHERS "01_header_icon_others.png" #define NAVI_ICON_DELETE "01_navi_icon_delete.png" #define NAVI_ICON_EDIT "01_navi_icon_edit.png" #define NAVI_ICON_NEW "01_navi_icon_new.png" #define MEMO_NOITEMS "49_memo_noitems.png" #define CALENDAR_BG_2 "57_calendar_bg2.png" #define CALENDAR_EVENT_BG_1 "P01_day_event_bg_01.png" #define CALENDAR_EVENT_PRESSED_BG_1 "P01_day_event_bg_01.png" #define CALENDAR_EVENT_BG_2 "P01_day_event_bg_02.png" #define CALENDAR_EVENT_PRESSED_BG_2 "P01_day_event_bg_02.png" #define CALENDAR_EVENT_BG_3 "P01_day_event_bg_03.png" #define CALENDAR_EVENT_PRESSED_BG_3 "P01_day_event_bg_03.png" #define CALENDAR_EVENT_BG_4 "P01_day_event_bg_04.png" #define CALENDAR_EVENT_PRESSED_BG_4 "P01_day_event_bg_04.png" #define CALENDAR_MONTH_VIEW_BG_1 "57_calendar_month_view(1)_bg.png" #define CALENDAR_SPIN_ICON_1 "57_calendar_spin_01_icon.png" #define CALENDAR_SPIN_ICON_2 "57_calendar_spin_02_icon.png" #define CALENDAR_TAB "57_calendar_tab.png" #define CALENDAR_TAB_FOCUS_BG "57_calendar_tab_focus_bg.png" #define CALENDAR_TAB_PRESS "57_calendar_tab_press.png" #define CALENDAR_TODAY_ICON "57_calendar_today_icon.png" #define CALENDAR_TODAY_ICON_PRESS "57_calendar_today_icon_press.png" #define CALENDAR_TODAY_ICON_2 "57_calendar_today_icon2.png" #define CALENDAR_WEEK_ARROW_FOCUS_ICON "57_calendar_week_arrow_focus_icon.png" #define CALENDAR_WEEK_ARROW_ICON "57_calendar_week_arrow_icon.png" #define CALENDAR_WEEK_VIEW_BG "57_calendar_week_view_bg.png" #define CALENDAR_WEEK_VIEW_PRESS "P01_month_view_focus_bg.png" #define CALENDAR_YEAR_VIEW_BG "57_calendar_year_view_bg.png" #define ALL_CALENDAR "all_calendar.png" #define CALENDAR_SELSECTED "P01_month_view_focus_bg.png" #define NAVIBAR_ITEM_SEPARATOR "navibar_item_separator.png" #define NAVIBAR_ITEM_SEPARATOR_TEMP "navibar_item_separator_tmp.png" #define BG "P01_bg.png" #define CONTROL_TOP_BG "P01_control_top_bg.png" #define CONTROL_TOP_BG_TEMP "P01_control_top_bg_tmp.png" #define DAY_CURRENT_TIME "P01_day_current_time.png" #define EVENT "P01_event.png" #define NOSCHEDULE "P01_noschedule.png" #define TAB_BG "P01_tab_bg.png" #define TAB_DEFAULT "P01_tab_default.png" #define TAB_FOCUS "P01_tab_focus.png" #define TAB_PRESS "P01_tab_press.png" #define TITLE_BG "P01_title_bg.png" #define TITLE_BG_TMP "P01_title_bg_tmp.png" #define ALARM_CLOCK_BG_AM "58_alarm_clock_bg_AM.png" #define ALARM_CLOCK_BG_PM "58_alarm_clock_bg_PM.png" #define CLOCK_BG "58_clock_bg.png" #define CLOCK_BUTTON_NORMAL "58_clock_button_normal.png" #define CLOCK_BUTTON_PRESS "58_clock_button_press.png" #define CALENDAR_YEAR_MONTH_SELSECTED "P01_year_month_focus.png" #define CALENDAR_YEAR_DAY_SELSECTED "P01_year_day_focus.png" #define CALENDAR_WEEK_EXPAND_BUTTON_OPEN "P01_week_view_icon_open.png" #define CALENDAR_WEEK_EXPAND_BUTTON_CLOSE "P01_week_view_icon_close.png" #define CALENDAR_LIST_INDEX_OPEN "P01_event_index_icon_open.png" #define CALENDAR_LIST_INDEX_OPEN_PRESS "P01_event_index_icon_open_press.png" #define CALENDAR_LIST_INDEX_CLOSE "P01_event_index_icon_close.png" #define CALENDAR_LIST_INDEX_CLOSE_PRESS "P01_event_index_icon_close_press.png" #define CALENDAR_LIST_INDEX_BG "P01_event_index_bg.png" #define CALENDAR_WEATHER_SUNNY "P01_wheather_today_bg_01_02_30_33.png" #define CALENDAR_WEATHER_MOSTLY_SUNNY "P01_wheather_today_bg_03_04_05_34_35_36_37_38.png" #define CALENDAR_WEATHER_CLOUDY "P01_wheather_today_bg_06_07_08_09_10_11_32.png" #define CALENDAR_WEATHER_RAINY "P01_wheather_today_bg_12_13_18_24_25_26_39_40.png" #define CALENDAR_WEATHER_MOSTLY_RAINLY "P01_wheather_today_bg_14.png" #define CALENDAR_WEATHER_THUNDER "P01_wheather_today_bg_15_41_42.png" #define CALENDAR_WEATHER_MOSTLY_THUNDER "P01_wheather_today_bg_16_17.png" #define CALENDAR_WEATHER_SNOW "P01_wheather_today_bg_19_22_23_31_44.png" #define CALENDAR_WEATHER_MOSTLY_SNOW "P01_wheather_today_bg_20_21.png" #define CALENDAR_WEATHER_SLEET "P01_wheather_today_bg_27_28_29.png" #define CALENDAR_LIST_INDEX_BG "P01_event_index_bg.png"