This Activity already has an act
2017-08-09 本文已影响0人
shaort
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.
解决:
theme中增加 <item name="windowAcctionBar">false</item>