I've been trying to change the actionbar's color without any succes. I've been searching for a while now... I tried the solution of this post: How to change ActionBar color?
This is my styles.xml:
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:actionBarStyle">@style/ActionBar</item>
</style>
<style name="ActionBar" parent="Widget.AppCompat.Light.ActionBar.Solid.Inverse">
<item name="android:background">#0091ea</item>
</style>
</resources>