application/data/PodcastQueueView.ra
branchRCL_3
changeset 137 44d205147a83
parent 107 17da6d3a5a4b
equal deleted inserted replaced
136:f952f3a1a786 137:44d205147a83
    47 			},
    47 			},
    48 		MENU_ITEM
    48 		MENU_ITEM
    49 			{
    49 			{
    50 			command = EAknSoftkeyExit;
    50 			command = EAknSoftkeyExit;
    51 			txt = STRING_r_exit_cmd;
    51 			txt = STRING_r_exit_cmd;
       
    52 			},
       
    53 		MENU_ITEM
       
    54 			{
       
    55 			txt = STRING_r_view_remove_download_short_cmd;
       
    56 			command = EPodcastRemoveDownload;
       
    57 			flags = EEikMenuItemSpecific;
       
    58 			},
       
    59 		MENU_ITEM
       
    60 			{
       
    61 			txt = STRING_r_view_move_up_short_cmd;
       
    62 			command = EPodcastMoveDownloadUp;
       
    63 			flags = EEikMenuItemSpecific;
       
    64 			},
       
    65 		MENU_ITEM
       
    66 			{
       
    67 			txt = STRING_r_view_move_down_short_cmd;
       
    68 			command = EPodcastMoveDownloadDown;
       
    69 			flags = EEikMenuItemSpecific;
    52 			}
    70 			}
    53         };
    71         };
    54     }
    72     }
    55 
    73 
    56 RESOURCE AVKON_TOOLBAR r_queueview_toolbar
    74 RESOURCE AVKON_TOOLBAR r_queueview_toolbar
   113 					};
   131 					};
   114 				};
   132 				};
   115 			}
   133 			}
   116         };
   134         };
   117     }
   135     }
   118 
       
   119 RESOURCE STYLUS_POPUP_MENU r_queueview_popup_menu
       
   120 	{
       
   121 		items =
       
   122 		{
       
   123 			STYLUS_POPUP_MENU_ITEM
       
   124 				{
       
   125 					txt = STRING_r_view_remove_download_short_cmd;
       
   126 					command = EPodcastRemoveDownload;
       
   127 				},
       
   128 			STYLUS_POPUP_MENU_ITEM
       
   129 				{
       
   130 					txt = STRING_r_view_move_up_short_cmd;
       
   131 					command = EPodcastMoveDownloadUp;
       
   132 				},
       
   133 			STYLUS_POPUP_MENU_ITEM
       
   134 				{
       
   135 					txt = STRING_r_view_move_down_short_cmd;
       
   136 					command = EPodcastMoveDownloadDown;
       
   137 				}
       
   138 		};
       
   139 	}