Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created February 5, 2021 07:30
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 codeforfun-jp/43af64cb28ac3cbd39118bc87856e751 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/43af64cb28ac3cbd39118bc87856e751 to your computer and use it in GitHub Desktop.
How to change colors of Snackbar 1
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="bg_color">#d2d5ec</color>
<color name="msg_color">#3e3a3a</color>
<color name="btn_color">#4b7a7c</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment