Last active
February 14, 2022 19:14
-
-
Save RaulitoGC/ab8141159523baaf45a739a666e5d791 to your computer and use it in GitHub Desktop.
Android Remote Color Resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<color name="colorPrimary">#5174A1</color> | |
<color name="colorPrimaryDark">#FFA158</color> | |
<color name="colorAccent">#FFC107</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment