完美解决左侧抽屉菜单和viewpager不能兼容左右滑动的问题,可进行参考. WeMall-Client/res/layout/wemall_main_ui.xml </RadioGroup> </RelativeLayout> </cn.edu.zzu.wemall.ui.SlideMenu> </RelativeLayout> \ No newline at end of file WeMall-Client/src/cn/edu/zzu/wemall/…
DrawerLayout是官方提供的侧滑菜单,相比SliddingMenu,它更加轻量级.默认情况下,DrawerLayout可以设置左侧或者右侧滑出菜单.如下, xml布局: <!-- <!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available…