Guest User

Untitled

a guest
Feb 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <resources>
  2.  
  3. <!-- Base application theme. -->
  4. <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
  5. <!-- Customize your theme here. -->
  6. <item name="colorPrimary">@color/colorPrimary</item>
  7. <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  8. <item name="colorAccent">@color/colorAccent</item>
  9. </style>
  10.  
  11. </resources>
  12.  
  13. <!-- Base application theme. -->
  14. <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
  15. <!-- Customize your theme here. -->
  16. <item name="colorPrimary">@color/colorPrimary</item>
  17. <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  18. <item name="colorAccent">@color/colorAccent</item>
  19. </style>
Add Comment
Please, Sign In to add comment