Created
July 3, 2020 21:22
-
-
Save RajashekarRaju/b2c6215cb996d466e4ffc31adcc42693 to your computer and use it in GitHub Desktop.
colors for SharedElementTransition app
This file contains 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">#ffffff</color> | |
<color name="colorOnPrimary">#000000</color> | |
<color name="colorSecondary">#9e9e9e</color> | |
<color name="colorOnSecondary">#000000</color> | |
<color name="colorSurface">#ffffff</color> | |
<color name="coloOnSurface">#000000</color> | |
<color name="colorBackground">#ffffff</color> | |
<color name="colorOnBackground">#000000</color> | |
<color name="colorPrimaryDark">#ffffff</color> | |
<color name="colorPrimaryVariant">#959595</color> | |
<color name="colorSecondaryVariant">#cfcfcf</color> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment