@Override public boolean appliesTo(ResourceFolderType folderType) { // Look in layouts for drawable resources return super.appliesTo(folderType) // and in resource files for theme definitions || folderType == ResourceFolderType.VALUES // and in drawable files for bitmap tiling modes || folderType == ResourceFolderType.DRAWABLE; }
@Override public boolean appliesTo(@NonNull ResourceFolderType folderType) { // Look in layouts for drawable resources return super.appliesTo(folderType) // and in resource files for theme definitions || folderType == ResourceFolderType.VALUES // and in drawable files for bitmap tiling modes || folderType == ResourceFolderType.DRAWABLE; }
@Override public boolean appliesTo(@NonNull ResourceFolderType folderType) { // Look in layouts for drawable resources return super.appliesTo(folderType) // and in resource files for theme definitions || folderType == ResourceFolderType.VALUES // and in drawable files for bitmap tiling modes || folderType == ResourceFolderType.DRAWABLE; }