Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个库在我的应用程序中实现滑动菜单,但在我的一项任务中,我想获取抽屉的状态,即它是打开还是关闭,我在库中找不到相关的类或者我错过了什么?我该如何做到这一点?谢谢!
我假设您使用的是SlidingActivity. 从该活动内部只需调用getSlidingMenu().isMenuShowing()即可获取菜单的状态。
SlidingActivity
getSlidingMenu().isMenuShowing()