how i can remove it from my rootView i nned to romove it don't need use "TOUCH_MODE_NONE" because i need to twitch between MENU_DRAG_CONTENT & MENU_DRAG_WINDOW
my problem when i attach to window : " attachToDecor " the old menu still in the decor how i can remove it ?
????? Why this method not clear the previous menu: ????
Hello all,
How i can remove the MenuDrawer From my rootView ?? i use like this.
ViewGroup rootView = (ViewGroup) ((ViewGroup) this.activity.findViewById(android.R.id.content)).getChildAt(0);
menuDraw.setContentView(rootView);
how i can remove it from my rootView i nned to romove it don't need use "TOUCH_MODE_NONE" because i need to twitch between MENU_DRAG_CONTENT & MENU_DRAG_WINDOW
my problem when i attach to window : " attachToDecor " the old menu still in the decor how i can remove it ?
????? Why this method not clear the previous menu: ????
best regard