Checks for filename clashes between .png files and nine patch (.9.png) files

If you accidentally name two separate resources file.png and file.9.png, the image file and the nine patch file will both map to the same drawable resource, @drawable/file, which is probably not what was intended.