]> git.saurik.com Git - android/aapt.git/commit
Fix an issue where a non-styled string could be made into a styled string
authorBen Gruver <bgruv@google.com>
Thu, 8 Mar 2012 05:19:16 +0000 (21:19 -0800)
committerBen Gruver <bgruv@google.com>
Thu, 8 Mar 2012 05:19:16 +0000 (21:19 -0800)
commit2f6d4c72f931dc1840b9d0924e279a14b0701287
treea604edf760035869341505f1ede669e238a94593
parenta632ef41ebadaf1d531a1237516d3673aac7d557
Fix an issue where a non-styled string could be made into a styled string

If a styled version of an otherwise identical string is encountered before
a non-styled version, aapt merges the two, effectively making the
non-styled string have a spurious style.

Change-Id: I424a61c0c83c59e0b9c8939e457402efd06a7a4f
StringPool.cpp