Advertisement
Guest User

Mobilizer values/styles.xml

a guest
Sep 4th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <resources>
  2.  <style name="Mobilizer" parent="Mobilizer.Base">
  3.   </style>
  4.   <!-- Base theme applied no matter what API -->
  5.   <style name="Mobilizer.Base" parent="Theme.AppCompat.Light.DarkActionBar">
  6.     <!--If you are using revision 22.1 please use just windowNoTitle. Without android:-->
  7.     <item name="windowNoTitle">true</item>
  8.     <!--We will be using the toolbar so no need to show ActionBar-->
  9.     <item name="windowActionBar">false</item>
  10.     <!-- Set theme colors from http://www.google.com/design/spec/style/color.html#color-color-palette-->
  11.     <!-- colorPrimary is used for the default action bar background -->
  12.     <item name="colorPrimary">#6E8923</item>
  13.     <!-- colorPrimaryDark is used for the status bar -->
  14.     <item name="colorPrimaryDark">#526519</item>
  15.     <!-- colorAccent is used as the default value for colorControlActivated
  16.         which is used to tint widgets -->
  17.     <item name="colorAccent">#FF4081</item>
  18.      <!-- You can also set colorControlNormal, colorControlActivated
  19.         colorControlHighlight and colorSwitchThumbNormal. -->
  20.   </style>
  21. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement