commit | 1aa8170e6a448afad86e5d62927d3b8ca4cd9707 | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <robdroid@android.com> | Fri Jun 05 15:59:15 2009 -0700 |
committer | Robert Greenwalt <robdroid@android.com> | Fri Jun 05 16:09:24 2009 -0700 |
tree | 911e494fa0ab405fa8c5cb4271f8a0907a583d24 | |
parent | 5d16ac5eb6c4a468cabc39bdd00eac1759993db5 [diff] |
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