application/data/PodcastShowsView.ra
branchRCL_3
changeset 290 0d5e69a7cda9
parent 264 6dfdf1d9da5c
child 367 4b75876aa85a
equal deleted inserted replaced
286:91d73b84416c 290:0d5e69a7cda9
    33 
    33 
    34 RESOURCE MENU_PANE r_podcast_showsview_menu
    34 RESOURCE MENU_PANE r_podcast_showsview_menu
    35     {
    35     {
    36     items =
    36     items =
    37         {
    37         {
    38         MENU_ITEM
       
    39 			{
       
    40 			command = EPodcastMarkAllPlayed;
       
    41 			txt = STRING_r_view_mark_all_played_cmd;
       
    42 			},
       
    43 		MENU_ITEM
    38 		MENU_ITEM
    44 			{
    39 			{
    45 			command = EPodcastAbout;
    40 			command = EPodcastAbout;
    46 			txt = STRING_r_view_about_cmd;
    41 			txt = STRING_r_view_about_cmd;
    47 			}, 
    42 			}, 
   129                             helptxt = STRING_r_cancel_update_all_feeds_cmd;
   124                             helptxt = STRING_r_cancel_update_all_feeds_cmd;
   130                            }  
   125                            }  
   131                         };
   126                         };
   132                     };
   127                     };
   133                 },
   128                 },
       
   129                 TBAR_CTRL
       
   130                     {
       
   131                     type = EAknCtButton;
       
   132                     id = EPodcastMarkAllPlayed;
       
   133                     control = AVKON_BUTTON
       
   134                         {
       
   135                         states =
       
   136                             {
       
   137                             AVKON_BUTTON_STATE
       
   138                                 {
       
   139                                 bmpfile = APPICON;
       
   140                                 bmpid = EMbmPodcastMarkold_all;
       
   141                                 bmpmask = EMbmPodcastMarkold_all_mask;
       
   142                                 //txt = STRING_r_cancel_update_all_feeds_short_cmd;
       
   143                                 helptxt = STRING_r_view_mark_all_played_cmd;
       
   144                                }  
       
   145                             };
       
   146                         };
       
   147                     },
   134 // we keep the download toolbar button in S^3, but always disable it
   148 // we keep the download toolbar button in S^3, but always disable it
   135 // because there are drawing issues with only one item in the toolbar
   149 // because there are drawing issues with only one item in the toolbar
   136             TBAR_CTRL
   150             TBAR_CTRL
   137 			{
   151 			{
   138 			type = EAknCtButton;
   152 			type = EAknCtButton;