diff options
author | Tor Norbye <tnorbye@google.com> | 2011-11-07 13:08:09 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2011-11-07 15:48:47 -0800 |
commit | 38a09054d6e5bb8b9138ae28ebe113130050a066 (patch) | |
tree | 59396c5d701273e1786caa98d0909bbb2b8b65bf /anttasks | |
parent | 229581314076be1b6f82fe1efed2bd00da340899 (diff) | |
download | sdk-38a09054d6e5bb8b9138ae28ebe113130050a066.zip sdk-38a09054d6e5bb8b9138ae28ebe113130050a066.tar.gz sdk-38a09054d6e5bb8b9138ae28ebe113130050a066.tar.bz2 |
New lint icon detector
This changeset adds a new image detector which looks for various
issues related to icons:
(1) Are there bitmap icons in the densityless res/drawable/ folder?
(2) Do the icons appear in all the density folders (except,
optionally, ldpi)
(3) Are the launcher/notification/etc icons of the expected size?
(For example a launcher icon should be 48x48 in mdpi). This
issue is disabled by default.
(4) Do the various bitmaps roughly have the same density-adjusted
sizes across all the densities for the same configuration
parameters? This will catch cases where assets are placed in the
wrong place.
(5) It warns about using .gif files since that format is supported but
discouraged.
Change-Id: Ibe0f97cba7cada5ac0deee244310a38dbc721873
Diffstat (limited to 'anttasks')
0 files changed, 0 insertions, 0 deletions