Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created December 16, 2023 11:58
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/48661cfc4cafc5cc6dee13ba424f8a1b to your computer and use it in GitHub Desktop.
Save codeforfun-jp/48661cfc4cafc5cc6dee13ba424f8a1b to your computer and use it in GitHub Desktop.
How to customize spinner
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="blue">#303F9F</color>
<color name="orange">#FFC107</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment