Commit d1604743 authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Fix writing text version of styleable IDs.

Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f
parent 5e8cbdc0
......@@ -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);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment