application/data/PodcastShowsView.ra
branchnewlist
changeset 352 31f9864a37ac
parent 350 9c4fd008e20f
child 354 a2713e6a41a9
equal deleted inserted replaced
351:a5e419ee2bb3 352:31f9864a37ac
    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
    38         MENU_ITEM
    39 			{
       
    40 			command = EPodcastMarkAllPlayed;
       
    41 			txt = STRING_r_view_mark_all_played_cmd;
       
    42 			},
       
    43 		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 			}, 
    48 		MENU_ITEM
    43 		MENU_ITEM
   181 					 };
   176 					 };
   182 				 },
   177 				 },
   183 		TBAR_CTRL
   178 		TBAR_CTRL
   184 			{
   179 			{
   185 			type = EAknCtButton;
   180 			type = EAknCtButton;
       
   181 			id = EPodcastMarkAllPlayed;
       
   182 			control = AVKON_BUTTON
       
   183 				{
       
   184 				states =
       
   185 					{
       
   186 					AVKON_BUTTON_STATE
       
   187 						{
       
   188 						bmpfile = APPICON;
       
   189 						bmpid = EMbmPodcastMark_old_all;
       
   190 						bmpmask = EMbmPodcastMark_old_all_mask;
       
   191 						//txt = STRING_r_cancel_update_all_feeds_short_cmd;
       
   192 						helptxt = STRING_r_view_mark_all_played_cmd;
       
   193 					   }  
       
   194 					};
       
   195 				};
       
   196 			},
       
   197 		TBAR_CTRL
       
   198 			{
       
   199 			type = EAknCtButton;
   186 			id = EPodcastMarkAsPlayed;
   200 			id = EPodcastMarkAsPlayed;
   187 			control = AVKON_BUTTON
   201 			control = AVKON_BUTTON
   188 				{
   202 				{
   189 				states =
   203 				states =
   190 					{
   204 					{
   192 						{
   206 						{
   193 						bmpfile = APPICON;
   207 						bmpfile = APPICON;
   194 						bmpid = EMbmPodcastMark_old;
   208 						bmpid = EMbmPodcastMark_old;
   195 						bmpmask = EMbmPodcastMark_old_mask;
   209 						bmpmask = EMbmPodcastMark_old_mask;
   196 						//txt = STRING_r_view_mark_as_played_cmd_short;
   210 						//txt = STRING_r_view_mark_as_played_cmd_short;
   197 						helptxt = STRING_r_view_mark_as_played_cmd_short;
   211 						helptxt = STRING_r_view_mark_as_played_cmd;
   198 						}  
   212 						}  
   199 					};
   213 					};
   200 				};
   214 				};
   201 			},
   215 			},
   202 			TBAR_CTRL
   216 			TBAR_CTRL
   211 							{
   225 							{
   212 							bmpfile = APPICON;
   226 							bmpfile = APPICON;
   213 							bmpid = EMbmPodcastMark_new;
   227 							bmpid = EMbmPodcastMark_new;
   214 							bmpmask = EMbmPodcastMark_new_mask;
   228 							bmpmask = EMbmPodcastMark_new_mask;
   215 							//txt = STRING_r_view_mark_as_unplayed_cmd_short;
   229 							//txt = STRING_r_view_mark_as_unplayed_cmd_short;
   216 							helptxt = STRING_r_view_mark_as_unplayed_cmd_short;
   230 							helptxt = STRING_r_view_mark_as_unplayed_cmd;
   217 							}  
   231 							}  
   218 						};
   232 						};
   219 					};
   233 					};
   220 				}
   234 				}
   221         };
   235         };