Skip to content

Commit d160474

Browse files
author
Xavier Ducrohet
committed
Fix writing text version of styleable IDs.
Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f
1 parent 5e8cbdc commit d160474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/aapt/Resource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ static status_t writeTextLayoutClasses(
19461946
const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
19471947

19481948
fprintf(fp,
1949-
"int styleable.%s_%s %d\n",
1949+
"int styleable %s_%s %d\n",
19501950
nclassName.string(),
19511951
String8(name).string(), (int)pos);
19521952
}

0 commit comments

Comments
 (0)