Added support for res/mipmap* .

This commit is contained in:
Ryszard Wiśniewski 2011-05-14 00:54:42 +02:00
parent f175408823
commit e59d3bf84a

View File

@ -60,7 +60,7 @@ public class ResFileDecoder {
decode(inDir, inFileName, outDir, outFileName, "raw");
return;
}
if (typeName.equals("drawable")) {
if (typeName.equals("drawable") || typeName.equals("mipmap")) {
if (inFileName.toLowerCase().endsWith(".9.png")) {
outFileName = outResName + ".9" + ext;