美文网首页Android
This Activity already has an act

This Activity already has an act

作者: shaort | 来源:发表于2017-08-09 10:48 被阅读0次

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>

相关文章

网友评论

    本文标题:This Activity already has an act

    本文链接:https://www.haomeiwen.com/subject/hhufrxtx.html