Advertisement
ProgrameruPokusaju

color palette

Jul 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.35 KB | None | 0 0
  1. <!-- extend one of the Theme.AppCompat themes -->
  2. <style name="Theme.MyTheme" parent="Theme.AppCompat.Light">
  3.     <!-- customize the color palette -->
  4.     <item name="colorPrimary">@color/material_blue_500</item>
  5.     <item name="colorPrimaryDark">@color/material_blue_700</item>
  6.     <item name="colorAccent">@color/material_green_A200</item>
  7. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement