Last active
August 25, 2020 18:02
-
-
Save ricknout/8a75a92a50fdc8273accedb185c00130 to your computer and use it in GitHub Desktop.
MDC-Android 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
<!-- Copyright 2020 Google LLC. | |
SPDX-License-Identifier: Apache-2.0 --> | |
<!-- In res/values/colors.xml --> | |
<color name="navy_500">#64869B</color> | |
<color name="navy_700">#37596D</color> | |
<color name="navy_900">#073042</color> | |
<color name="green_300">#3DDC84</color> | |
<color name="green_500">#00A956</color> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment