From: Xavier Ducrohet Date: Wed, 26 Sep 2012 17:11:54 +0000 (-0700) Subject: Fix writing text version of styleable IDs. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/e0b7b47c23c876d1c27b30bc4e5742e7afb81807?ds=sidebyside;hp=232580c6c07e335d756a8c23e80d705fff3b8804 Fix writing text version of styleable IDs. Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f --- diff --git a/Resource.cpp b/Resource.cpp index 5033418..a52a9de 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); }