Advertisement
Guest User

Values-v21/styles.xml

a guest
Oct 25th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.85 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.     <!-- Application theme. -->
  8.     <style name="AppBaseTheme" parent="android:Theme.Material">
  9.         <!-- All customizations that are NOT specific to a particular API-level can go here. -->
  10.     <!--   your app branding color for the app bar -->
  11.     <item name="android:colorPrimary">@color/green</item>
  12.     <!--   darker variant for the status bar and contextual app bars -->
  13.     <item name="android:colorPrimaryDark">@color/dark_green</item>
  14.     </style>
  15. <style name="LaucherTheme">
  16.         <item name="android:textColor">#FFFFFF</item>
  17.         <item name="windowActionBar">false</item>
  18.         <item name="android:windowTitleSize">0dp</item>
  19.     </style>
  20. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement