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