X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/71ea618365e88756ac7d573a7a2825ae0c265e03..d6ecd33ad35cff96758b2d5adf553ebbb791d95a:/Resource.cpp diff --git a/Resource.cpp b/Resource.cpp index 77168f9..9c2e1b9 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); }