Android Lint thinks I have some unused resources, like
data0454.xml
whereas actually the file is being used in a loop, like this:
"data" + numberString + ".xml"
What should I do about this - change my program design, or try to hide the Android Lint warning?