]> git.saurik.com Git - android/aapt.git/commit - ResourceTable.h
AI 144413: am: CL 144342 Fix bag (string-array,etc) behavior with overlays.
authorRobert Greenwalt <>
Fri, 3 Apr 2009 06:36:26 +0000 (23:36 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Fri, 3 Apr 2009 06:36:26 +0000 (23:36 -0700)
commitf56456f04916d9c21f4876a58a2a2b75262a9b03
tree9e4634b08b0dba152b2204c81ae1a8b8f08cb687
parent99343a6d6862c9ddc1c26826a2a3f1f96380d21d
AI 144413: am: CL 144342 Fix bag (string-array,etc) behavior with overlays.
  We used to replace elements in the default with elements from
  the overlay.  This change causes us to empty the array first
  so if the overlay array is smaller we don't end up with elements
  from the default array showing through at the end of the array.
  Ex: [A,B,C] and overlay [D] should give [D] but used to give
  [D,B,C].
  Original author: rgreenwalt

Automated import of CL 144413
ResourceTable.cpp
ResourceTable.h