Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <resources>
  2.  
  3. <!-- Base application theme. -->
  4. <style name="AppTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
  5. <item name="actionBarStyle">@style/AppTheme.ActionBar</item>
  6. </style>
  7.  
  8. <style name="AppTheme.ActionBar"
  9. parent="@style/Widget.AppCompat.ActionBar">
  10. <item name="android:background">#00FF00</item>
  11. </style>
  12.  
  13. <style name="AppTheme.ActionBar.Title"
  14. parent="@style/TextAppearance.AppCompat.Widget.ActionBar.Title">
  15.  
  16. <item name="android:textColor">#000000</item>
  17. </style>
  18.  
  19. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement