标题栏使用 setSupportActionBar(toolbar) 后报错
This Activity already has an action bar supplied by the window decor.
Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar
to false in your theme to use a Toolbar instead.
此活动已具有由窗口装饰提供的操作栏。不要请求window.feature_支持_操作栏,并在
主题中将window action bar设置为false以使用工具栏。
之后发现
原因是:使用了5.0之后的ToolBar,而没有修改style
解决方案:
//将style.xml里面的