Skip to content

Instantly share code, notes, and snippets.

@naufaldi
Created October 18, 2016 18:09
Show Gist options
  • Save naufaldi/7d8d7f40382487c77323933927965d0e to your computer and use it in GitHub Desktop.
Save naufaldi/7d8d7f40382487c77323933927965d0e to your computer and use it in GitHub Desktop.
Android Developing
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="blue">#3F51B5</color>
<color name="darkblue">#303F9F</color>
<color name="tored">#Ff5252</color>
<color name="grey">#757575</color>
<color name="black">#000000</color>
</resources>
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryDark">@color/cardview_dark_background</item>
<item name="colorAccent">@color/cardview_shadow_start_color</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment