From: Xavier Ducrohet Date: Wed, 26 Sep 2012 17:11:54 +0000 (-0700) Subject: Fix writing text version of styleable IDs. do not merge. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/c0de4d196e974fcd58060efe8a00776d3d70ad76 Fix writing text version of styleable IDs. do not merge. (cherry picked from commit d16047434bca24b2811de7ea9d22de6ee0f87f79) Change-Id: Ia1fc343e0649b175d290357f63eebec0dd1ae14a --- 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); }