Loading tools/aapt/Resource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ private: bool isValidResourceType(const String8& type) { return type == "anim" || type == "animator" || type == "interpolator" || type == "transition" || type == "transition" || type == "font" || type == "drawable" || type == "layout" || type == "values" || type == "xml" || type == "raw" || type == "color" || type == "menu" || type == "mipmap"; Loading Loading
tools/aapt/Resource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ private: bool isValidResourceType(const String8& type) { return type == "anim" || type == "animator" || type == "interpolator" || type == "transition" || type == "transition" || type == "font" || type == "drawable" || type == "layout" || type == "values" || type == "xml" || type == "raw" || type == "color" || type == "menu" || type == "mipmap"; Loading