X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/d4ee3b303621db0c85465c6bee031fe11be66313..c0de4d196e974fcd58060efe8a00776d3d70ad76:/Resource.cpp?ds=sidebyside diff --git a/Resource.cpp b/Resource.cpp index e4f8d81..8bdea44 100644 --- a/Resource.cpp +++ b/Resource.cpp @@ -1915,7 +1915,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); }