X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c5df507c6bef71c70ea2dd09ece8118d72788d4c..6173c931f72d79ac860283edf0ceed9182fd6b8f:/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); }