]> git.saurik.com Git - android/aapt.git/commit
Give an 9-patch error on too many rows and columns
authorKenny Root <kroot@google.com>
Fri, 12 Mar 2010 22:12:14 +0000 (14:12 -0800)
committerKenny Root <kroot@google.com>
Fri, 12 Mar 2010 22:12:14 +0000 (14:12 -0800)
commit4710896d5093b6b0447ac97bfc2b88625ea5fe1c
tree407a0536795a3512db1868fdaa88a80617ba5540
parent84069cb2107f33e94ced32e97fbe67398ec83434
Give an 9-patch error on too many rows and columns

When you have too many rows and columns, there are not enough colors in
the 9-patch private metadata to represent them. Instead of crashing
aapt, this change gives the user an error message telling them why it's
invalid.

Change-Id: I5e7bd59472a3a2eafa7cbc263792458cce2b5594
Images.cpp