Guest User

styles.xml

a guest
May 1st, 2016
36,906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.38 KB | None | 0 0
  1. <resources>
  2.  
  3.     <!-- Base application theme. -->
  4.     <style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
  5.         <item name="colorPrimary">@color/colorPrimary</item>
  6.         <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
  7.         <item name="colorAccent">@color/colorAccent</item>
  8.         <!-- Customize your theme here. -->
  9.     </style>
  10.  
  11. </resources>
Advertisement
Add Comment
Please, Sign In to add comment