关闭打开的抽屉式导航在Android上的滑动手势 [英] disable the swipe gesture that opens the navigation drawer in android

查看:513
本文介绍了关闭打开的抽屉式导航在Android上的滑动手势的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在关注由谷歌导航抽屉导轨,我想喜欢将其添加到有标签和手势的活动。

I've been following the navigation drawer guide by Google and I'd like to add it to an Activity with tabs and gestures.

我要停用手势来打开抽屉式导航,没有任何人有任何想法如何做到这一点?

I'd like to disable the gesture to open the navigation drawer, does anyone have any idea how to do this?

推荐答案

您应该使用:

mDrawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);

这和我一起工作,打开抽屉的滑动被禁用。

It work with me, The swipe to open the drawer was disabled.

这篇关于关闭打开的抽屉式导航在Android上的滑动手势的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆