-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add California Privacy Laws Notice of Collection to Card Form #425
Conversation
Co-authored-by: Steven Shropshire <[email protected]>
Co-authored-by: Steven Shropshire <[email protected]>
} | ||
|
||
textView.setMovementMethod(LinkMovementMethod.getInstance()); | ||
textView.setLinkTextColor(Color.parseColor("#2489F6")); |
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.
This is the same blue we use for our tintColor
used for this element on iOS incase anyone is wondering where this random hex came from.
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.
Yeah thinking about it, if we put the hex value in a constant it'll read more clearly. Or even the Color
value itself.
Summary of changes
Checklist
Authors