I'm setting up a custom color scheme for android studio. I'm looking to remove the squiggly that is placed under unused methods and fields. But I can't find it anywhere. (it's also not under "language defaults".)
Does anyone know where I can find it?
Open themes. xml (app > res > values > themes > themes. xml). Change colorPrimary to the primary color you selected, @color/green .
public annotation ColorInt. Denotes that the annotated element represents a packed color int, AARRGGBB . If applied to an int array, every element in the array represents a color integer. Example: public abstract void setTextColor(@ColorInt int color)
Using IntelliJ 2017-
File | Settings | Editor | Colors & Fonts | General -> Errors and Warnings
Using IntelliJ 2018+
File | Settings | Editor | Color Scheme | General -> Errors and Warnings
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With