application/data/PodcastFeedView.ra
branchsymbian1
changeset 210 e82411ba1646
parent 60 4d230e702aa3
child 243 44d205147a83
child 261 55305e953f12
equal deleted inserted replaced
209:1457ec698c2b 210:e82411ba1646
   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