application/data/PodcastShowsView.ra
branchRCL_3
changeset 376 31968c23152c
parent 368 b131f7696342
child 383 931d0db6374d
equal deleted inserted replaced
370:83825edad8e1 376:31968c23152c
    68 			command = EPodcastMarkAsPlayed;
    68 			command = EPodcastMarkAsPlayed;
    69 			flags = EEikMenuItemSpecific;
    69 			flags = EEikMenuItemSpecific;
    70 			},
    70 			},
    71 		MENU_ITEM
    71 		MENU_ITEM
    72 			{
    72 			{
    73 			txt = STRING_r_view_download_show_cmd;
    73 			txt = STRING_r_view_download_show_cmd_short;
    74 			command = EPodcastDownloadShow;
    74 			command = EPodcastDownloadShow;
    75 			flags = EEikMenuItemSpecific;
    75 			flags = EEikMenuItemSpecific;
    76 			},
    76 			},
    77 		MENU_ITEM
    77 		MENU_ITEM
    78 			{
    78 			{
    79 			txt = STRING_r_view_delete_show_cmd;
    79 			txt = STRING_r_view_delete_show_cmd_short;
    80 			command = EPodcastDeleteShow;
    80 			command = EPodcastDeleteShow;
    81 			flags = EEikMenuItemSpecific;
    81 			flags = EEikMenuItemSpecific;
    82 			}
    82 			}
    83         };
    83         };
    84     }
    84     }
   143                             helptxt = STRING_r_cancel_update_all_feeds_cmd;
   143                             helptxt = STRING_r_cancel_update_all_feeds_cmd;
   144                            }  
   144                            }  
   145                         };
   145                         };
   146                     };
   146                     };
   147                 },
   147                 },
   148                 TBAR_CTRL
       
   149                     {
       
   150                     type = EAknCtButton;
       
   151                     id = EPodcastMarkAllPlayed;
       
   152                     control = AVKON_BUTTON
       
   153                         {
       
   154                         states =
       
   155                             {
       
   156                             AVKON_BUTTON_STATE
       
   157                                 {
       
   158                                 bmpfile = APPICON;
       
   159                                 bmpid = EMbmPodcastMark_old_all;
       
   160                                 bmpmask = EMbmPodcastMark_old_all_mask;
       
   161                                 //txt = STRING_r_cancel_update_all_feeds_short_cmd;
       
   162                                 helptxt = STRING_r_view_mark_all_played_cmd;
       
   163                                }  
       
   164                             };
       
   165                         };
       
   166                     },
       
   167 				TBAR_CTRL
   148 				TBAR_CTRL
   168 					 {
   149 					 {
   169 					 type = EAknCtButton;
   150 					 type = EAknCtButton;
   170 					 id = EPodcastDownloadAll;
   151 					 id = EPodcastDownloadAll;
   171 					 control = AVKON_BUTTON
   152 					 control = AVKON_BUTTON
   181 								 helptxt = STRING_r_download_all_shows;
   162 								 helptxt = STRING_r_download_all_shows;
   182 								}  
   163 								}  
   183 							 };
   164 							 };
   184 						 };
   165 						 };
   185 					 },
   166 					 },
       
   167                 TBAR_CTRL
       
   168                     {
       
   169                     type = EAknCtButton;
       
   170                     id = EPodcastMarkAllPlayed;
       
   171                     control = AVKON_BUTTON
       
   172                         {
       
   173                         states =
       
   174                             {
       
   175                             AVKON_BUTTON_STATE
       
   176                                 {
       
   177                                 bmpfile = APPICON;
       
   178                                 bmpid = EMbmPodcastMark_old_all;
       
   179                                 bmpmask = EMbmPodcastMark_old_all_mask;
       
   180                                 //txt = STRING_r_cancel_update_all_feeds_short_cmd;
       
   181                                 helptxt = STRING_r_view_mark_all_played_cmd;
       
   182                                }  
       
   183                             };
       
   184                         };
       
   185                     },
   186 // we keep the download toolbar button in S^3, but always disable it
   186 // we keep the download toolbar button in S^3, but always disable it
   187 // because there are drawing issues with only one item in the toolbar
   187 // because there are drawing issues with only one item in the toolbar
   188             TBAR_CTRL
   188             TBAR_CTRL
   189 			{
   189 			{
   190 			type = EAknCtButton;
   190 			type = EAknCtButton;