LixamWei
Results
1
issues of
LixamWei
The code as follow: // configure the SlidingMenu menu = new SlidingMenu(this); menu.setMode(SlidingMenu.LEFT); menu.setMenu(R.layout.menu_frame); menu.setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN); menu.setBehindOffset(100); menu.setFadeDegree(0.35f); menu.attachToActivity(this, SlidingMenu.SLIDING_WINDOW); But the method setMenu did't work.The layout of menu is empty.why?