AndroidResideMenu
AndroidResideMenu copied to clipboard
How to change the right menu ?
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...
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