application/data/PodcastShowsView.ra
branchRCL_3
changeset 367 4b75876aa85a
parent 290 0d5e69a7cda9
child 368 b131f7696342
--- a/application/data/PodcastShowsView.ra	Sat Nov 13 11:50:23 2010 +0000
+++ b/application/data/PodcastShowsView.ra	Sun Nov 14 13:05:37 2010 +0000
@@ -91,6 +91,25 @@
         TBAR_CTRL
             {
             type = EAknCtButton;
+            id = EPodcastUpdateAllFeeds;
+            control = AVKON_BUTTON
+                {
+                states =
+                    {
+                    AVKON_BUTTON_STATE
+                        {
+                        bmpfile = APPICON;
+                        bmpid = EMbmPodcastReload_all;
+                        bmpmask = EMbmPodcastReload_all_mask;
+                        //txt = STRING_r_update_feed_short_cmd;
+                        helptxt = STRING_r_update_all_feeds_cmd;
+                        }  
+                    };
+                };
+            },
+        TBAR_CTRL
+            {
+            type = EAknCtButton;
             id = EPodcastUpdateFeed;
             control = AVKON_BUTTON
                 {
@@ -145,6 +164,25 @@
                             };
                         };
                     },
+				TBAR_CTRL
+					 {
+					 type = EAknCtButton;
+					 id = EPodcastDownloadAll;
+					 control = AVKON_BUTTON
+						 {
+						 states =
+							 {
+							 AVKON_BUTTON_STATE
+								 {
+								 bmpfile = APPICON;
+								 bmpid = EMbmPodcastDownload_all;
+								 bmpmask = EMbmPodcastDownload_all_mask;
+								 //txt = STRING_r_cancel_update_all_feeds_short_cmd;
+								 helptxt = STRING_r_download_all_shows;
+								}  
+							 };
+						 };
+					 },
 // we keep the download toolbar button in S^3, but always disable it
 // because there are drawing issues with only one item in the toolbar
             TBAR_CTRL