-
Notifications
You must be signed in to change notification settings - Fork 26
changed app colors to teal color from figma #659
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
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.
Reviewing color changes
containerColor = MaterialTheme.colorScheme.tertiary | ||
containerColor = MaterialTheme.colorScheme.tertiary, | ||
disabledContainerColor = colorResource(R.color.grey_50), | ||
disabledContentColor = colorResource(R.color.extra_light_grey)//MaterialTheme.colorScheme.onBackground |
Check warning
Code scanning / detekt
Reports lines with exceeded length Warning
containerColor = MaterialTheme.colorScheme.tertiary | ||
containerColor = MaterialTheme.colorScheme.tertiary, | ||
disabledContainerColor = colorResource(R.color.grey_50), | ||
disabledContentColor = colorResource(R.color.extra_light_grey)//MaterialTheme.colorScheme.onBackground |
Check warning
Code scanning / detekt
Reports incorrect argument list wrapping Warning
containerColor = MaterialTheme.colorScheme.tertiary | ||
containerColor = MaterialTheme.colorScheme.tertiary, | ||
disabledContainerColor = colorResource(R.color.grey_50), | ||
disabledContentColor = colorResource(R.color.extra_light_grey)//MaterialTheme.colorScheme.onBackground |
Check warning
Code scanning / detekt
Reports incorrect argument list wrapping Warning
containerColor = MaterialTheme.colorScheme.tertiary | ||
containerColor = MaterialTheme.colorScheme.tertiary, | ||
disabledContainerColor = colorResource(R.color.grey_50), | ||
disabledContentColor = colorResource(R.color.extra_light_grey)//MaterialTheme.colorScheme.onBackground |
Check warning
Code scanning / detekt
Checks if comments have the right spacing Warning
containerColor = MaterialTheme.colorScheme.tertiary | ||
containerColor = MaterialTheme.colorScheme.tertiary, | ||
disabledContainerColor = colorResource(R.color.grey_50), | ||
disabledContentColor = colorResource(R.color.extra_light_grey)//MaterialTheme.colorScheme.onBackground |
Check warning
Code scanning / detekt
Checks if comments have the right spacing Warning
@@ -69,8 +69,8 @@ | |||
tvLicenseUrl.text = currentLicense | |||
tvLicenseUrl.styleAsLink() | |||
swCcEnabled.isEnabled = enabled | |||
swAllowRemix.isEnabled = enabled | |||
swRequireShareAlike.isEnabled = enabled | |||
swAllowRemix.isEnabled = enabled |
Check warning
Code scanning / detekt
Reports multiple space usages Warning
No description provided.