Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created March 19, 2018 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ssaurel/b849dd082b75001ba8ee2ca6494e260a to your computer and use it in GitHub Desktop.
Save ssaurel/b849dd082b75001ba8ee2ca6494e260a to your computer and use it in GitHub Desktop.
Define a NoActionBar theme for our Virtual Piano
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment