material-components-android
material-components-android copied to clipboard
Lint checks for colorAccent and colorPrimaryDark
trafficstars
Added lint checks:
- ThemeCheckColorAccent : Detects usages colorAccent in style resources
- ThemeCheckColorPrimaryDark : Detects usages colorPrimaryDark in style resources
It closes #1376