Skip to content

Instantly share code, notes, and snippets.

@PierfrancescoSoffritti
Created February 14, 2019 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PierfrancescoSoffritti/de64d2fb6336b49c91e2d24e172332b7 to your computer and use it in GitHub Desktop.
Save PierfrancescoSoffritti/de64d2fb6336b49c91e2d24e172332b7 to your computer and use it in GitHub Desktop.
How to build sample apps for Android libraries with just a few lines of code.
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment