Skip to content
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

Merged
merged 13 commits into from
Aug 2, 2023

Conversation

jaxdesmarais
Copy link
Contributor

Summary of changes

  • Add California Privacy Laws Notice of Collection to Card Form
Initial Card Form Details Card Form
card_details card_details_2

Checklist

  • Added a changelog entry

Authors

@jaxdesmarais jaxdesmarais requested a review from a team as a code owner July 27, 2023 19:08
}

textView.setMovementMethod(LinkMovementMethod.getInstance());
textView.setLinkTextColor(Color.parseColor("#2489F6"));
Copy link
Contributor Author

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.

Copy link
Contributor

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.

@jaxdesmarais jaxdesmarais merged commit d9499a9 into master Aug 2, 2023
1 check passed
@jaxdesmarais jaxdesmarais deleted the add-notice-of-collection branch August 2, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants