]> git.saurik.com Git - android/aapt.git/commit
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)
commit03113329e40e017c1d4248b412e65c5b72101c67
treea693702a218a0152a175680e46044a3c3e17def4
parentad8f924ed411c175d7c9ed50d4c75375cdbeff67
Fix aapt -G to properly support class attr in fragment.

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
Resource.cpp