Skip to content

Instantly share code, notes, and snippets.

@imamjnn
Last active January 31, 2018 10:23
Show Gist options
  • Save imamjnn/4fce8f82719c934a54c503db9d426d1d to your computer and use it in GitHub Desktop.
Save imamjnn/4fce8f82719c934a54c503db9d426d1d to your computer and use it in GitHub Desktop.
  • Edit styles.xml on res/values
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
      <!-- Customize your theme here. -->
      <item name="colorPrimary">@color/purple</item> <!--change default color. -->
      <item name="colorAccent">@color/purple</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment