]> git.saurik.com Git - android/aapt.git/commit - ResourceTable.h
Add per-named-item overlay ability in res xml.
authorRobert Greenwalt <robdroid@android.com>
Fri, 5 Jun 2009 22:59:15 +0000 (15:59 -0700)
committerRobert Greenwalt <robdroid@android.com>
Fri, 5 Jun 2009 23:09:24 +0000 (16:09 -0700)
commiteca7446ff64d08be71464cef5ea990ca0ef03251
tree68080b96e291b5e7a98a25268da481904194196d
parent3b8452c99ff2cf18f45476a813781f33471ff399
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
ResourceTable.cpp
ResourceTable.h