I\'m new in Android programming. I\'m having this issue when I applied the toolbar into my app and it crashed when I try to run the app. Here is the code:
To
If you use Toolbar from v7-support, you should use Theme.AppCombat in your Activity.
Toolbar
Theme.AppCombat
Activity
Define your style in styles.xml
styles.xml
#000000
And apply it to whole application (or specyfic Activity) in AndroidManifest.xml
AndroidManifest.xml