Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <resources>
  2.  
  3. <!--
  4. Base application theme, dependent on API level. This theme is replaced
  5. by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
  6.  
  7.  
  8. -->
  9. <style name="AppBaseTheme" parent="Theme.AppCompat.Light">
  10. <!--
  11. Theme customizations available in newer API levels can go in
  12. res/values-vXX/styles.xml, while customizations related to
  13. backward-compatibility can go here.
  14.  
  15.  
  16. -->
  17. </style>
  18.  
  19. <!-- Application theme. -->
  20. <style name="AppTheme" parent="AppBaseTheme">
  21.  
  22. <!-- All customizations that are NOT specific to a particular API-level can go here. -->
  23. <!-- colorPrimary is used for the default action bar background -->
  24. <item name="colorPrimary">@color/green500</item>
  25. <!-- colorPrimaryDark is used for the status bar -->
  26. <item name="colorPrimaryDark">@color/green900</item>
  27. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement