application/data/PodcastShowsView.ra
branchRCL_3
changeset 367 4b75876aa85a
parent 290 0d5e69a7cda9
child 368 b131f7696342
equal deleted inserted replaced
342:9441fb8fd60d 367:4b75876aa85a
    86 RESOURCE AVKON_TOOLBAR r_showsview_toolbar
    86 RESOURCE AVKON_TOOLBAR r_showsview_toolbar
    87     {
    87     {
    88     flags = KAknToolbarFixed;
    88     flags = KAknToolbarFixed;
    89     items =
    89     items =
    90         {
    90         {
       
    91         TBAR_CTRL
       
    92             {
       
    93             type = EAknCtButton;
       
    94             id = EPodcastUpdateAllFeeds;
       
    95             control = AVKON_BUTTON
       
    96                 {
       
    97                 states =
       
    98                     {
       
    99                     AVKON_BUTTON_STATE
       
   100                         {
       
   101                         bmpfile = APPICON;
       
   102                         bmpid = EMbmPodcastReload_all;
       
   103                         bmpmask = EMbmPodcastReload_all_mask;
       
   104                         //txt = STRING_r_update_feed_short_cmd;
       
   105                         helptxt = STRING_r_update_all_feeds_cmd;
       
   106                         }  
       
   107                     };
       
   108                 };
       
   109             },
    91         TBAR_CTRL
   110         TBAR_CTRL
    92             {
   111             {
    93             type = EAknCtButton;
   112             type = EAknCtButton;
    94             id = EPodcastUpdateFeed;
   113             id = EPodcastUpdateFeed;
    95             control = AVKON_BUTTON
   114             control = AVKON_BUTTON
   143                                 helptxt = STRING_r_view_mark_all_played_cmd;
   162                                 helptxt = STRING_r_view_mark_all_played_cmd;
   144                                }  
   163                                }  
   145                             };
   164                             };
   146                         };
   165                         };
   147                     },
   166                     },
       
   167 				TBAR_CTRL
       
   168 					 {
       
   169 					 type = EAknCtButton;
       
   170 					 id = EPodcastDownloadAll;
       
   171 					 control = AVKON_BUTTON
       
   172 						 {
       
   173 						 states =
       
   174 							 {
       
   175 							 AVKON_BUTTON_STATE
       
   176 								 {
       
   177 								 bmpfile = APPICON;
       
   178 								 bmpid = EMbmPodcastDownload_all;
       
   179 								 bmpmask = EMbmPodcastDownload_all_mask;
       
   180 								 //txt = STRING_r_cancel_update_all_feeds_short_cmd;
       
   181 								 helptxt = STRING_r_download_all_shows;
       
   182 								}  
       
   183 							 };
       
   184 						 };
       
   185 					 },
   148 // 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
   149 // 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
   150             TBAR_CTRL
   188             TBAR_CTRL
   151 			{
   189 			{
   152 			type = EAknCtButton;
   190 			type = EAknCtButton;