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

后端 未结 2 1771
执笔经年
执笔经年 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:29

    I had the same problem event though my xml was correct. The solution was to: Set AppCompat theme in the Theme Select Checkbox, see pic. enter image description here

提交回复
热议问题