]> git.saurik.com Git - android/aapt.git/commitdiff
Fix writing text version of styleable IDs.
authorXavier Ducrohet <xav@android.com>
Wed, 26 Sep 2012 17:11:54 +0000 (10:11 -0700)
committerXavier Ducrohet <xav@android.com>
Wed, 26 Sep 2012 17:11:54 +0000 (10:11 -0700)
Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f

Resource.cpp

index 50334185fdf576c0cf82c19f98bfe9b9ec855dcb..a52a9de8046f9c43c4614a923328b7187560bdd7 100644 (file)
@@ -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);
             }