Created
November 13, 2015 13:12
-
-
Save Suaz/fabb636926149a0e5ad3 to your computer and use it in GitHub Desktop.
ActionBar Color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Base application theme. --> | |
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | |
<item name="android:actionBarStyle">@style/ActionBar</item> | |
<item name="actionBarStyle">@style/ActionBar</item> | |
</style> | |
<!-- Actionbar Theme --> | |
<style name="ActionBar" parent="Widget.AppCompat.Light.ActionBar.Solid.Inverse"> | |
<item name="android:background">@color/verde_header</item> | |
<item name="background">@color/verde_header</item> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment