Android Material Design: Failed to find style 'toolbarStyle' in current theme

后端 未结 2 1757
执笔经年
执笔经年 2021-02-02 11:55

I am trying to use the toolbar widget in android 21 with a custom style but I can\'t get rid off this error : Failed to find style \'toolbarStyle\' in current theme

2条回答
  •  北海茫月
    2021-02-02 12:31

    You can use the style Widget.AppCompat.Toolbar.

    
        @style/Widget.AppCompat.Toolbar
    

提交回复
热议问题