equal
deleted
inserted
replaced
31 // Common Objects |
31 // Common Objects |
32 static const char* EXIT_ACTION = "exit_act"; |
32 static const char* EXIT_ACTION = "exit_act"; |
33 static const char* SETTINGS_ACTION = "setting_act"; |
33 static const char* SETTINGS_ACTION = "setting_act"; |
34 static const char* GO_TO_STATION_ACTION = "go2station_act"; |
34 static const char* GO_TO_STATION_ACTION = "go2station_act"; |
35 static const char* OBJECT_TOOLBAR = "toolbar"; |
35 static const char* OBJECT_TOOLBAR = "toolbar"; |
|
36 |
|
37 // Common Sections |
|
38 static const char* PORTRAIT_SEC = "prt_section"; |
|
39 static const char* LANDSCAPE_SEC = "lsc_section"; |
36 |
40 |
37 |
41 |
38 // IrAbstractListViewBase -- Object Name |
42 // IrAbstractListViewBase -- Object Name |
39 static const char* ABSTRACT_LIST_VIEW_BASE_OBJECT_VIEW = "ext-IrAbstractListViewBase"; |
43 static const char* ABSTRACT_LIST_VIEW_BASE_OBJECT_VIEW = "ext-IrAbstractListViewBase"; |
40 // menu action |
44 // menu action |
83 static const char* NOW_PLAYING_VIEW_OBJECT_STATION_NAME = "station_name"; |
87 static const char* NOW_PLAYING_VIEW_OBJECT_STATION_NAME = "station_name"; |
84 #ifdef ADV_ENABLED |
88 #ifdef ADV_ENABLED |
85 static const char* NOW_PLAYING_VIEW_OBJECT_ADVERTISEMENT_IMAGE = "advertisementImage"; |
89 static const char* NOW_PLAYING_VIEW_OBJECT_ADVERTISEMENT_IMAGE = "advertisementImage"; |
86 #endif |
90 #endif |
87 // IRNowplayingView -- section |
91 // IRNowplayingView -- section |
88 static const char* NOW_PLAYING_VIEW_PRT_SEC = "prt_section"; |
|
89 static const char* NOW_PLAYING_VIEW_LSC_SEC = "lsc_section"; |
|
90 static const char* NOW_PLAYING_VIEW_SONG_RECOG_YES_SEC = "song_recog_yes_section"; |
92 static const char* NOW_PLAYING_VIEW_SONG_RECOG_YES_SEC = "song_recog_yes_section"; |
91 static const char* NOW_PLAYING_VIEW_SONG_RECOG_NO_SEC = "song_recog_no_section"; |
93 static const char* NOW_PLAYING_VIEW_SONG_RECOG_NO_SEC = "song_recog_no_section"; |
92 |
94 |
93 // IRStationDetailsView -- Object Name |
95 // IRStationDetailsView -- Object Name |
94 static const char* STATION_DETAILS_VIEW_OBJECT_NAME = "ext-IRStationDetailsView"; |
96 static const char* STATION_DETAILS_VIEW_OBJECT_NAME = "ext-IRStationDetailsView"; |
104 static const char* STATION_DETAILS_VIEW_OBJECT_STATION_URL = "stationUrl"; |
106 static const char* STATION_DETAILS_VIEW_OBJECT_STATION_URL = "stationUrl"; |
105 |
107 |
106 // IRTermsConsView -- Object Name |
108 // IRTermsConsView -- Object Name |
107 static const char* TERMS_CONS_VIEW_BASE_OBJECT_VIEW = "ext-IRTermsConsView"; |
109 static const char* TERMS_CONS_VIEW_BASE_OBJECT_VIEW = "ext-IRTermsConsView"; |
108 // IRTermsConsView -- widget |
110 // IRTermsConsView -- widget |
109 static const char* TERMS_CONS_VIEW_ACCEPT_BTN = "accept_btn"; |
111 static const char* TERMS_CONS_VIEW_ACCEPT_BTN = "accept_btn"; |
110 static const char* TERMS_CONS_VIEW_DENY_BTN = "deny_btn"; |
112 static const char* TERMS_CONS_VIEW_DECLINE_BTN = "decline_btn"; |
|
113 static const char* TERMS_CONS_VIEW_TEXT_EDIT = "text_edit"; |
111 |
114 |
112 #endif /* IRUIDEFINES_H_ */ |
115 #endif /* IRUIDEFINES_H_ */ |