From: Robert Greenwalt Date: Fri, 5 Jun 2009 22:59:15 +0000 (-0700) Subject: Add per-named-item overlay ability in res xml. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/eca7446ff64d08be71464cef5ea990ca0ef03251?ds=inline;hp=eca7446ff64d08be71464cef5ea990ca0ef03251 Add per-named-item overlay ability in res xml. Fixes 1899451. Also errors out if you add a bag via an overlay (which would renumber resources). Note that you can still add elements within the bag as they are not issued resource IDs. So for example you can now modify the framework themes.xml file without copying the entire file. All bag types are now modifable except non-named bag types (how would you address which element to replace?): array string_array integer_array ---