application/data/PodcastFeedView.ra
branch3rded
changeset 206 9c3ebab9d24f
parent 177 269e3f3e544a
child 390 d7abecc9d189
equal deleted inserted replaced
205:628cdeed25ff 206:9c3ebab9d24f
   155 			{id=EAknSoftkeyOptions; txt = STRING_r_cba_options;},
   155 			{id=EAknSoftkeyOptions; txt = STRING_r_cba_options;},
   156 		CBA_BUTTON
   156 		CBA_BUTTON
   157 			{id=EPodcastHide; txt = STRING_r_cba_hide;}
   157 			{id=EPodcastHide; txt = STRING_r_cba_hide;}
   158 		};
   158 		};
   159 	}
   159 	}
       
   160 
       
   161 RESOURCE ARRAY r_feedview_add_url_or_search_array
       
   162 {
       
   163     items =
       
   164     {
       
   165         LBUF { txt = STRING_r_add_url;     },
       
   166         LBUF { txt = STRING_r_add_search; }
       
   167     };
       
   168 }
       
   169 
       
   170 RESOURCE AVKON_LIST_QUERY r_feedview_add_url_or_search
       
   171 {
       
   172     softkeys=R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
   173     items =
       
   174     {
       
   175         AVKON_LIST_QUERY_DLG_LINE
       
   176         {
       
   177             control = AVKON_LIST_QUERY_CONTROL
       
   178             {
       
   179                 listtype = EAknCtSinglePopupMenuListBox;
       
   180                 heading = STRING_r_add_url_or_search;
       
   181                 listbox = AVKON_LIST_QUERY_LIST
       
   182                 {
       
   183                     // array of items will be defined dynamically
       
   184                 };
       
   185             };
       
   186         }
       
   187     };
       
   188 }
       
   189 
   160 
   190 
   161 RESOURCE AVKON_VIEW r_podcast_feedview
   191 RESOURCE AVKON_VIEW r_podcast_feedview
   162 {
   192 {
   163 	hotkeys = r_podcast_feedview_hotkeys;
   193 	hotkeys = r_podcast_feedview_hotkeys;
   164 	menubar = r_podcast_feedview_menubar;
   194 	menubar = r_podcast_feedview_menubar;