qtinternetradio/ui/inc/iruidefines.h
changeset 8 3b03c28289e6
parent 5 0930554dc389
child 11 f683e24efca3
--- a/qtinternetradio/ui/inc/iruidefines.h	Thu May 27 12:46:34 2010 +0300
+++ b/qtinternetradio/ui/inc/iruidefines.h	Fri Jun 11 13:30:40 2010 +0300
@@ -33,6 +33,7 @@
 static const char* SETTINGS_ACTION      = "setting_act"; 
 static const char* GO_TO_STATION_ACTION = "go2station_act";
 static const char* OBJECT_TOOLBAR       = "toolbar";
+static const char* VIEW_CONTAINER       = "container";
 
 // Common Sections
 static const char* PORTRAIT_SEC  = "prt_section";
@@ -66,9 +67,7 @@
 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_PLAY_BUTTON                = "playButton";
 
 // SearchView -- Object Name
-static const char* SEARCH_CHANNELS_VIEW_OBJECT_VIEW                   = "ext-IRSearchChannelsView";
-static const char* SEARCH_CHANNELS_VIEW_NO_LISTVIEW_SECTION           = "section_without_listview";
-static const char* SEARCH_CHANNELS_VIEW_LISTVIEW_SECTION              = "section_with_listview";
+static const char* SEARCH_CHANNELS_VIEW_OBJECT_VIEW                   = "ext-IRSearchChannelsView"; 
 static const char* SEARCH_CHANNELS_VIEW_SEARCHPANEL_WIDGET            = "search_panel";
 static const char* SEARCH_CHANNELS_VIEW_SEARCHLISTVIEW_WIDGET         = "search_listview";
 
@@ -112,4 +111,6 @@
 static const char* TERMS_CONS_VIEW_DECLINE_BTN  = "decline_btn";
 static const char* TERMS_CONS_VIEW_TEXT_EDIT  = "text_edit";
 
+#define LOADING_ANIMATION_ICON_SIZE 50
+
 #endif /* IRUIDEFINES_H_ */