]> git.saurik.com Git - android/aapt.git/commitdiff
Fix aapt -G to properly support class attr in fragment.
authorXavier Ducrohet <xav@android.com>
Thu, 19 Jul 2012 01:06:09 +0000 (18:06 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 19 Jul 2012 16:06:03 +0000 (09:06 -0700)
The code added attributes android:name and class to a
KeyedVector under the same key (fragment) so the 2nd
add (android:name) removed class with was never checked.

This replace the value type in the KeyedVector to be
Vector<NamespaceAttributePair> instead of just
NamespaceAttributePair.

Change-Id: I009b8a8cca878191661c2a63bb14c967d230498d


No differences found