application/data/PodcastShowsView.ra
branchRCL_3
changeset 383 931d0db6374d
parent 376 31968c23152c
equal deleted inserted replaced
376:31968c23152c 383:931d0db6374d
   181                                 helptxt = STRING_r_view_mark_all_played_cmd;
   181                                 helptxt = STRING_r_view_mark_all_played_cmd;
   182                                }  
   182                                }  
   183                             };
   183                             };
   184                         };
   184                         };
   185                     },
   185                     },
   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
       
   188             TBAR_CTRL
   186             TBAR_CTRL
   189 			{
   187 			{
   190 			type = EAknCtButton;
   188 			type = EAknCtButton;
   191 			id = EPodcastDownloadShow;
   189 			id = EPodcastEmpty;
   192 			control = AVKON_BUTTON
   190 			control = AVKON_BUTTON
   193 				{
   191 				{
   194 				states =
   192 				states =
   195 					{
   193 					{
   196 					AVKON_BUTTON_STATE
   194 					AVKON_BUTTON_STATE
   197 						{
   195 						{
   198 						bmpfile = APPICON;
   196 						bmpfile = APPICON;
   199 						bmpid = EMbmPodcastDownload;
   197 						bmpid = EMbmPodcastEmpty;
   200 						bmpmask = EMbmPodcastDownload_mask;
   198 						bmpmask = EMbmPodcastEmpty_mask;
   201 						//txt = STRING_r_view_download_show_cmd;
   199 						helptxt = "";
   202 						helptxt = STRING_r_view_download_show_cmd;
       
   203 						}  
   200 						}  
   204 					};
   201 					};
   205 				};
   202 				};
   206 			}
   203 			}
   207         };
   204         };