Looks for calls to setColor where a resource id is passed instead of a resolved color
Methods that take a color in the form of an integer should be passed an RGB triple, not the actual color resource id. You must call getResources().getColor(resource)
to resolve the actual color value first.