【发布时间】:2016-02-16 13:00:57
【问题描述】:
主页应该有导航抽屉 其他页面没有导航抽屉
显示插入符号 -> 像这样
主页视图看起来像
fragment 视图如下所示:
see here for details Navigation drawer menu items selection snapshot
使用navigation drawer 开发应用程序我的主页有导航抽屉我想隐藏导航抽屉并显示操作栏主页按钮setHomeAsUpEnabled = true 而不是导航抽屉。
我怎样才能在我的应用中实现这个逻辑?
如果有人知道这件事,请告诉我??
【问题讨论】:
-
代替片段使用活动并使用自定义工具栏
标签: android android-fragments navigation-drawer