I want to change the color of my ActionBar but the color I want to apply doesn't show. Here's my Style.xml file.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light">
<item name="android:actionBarStyle">@style/ActionBarTheme</item>
<!-- Customize your theme here. -->
</style>
<style name="ActionBarTheme" parent="Theme.AppCompat.Light">
<item name="android:background">#2196f3</item>
</style>
<style name="AboutActivityTheme" parent="Theme.AppCompat.Light.NoActionBar">
</style>