Guest User

Untitled

a guest
Oct 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.  
  4. <color name = "primary">#162d50</color>
  5. <color name = "primary_dark">#010101</color>
  6. <color name = "textprimary">#FFFFFF</color>
  7.  
  8.  
  9. </resources>
  10.  
  11. <?xml version="1.0" encoding="utf-8"?>
  12. <resources>
  13.  
  14. <style name="AppTheme" parent="android:Theme.Material.Light">
  15.  
  16. <item name="android:colorPrimary">@color/primary</item>
  17. <item name="android:colorPrimaryDark">@color/primary_dark</item>
  18. <item name="android:textColorPrimary">@color/textprimary</item>
  19.  
  20.  
  21. </style>
  22.  
  23. </resources>
Add Comment
Please, Sign In to add comment