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/60d7b30a6dc012a537eb5f6c46e9cca40d278213 Fix writing text version of styleable IDs. do not merge. (cherry picked from commit d16047434bca24b2811de7ea9d22de6ee0f87f79) Change-Id: Ic679080d5157daf77c35516c8f682bd13e2b4d96 --- 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); }