Advertisement
GarryLaly

Value Styles

May 31st, 2016
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 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.         <item name="windowActionBar">false</item>
  10.         <item name="windowNoTitle">true</item>
  11.     </style>
  12.  
  13. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement