-
Notifications
You must be signed in to change notification settings - Fork 15
MVP #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…tore and some glue code
@@ -0,0 +1,12 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<resources> | |||
<color name="primary">#F44336</color> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe run these choices by Alan, our in-house designer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, we should do that after I implement this functionality inside the SDK. These colors are just standard material colors from Googles material palette.
@reisub - this looks generally good. I think the big things are:
Other minor comments |
|
Implements the functionality listed in #1.