I have pasted following code in style.xml
, replacing previous default code in style.xml
, and I am getting following Error in `MainActivity.Java':
Error cannot resolve symbol 'R' of R.id.toolbar
I am new android developer, Please support!
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light">
<!-- Primary theme color of the app (sets background color of app bar) -->
<item name="colorPrimary">#FF9800</item>
<!-- Background color of buttons in the app -->
<item name="colorButtonNormal">#FF9800</item>
</style>
</resources>