Xavier Ducrohet 095cd2e2d1 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
2012-07-19 09:06:03 -07:00
..
2012-05-22 11:35:22 -07:00
2012-03-17 14:12:57 -07:00
2012-03-17 14:12:57 -07:00
2012-03-16 15:25:17 -07:00