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
Failed to find style \'toolbarStyle\' in current theme
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.
You can use the style Widget.AppCompat.Toolbar.
<!-- Toolbar styles --> <item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item>