Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <resources>
  4.  
  5. <!-- the theme applied to the application or activity -->
  6. <style name="CustomActionBarTheme"
  7. parent="Theme.AppCompat.Light.DarkActionBar">
  8. <item name="android:actionBarStyle">@style/MyActionBar</item>
  9.  
  10. </style>
  11.  
  12. <!-- ActionBar styles -->
  13. <style name="MyActionBar"
  14. parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
  15. <item name="android:background">#FF0000</item>
  16. </style>
  17.  
  18. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement