现在,所有与类中导航模式相关的方法ActionBar(例如setNavigationMode()...)现已弃用.
文档说明:
Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.
Run Code Online (Sandbox Code Playgroud)
在我目前的应用程序中,ActionBar上有一个微调器.如何NAVIGATION_MODE_LIST在新版本appcompat v7 21中应用新小部件工具栏.
提前感谢.
android android-appcompat android-notifications android-actionbar material-design
android ×1