当一个项目被按下时如何closures抽屉?
理想情况下,一旦某个项目被按下,导航抽屉会closures,但不会自动发生。 怎么做 ? 谢谢!
得到它了!
private DrawerLayout mDrawerLayout; mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout); mDrawerLayout.closeDrawers();
工作得很好。
理想情况下,一旦某个项目被按下,导航抽屉会closures,但不会自动发生。 怎么做 ? 谢谢!
得到它了!
private DrawerLayout mDrawerLayout; mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout); mDrawerLayout.closeDrawers();
工作得很好。