X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/232580c6c07e335d756a8c23e80d705fff3b8804..e0b7b47c23c876d1c27b30bc4e5742e7afb81807:/Resource.cpp diff --git a/Resource.cpp b/Resource.cpp index 5033418..a52a9de 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); }