Finds icons that appear both as a drawable .xml
file and as bitmaps
If a drawable resource appears as an .xml
file in the drawable/
folder, it's usually not intentional for it to also appear as a bitmap using the same name; generally you expect the drawable XML file to define states and each state has a corresponding drawable bitmap.