Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
frameworks_base
Commits
d1604743
Commit
d1604743
authored
12 years ago
by
Xavier Ducrohet
Browse files
Options
Download
Email Patches
Plain Diff
Fix writing text version of styleable IDs.
Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f
parent
5e8cbdc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/aapt/Resource.cpp
tools/aapt/Resource.cpp
+1
-1
No files found.
tools/aapt/Resource.cpp
View file @
d1604743
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment