AndroidResideMenu icon indicating copy to clipboard operation
AndroidResideMenu copied to clipboard

How to change the right menu ?

Open jas017 opened this issue 10 years ago • 1 comments

I want to make the right menu different from the left menu in appearance.I want to create a listview below the right menu item. For that,should i need to create another xml or add new items to the existing residemenu_item and add it to right menu using DIRECTION_RIGHT ?Please help...

jas017 avatar Sep 18 '14 10:09 jas017

make new ResiduMenu variable i guess, of course with new ResiduMenuItem variable and add the newResiduMenu behavior to right, like this : newResideMenu.addMenuItem(RightItem, ResideMenu.DIRECTION_LEFT);

*note : both menu and item must be different for the left and right

thanks

yfsx avatar Aug 06 '15 04:08 yfsx