projects
/
android
/
aapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232580c
)
Fix writing text version of styleable IDs.
author
Xavier Ducrohet
<xav@android.com>
Wed, 26 Sep 2012 17:11:54 +0000
(10:11 -0700)
committer
Xavier Ducrohet
<xav@android.com>
Wed, 26 Sep 2012 17:11:54 +0000
(10:11 -0700)
Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f
Resource.cpp
patch
|
blob
|
blame
|
history
diff --git
a/Resource.cpp
b/Resource.cpp
index 50334185fdf576c0cf82c19f98bfe9b9ec855dcb..a52a9de8046f9c43c4614a923328b7187560bdd7 100644
(file)
--- 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);
}