application/data/PodcastFeedView.ra
branchRCL_3
changeset 130 9fef0425017e
parent 74 af6475fdf8d6
child 137 44d205147a83
equal deleted inserted replaced
129:cc2d961dbe57 130:9fef0425017e
   268 					txt = STRING_r_update_feed_short_cmd;
   268 					txt = STRING_r_update_feed_short_cmd;
   269 					command = EPodcastUpdateFeed;
   269 					command = EPodcastUpdateFeed;
   270 				}
   270 				}
   271 		};
   271 		};
   272 	}
   272 	}
       
   273 
       
   274 RESOURCE ARRAY r_feedview_add_url_or_search_array
       
   275 {
       
   276     items =
       
   277     {
       
   278         LBUF { txt = STRING_r_add_url;     },
       
   279         LBUF { txt = STRING_r_add_search; }
       
   280     };
       
   281 }
       
   282 
       
   283 RESOURCE AVKON_LIST_QUERY r_feedview_add_url_or_search
       
   284 {
       
   285     softkeys=R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
   286     items =
       
   287     {
       
   288         AVKON_LIST_QUERY_DLG_LINE
       
   289         {
       
   290             control = AVKON_LIST_QUERY_CONTROL
       
   291             {
       
   292                 listtype = EAknCtSinglePopupMenuListBox;
       
   293                 heading = STRING_r_add_url_or_search;
       
   294                 listbox = AVKON_LIST_QUERY_LIST
       
   295                 {
       
   296                     // array of items will be defined dynamically
       
   297                 };
       
   298             };
       
   299         }
       
   300     };
       
   301 }
       
   302