X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c5df507c6bef71c70ea2dd09ece8118d72788d4c..bc960dd3a6006fca5be028a8a659901413620329:/Resource.cpp diff --git a/Resource.cpp b/Resource.cpp index 9c2e1b9..77168f9 100644 --- a/Resource.cpp +++ b/Resource.cpp @@ -1946,7 +1946,7 @@ static status_t writeTextLayoutClasses( const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; fprintf(fp, - "int styleable.%s_%s %d\n", + "int styleable %s_%s %d\n", nclassName.string(), String8(name).string(), (int)pos); }